An open API service indexing awesome lists of open source software.

https://github.com/hoytech/ethers-cpp

ethereum-related libraries for C++
https://github.com/hoytech/ethers-cpp

Last synced: 3 months ago
JSON representation

ethereum-related libraries for C++

Awesome Lists containing this project

README

        

## ethers-cpp

Header-only C++ utilities for ethereum:

* `keccak.h`: keccak256 hash function
* `SolidityAbi.h`: Solidity ABI encoding and decoding. Calling functions, parsing function return data, parsing logs
* `ecrecover.h`: Verify secp256k1 signatures