Home - adridadou/eth-contract-api GitHub Wiki

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.