Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

openethereum/openethereum.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

  1. Click on Fork in the top right-hand corner.
    Fork on github
  2. The Wiki will be cloned in your own repo, you will be redirected to https://github.com/your_handle/wiki
  3. 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)
  4. Once you are done editing, describe and commit your changes in your master branch
    Commit to master
  5. You will now be able to submit a Pull Request (PR) to the OpenEthereum Wiki repo.
  6. Click on the Pull Requests and then on the New Pull Request button
    Pull Request
  7. From here, you are able to select what branch of your repo should be merged to what branch on OpenEthereum Wiki repo
    Merge into branch
  8. The default option will propose to merge from your master branch to the OpenEthereum Wiki's master branch, which is fine.
  9. Double check the modifications you made and click on Create a Pull Request when you are sure
  10. Describe your changes and submit it!

Build

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