Skip to content

OnlyF0uR/ethereum-rpc-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-rpc-cpp

Library written in C++ 11 that serves as a wrapper / handler for the ethereum JSON-RPC.

NOTE: Please note that this project is still a WIP. Features are expected to be added and the codebase possibly to be reworked / refactored.

Dependencies

Building

mkdir -p build
cd build
cmake --DCURL_INCLUDE_DIR=/path/to/curl/include --DJSONCPP_INCLUDE_DIR=/path/to/jsoncpp/include ..