Skip to content

simon-batardiere/web3cpp

Repository files navigation

Ethereum Compatible C++ API - web3cpp

About The Project

The web3cpp project is an Ethereum Compatible C++ API. The goal is to mimic the web3.js package developped by the Ethereum Fundation for C++ application.

Getting Started

Prerequisites

  • C++: C++17 or greater
  • cmake: 3.13 or greater

Build

  1. Clone the repository
    git clone --recurse-submodules https://github.com/simon-batardiere/web3cpp.git
  2. Build
    cmake -B build .
    cmake --build build

Roadmap

See the open issues for a list of proposed features and known issues.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your feature branch (git checkout -b feature/new-feature)
  3. Commit your changes (git commit)
  4. Push to the branch (git push origin feature/new-feature)
  5. Open a Pull Request

License

Distributed under the Apache License 2.0 License. See LICENSE for more information.

Acknowledgements

About

Ethereum Compatible C++ API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published