aepp-sdk-java
Search
K

Intro & System requirements

The aepp-sdk-java is a community developed Java SDK to interact with the æternity blockchain powered by kryptokrauts.com!

Latest release

Download

Changelog

The changelog of the aepp-sdk-java can be found here.

System Requirements

  • Java 8
  • Sodium library for encryption, decryption, ...
    • Mac
      • brew install libsodium
    • Linux
      • CentOS
      • Ubuntu / Debian
        • apt-get install libsodium18
    • Windows
      • get latest release libsodium
      • download the latest pre-built binary (e.g. libsodium-1.0.18-msvc.zip)
      • extract libsodium.dll to C:\Windows\System32