The wiki is available at openethereum.github.io
This Wiki is open source, anybody can contribute! If you spot an error, a typo, or feel like creating or amending some content, feel free to do so. Here is a quick how-to:
- Click on
Fork
in the top right-hand corner.
- The Wiki will be cloned in your own repo, you will be redirected to https://github.com/your_handle/wiki
- From here you can edit a page directly by clicking on a file and edit it (click on the pen on the top right-hand corner)
- Once you are done editing, describe and commit your changes in your master branch
- You will now be able to submit a Pull Request (PR) to the OpenEthereum Wiki repo.
- Click on the
Pull Requests
and then on theNew Pull Request
button
- From here, you are able to select what branch of your repo should be merged to what branch on OpenEthereum Wiki repo
- The default option will propose to merge from your master branch to the OpenEthereum Wiki's master branch, which is fine.
- Double check the modifications you made and click on
Create a Pull Request
when you are sure - Describe your changes and submit it!
This project is made with Jekyll, for you to run it download ruby and install needed gem's.
To start project you can call: bundle exec jekyll serve