April 23, 2018 Product Community Developers Domen Gašperlin
KumuluzEE Ethereum Java EE Microservices

KumuluzEE Ethereum 1.0.0-SNAPSHOT is here!

Pre-release version of Ethereum extension for KumuluzEE framework is now available.

Extension provides support for interacting with smart contracts on the ethereum network using web3j. You can write your own smart contracts and deploy them on the network right from IDE.

Moreover you can create your own ERC20 token and use it as a payment for your service. You can also create DAO (decentralized autonomous organization), which is run solely through rules provided in smart contracts thus eliminating the middleman altogether.

You can enable KumuluzEE Ethereum support by adding the following dependency:

<dependency>
    <groupId>com.kumuluz.ee.ethereum</groupId>
    <artifactId>kumuluzee-ethereum-web3j</artifactId>
    <version>${kumuluzee-ethereum.version}</version>
</dependency>

Read more at KumuluzEE Ethereum Also check out KumuluzEE Ethereum Sample

Subscribe to our mailing list

Subscribe to our mailing list to get the latest news and updates.