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.
 
 
 
 
 
Gav Wood b0f4ca1339 crypto prototyping. 11 years ago
libethereum crypto prototyping. 11 years ago
test crypto prototyping. 11 years ago
.gitignore Initial commit 11 years ago
CMakeLists.txt VM nearly instruction-complete. 11 years ago
LICENSE Initial commit 11 years ago
README.md VM nearly instruction-complete. 11 years ago

README.md

ethereum

Ethereum C++ Client.

Dependencies

secp256k1 implementation: https://github.com/sipa/secp256k1.git Expects secp256k1 directory to be in same path as cpp-ethereum.