-
Notifications
You must be signed in to change notification settings - Fork 110
docs(l1,l2): add recommended lectures #4908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new "Recommended Lectures" section to the documentation with initial content focusing on Ethereum internals and zero-knowledge systems. The section includes a disclaimer noting it's under development.
- Added a new lectures.md file with recommended learning materials
- Integrated the new section into the documentation navigation structure
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/lectures.md | New file containing recommended lectures with development disclaimer |
docs/SUMMARY.md | Added navigation link to the new lectures section |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
- [ENDGAME: How MegaETH bridges throughput and decentralization](https://x.com/megaeth_labs/status/1978854478943256986?s=12) | ||
|
||
- [ENDGAME: How SALT breaks the bottleneck that's been strangling blockchains](https://x.com/megaeth_labs/status/1962902246573879530?s=12) No newline at end of file |
Copilot
AI
Oct 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The recommended materials are social media posts rather than formal lectures or educational content. Consider including actual lecture videos, academic papers, or structured educational resources that align with the section title 'Recommended lectures'.
- [ENDGAME: How MegaETH bridges throughput and decentralization](https://x.com/megaeth_labs/status/1978854478943256986?s=12) | |
- [ENDGAME: How SALT breaks the bottleneck that's been strangling blockchains](https://x.com/megaeth_labs/status/1962902246573879530?s=12) | |
- [Ethereum: The World Computer](https://www.youtube.com/watch?v=AfmGk2n5Tj0) — Lecture by Vitalik Buterin at MIT, covering Ethereum internals and design. | |
- [Zero Knowledge Proofs: An Introduction](https://www.youtube.com/watch?v=GJ4Qp2xeRds) — Stanford CS251 lecture by Dan Boneh, explaining ZKPs and their applications. | |
- [Distributed Systems: Concepts and Design](https://www.coursera.org/learn/cloud-computing) — Coursera course by University of Illinois, covering distributed systems fundamentals. | |
- [A Next-Generation Smart Contract and Decentralized Application Platform](https://ethereum.org/en/whitepaper/) — Ethereum Whitepaper by Vitalik Buterin. |
Copilot uses AI. Check for mistakes.
Adds a new “Recommended Lectures” section to the documentation.
A disclaimer was also added to note that the section is still under development.