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.
|
|
|
# ethereum
|
|
|
|
|
|
|
|
Ethereum C++ Client.
|
|
|
|
|
|
|
|
Gav Wood, 2014.
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
secp256k1 implementation: https://github.com/sipa/secp256k1.git
|
|
|
|
Expects secp256k1 directory to be in same path as cpp-ethereum.
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Read CodingStandards.txt thoroughly, before making alterations to the code base.
|
|
|
|
|
|
|
|
Do *NOT* use an editor that automatically reformats whitespace away from astylerc or
|
|
|
|
the formating guidelines as describled in CodingStandards.txt. Your contributions will be
|
|
|
|
refused and your commits will be reversed.
|
|
|
|
|