You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
395 B

# cpp-ethereum
11 years ago
Ethereum C++ Client.
Gav Wood, 2014.
## Building
See BUILDING.md
## Yet To Do
See TODO
## Licence
See LICENCE
## Contributing
Please read CodingStandards.txt thoroughly before making alterations to the code base. Please do *NOT* use an editor that automatically reformats whitespace away from astylerc or the formating guidelines as describled in CodingStandards.txt.
11 years ago