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
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
run
yum install libsodium
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
toC:\Windows\System32
Last updated