diff --git a/docs/_sidebar.md b/docs/_sidebar.md index ada7eee1..70d1b597 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -69,6 +69,6 @@ - [GitHub Repository](https://github.com/taxmeifyoucan/protocol-wiki-test) -
+
diff --git a/docs/eps/intro.md b/docs/eps/intro.md new file mode 100644 index 00000000..7c33fa3c --- /dev/null +++ b/docs/eps/intro.md @@ -0,0 +1,24 @@ +# EPF Protocol Studies + +Ethereum Protocol Fellowship Study Group (EPFsg) is a learning community formed to gather knowledge and educate itself about the Ethereum protocol. + +The protocol evolves and grows quickly, it's an always-changing infinite garden. To sustain its credible neutrality, this pace should be reflected in the community as well. Various communities using, building or living on Ethereum need to be able to learn and become involved in the core protocol. The complexity of the architecture, codebases and dynamic development with scattered resources can discourage many talented people from participating on the core level. The protocol study group aims to bridge the gap by introducing a curriculum focused on all parts of the Ethereum stack & roadmap and gathering people interested in diving into it. + +## Program Structure + +The program is an open, 10-week study program divided into 2 phases. + +The first half is dedicated to general understanding of the internal mechanisms of the protocol, its architecture and basic concepts. The second half offers 2 different tracks - development and research. Presentations in each track offer a deeper dive into specific topics within the R&D domains. + +Each online session will be led by core developers and researchers, come with pre-meeting reading material to get you familiar with the topic and terminology as well as a post-meeting activity to strengthen and solidify your understanding. + +Checkout the study group content in this folder, start with [Week 0](week0.md). + +## Participate + +The first instance of EPF study group is starting in February 2024. It's completely open and permissionlesss and it is up to each participant as to how they want to approach it. Whether you want to learn as much as possible, focus only on certain topics or share your knowledge with others, you are welcomed. + +Study group participants will collaboratively develop a comprehensive wiki, serving as an evolving knowledge base for current and future core developers. This will provide students with practical experience in contributing to open source resources, while gaining invaluable experience in documentation and community-driven development. + +While this program is designed to act as a precursor to the Ethereum Protocol Fellowship, the study group is for anyone that is interested in learning more about the inner workings of the Ethereum Protocol. Those that have some general knowledge or use of Ethereum and/or blockchains as well as those that have some computer science, technical, or developer experience will get the most from this program. + diff --git a/docs/wiki/eps/week0.md b/docs/eps/week0.md similarity index 93% rename from docs/wiki/eps/week0.md rename to docs/eps/week0.md index 6f689a5b..6bee4f68 100644 --- a/docs/wiki/eps/week0.md +++ b/docs/eps/week0.md @@ -4,7 +4,7 @@ Week 0 marks all the time before the program begins. Use this time to prepare yo ## Town Hall -Join us for a town hall call on Monday, Feb 12, 4PM UTC. +Join us for an online town hall on Monday, Feb 12, 4PM UTC. The call will go over the details and schedule of the program. Come to learn more about the program, ask questions or post suggestions. diff --git a/docs/wiki/eps/week1.md b/docs/eps/week1.md similarity index 100% rename from docs/wiki/eps/week1.md rename to docs/eps/week1.md diff --git a/docs/study-group.md b/docs/study-group.md deleted file mode 100644 index c6c6f371..00000000 --- a/docs/study-group.md +++ /dev/null @@ -1,3 +0,0 @@ -![Hero](images/epf-hero.jpg ':class=banner-image') - -# Welcome to the protocol 👋🏼 diff --git a/docs/wiki/eps/intro.md b/docs/wiki/eps/intro.md deleted file mode 100644 index de3bc82b..00000000 --- a/docs/wiki/eps/intro.md +++ /dev/null @@ -1,24 +0,0 @@ -# EPF Protocol Studies - -Ethereum Protocol Fellowship Study Group (EPFsg) is a learning community formed to gather knowledge and educate itself about the Ethereum protocol. - -The protocol evolves and grows fast, it's always changing infinite garden. To sustain its credible neutrality, this pace should be reflected in the community as well. Various communities using, building or living on Ethereum need be able to learn and become involved also in the core protocol. The complexity of the architecture, codebases and dynamic development with scattered resources can discourage many talented people in participating on the core level. EPFsg aims to bridge the gap by introducing a curriculum focused on all parts of the Ethereum stack & roadmap and gathering people interested in diving into it. - -## Program Structure - -EPFsg is an open 10 week long study program divided into 2 phases. - -The first half is dedicated to general understanding of protocol internals, its architecture and basic concepts. The second part offers 2 different tracks - development and research. Presentations in each track offer deeper dive into specific topics within the R&D domain. - -Each webinar will be led by an expert in the field, come with pre-meeting reading material (to get you familiar with the topic and terminology) as well as a post-meeting activity (to strengthen and solidify your understanding), like quizzes, coding activities, or forum assignments. - -Checkout the study group content in this folder, start with [Week 0](week0.md). - -## Participate - -The first instance of EPFsg is starting in February 2024. It's completely open and permissionlesss and it's only up to participant how they want to approach it. Whether you want to learn as much as possible, focus only on certain topics or share your knowledge with others, you are welcomed. - -While this program is designed to act as a precursor to the Ethereum Protocol Fellowship, EPFsg is for anyone that is interested in learning more about the inner workings of the Ethereum Protocol. Those that have some general knowledge or use of Ethereum and/or blockchains as well as those that have some computer science, technical, or developer experience will get the most from this program. - -Additionally, EPFsg students will collaboratively develop a comprehensive wiki, serving as an evolving knowledge base for current and future core developers. This will provide students with practical experience in contributing to open source resources, while gaining invaluable experience in documentation and community-driven development. -