Skip to content

C++11 library for interacting with Ethereum's json-rpc.

Notifications You must be signed in to change notification settings

acemihir/ethereum-rpc-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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 ..

About

C++11 library for interacting with Ethereum's json-rpc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published