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++
- Host: GitHub
- URL: https://github.com/hoytech/ethers-cpp
- Owner: hoytech
- Created: 2021-06-16T18:38:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T04:59:45.000Z (over 3 years ago)
- Last Synced: 2025-01-25T05:42:57.903Z (4 months ago)
- Language: C++
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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