Skip to content

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

License

Notifications You must be signed in to change notification settings

liuwenliang0632/eth-contract-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eth-contract-api

CircleCI Coverage Status Gitter

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%