From ea9a8c9555332c656cf2e48cc4e0b46e9f4e7125 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 9 Sep 2022 12:05:55 +0100 Subject: [PATCH] move resources to docs, add about team section --- content/{ => docs}/resources.md | 18 +++++++++++++++++- content/homepage.md | 13 +++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) rename content/{ => docs}/resources.md (91%) diff --git a/content/resources.md b/content/docs/resources.md similarity index 91% rename from content/resources.md rename to content/docs/resources.md index 773f68b5eb..058b8d2c9d 100644 --- a/content/resources.md +++ b/content/docs/resources.md @@ -1,31 +1,47 @@ --- title: resources -description: read, watch and listen more about Geth and Ethereum +description: Read, watch and listen more about Geth and Ethereum --- +Here are more resources for a deeper understanding of Geth and related topics. ## Read [Geth team AMA: August 2022](https://www.reddit.com/r/cryptoall/comments/wpr6dk/ama_we_are_the_go_ethereum_geth_team_18_august/) + [Ethereum stack exchange](https://ethereum.stackexchange.com/) ## Watch [Péter at ETH Prage 2022: Ethereum in numbers: where TPS meets physics](https://www.youtube.com/watch?v=TdsaVoJiy3g) + [Marius at ETH Amsterdam 2022: Deep dive into Geth](https://www.youtube.com/watch?v=c4N79UXZqSc) + [Péter interview at ETH Prage 2022:](https://www.youtube.com/watch?v=cfxGzZZ_uOI) + [Guillame at Devconnect 2022: Stateless Ethereum](https://www.youtube.com/watch?v=XkzJncPYj0M&list=PLJijNYoOwnsuqDH9ITSvbqDOaUdA1vp2O&index=9) + [lightclients at Devconnect 2022: Future of Ethereum accounts](https://www.youtube.com/watch?v=pS5asEp6ry8&list=PLJijNYoOwnsuqDH9ITSvbqDOaUdA1vp2O&index=7) + [Zsolt at Devconnect 2022: Geth in the pos light client ecosystem](https://www.youtube.com/watch?v=EPZeFXau-RE&list=PLJijNYoOwnst-feT7PsCLaSdiFYzWtf7j&index=2) + [Jared at Devconnect 2022: Removing SELFDESTRUCT](https://www.youtube.com/watch?v=pDr-h334-Cs&list=PLJijNYoOwnsuqDH9ITSvbqDOaUdA1vp2O&index=5) + [Marius interview at ETH Prague 2022](https://www.youtube.com/watch?v=QKr3KHTjbjQ) + [Marius at ETHOnline 2021: The Megre from the perspective of the execution layer](https://www.youtube.com/watch?v=3DDjfUvQ2TE) + [Péter's 2020 online Geth AMA](https://www.youtube.com/watch?v=gVMDw66atr4) + [Martin at Devcon 5: Protecting the base layer](https://www.youtube.com/watch?v=wLcyIgblIxE) + [Péter at DevCon 5: Monitoring Ethereum infrastructure](https://www.youtube.com/watch?v=2I_Cfr-OUp4) + [Péter at DevCon 4: Plugging metadata leaks in Ethereum](https://www.youtube.com/watch?v=J1JenTo7oLE) + [Péter at DevCon 2: Import Geth in Go](https://www.youtube.com/watch?v=R0Ia1U9Gxjg) + [Péter at dotGo 2016: Immutability in Go](https://www.youtube.com/watch?v=fNUx4jHTaIc) diff --git a/content/homepage.md b/content/homepage.md index 93e7beefe6..99880f077d 100644 --- a/content/homepage.md +++ b/content/homepage.md @@ -36,3 +36,16 @@ Running your own node enables you to use Ethereum in a truly private, self-suffi We welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes! If you'd like to contribute to the Geth source code, please fork the [Github repository](https://github.com/ethereum/go-ethereum), fix, commit and send a pull request for the maintainers to review and merge into the main code base. See our [contribution guidelines](/content/docs/developers/contributing.md) for more information. +## About the Team + +The Geth team are: + +* Foo McBar: @beep +* - +* - +* +... + + + + \ No newline at end of file