/eth-contract-api

EthereumJ native API or how to call contracts easily and in type safely

Primary LanguageJavaApache License 2.0Apache-2.0

eth-contract-api

CircleCI Coverage Status

EthereumJ native API or how to call contracts easily and in type safely.

If you have any question please read the wiki https://github.com/adridadou/eth-contract-api/wiki

The goal of this project is to ease the integration of Ethereum in a Java project. It should be easy to:

  • (OK) - Easy configuration of the network and keypair use
  • (OK) - Create an interface for a smart contract
  • (OK) - Have type safety in regards of input and output values
  • (OK) - Easy transaction creation
  • (OK) - Easy synchronization when creating a transaction
  • (in progress) - Documentation
  • (TODO) - Transaction creation returns Future, simple calls returns the value itself
  • (TODO) - Data inspection in a smart contract