Antenna Java

Install By Maven

<dependency>
  <groupId>com.github.iotexproject</groupId>
  <artifactId>iotex-antenna-java</artifactId>
  <version>0.5.8</version>
</dependency>

Install by Gradle

implementation 'com.github.iotexproject:iotex-antenna-java:0.5.8'

A few useful links

  • Reference Code: the docs section with reference implementation for most common blockchain requirements.

Last updated