You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.
David Roon edited this page May 19, 2016
·
2 revisions
Welcome to the eth-contract-api wiki!
Eth contract API is a library to easily interact with smart contracts on the Ethereum network.
It is built on top of EthereumJ and adds a thin layer of abstraction to help you call functions and get values from smart contracts.
The goal is to make it easy to work with smart contracts in any JVM application.
Blockchain can be challenging and this library is built so you don't have to necessarily understand the underlying technology in order to work with it. Of course, just like with any abstraction libraries like Hibernate, understanding Ethereum will always help you build better applications and also solve issues faster. But it is easier to learn when you can create concrete examples.