Etherpedia is a comprehensive encyclopedia for the Ethereum ecosystem. Designed for both beginners and enthusiasts, it offers in-depth knowledge on a wide range of topics including MEV, Proof of Stake, Rollup Scaling, and Distributed Validator Technology (DVT). Explore and understand everything about Ethereum and its core technologies.
Thank you for considering contributing to this project.
If you find a bug, please open an issue with detailed reproduction steps, your environment, and any relevant information.
If you have an idea for an enhancement, please open an issue to discuss it. Provide a clear and concise description of what you want to achieve and why you think it would be useful.
- Fork the repository and create your branch from
main
. - Clone the fork:
git clone <https://github.com/><your-github-username>/etherpedia
- Add the original repo as an upstream to your fork:
git remote add upstream <https://github.com/2077-Collective/etherpedia.git>
- Install dependencies
npm run dev
. - Ensure your code follows the project's contributing guides.
- Create a pull request with a detailed description of your changes and the problem they solve.
This project adheres to a Code of Conduct. By participating, you are expected to uphold this code.
All contents are under the CC0 LICENSE and in the public domain unless specified otherwise.
If you need help or have questions, please open an issue or reach out on our discord.
Thank you for your contributions!