Intro & System requirements
The aepp-sdk-java is a community developed Java SDK to interact with the æternity blockchain powered by kryptokrauts.com!
- Java 8
- Sodium library for encryption, decryption, ...
- Mac
brew install libsodium
- Linux
- CentOS
- run
yum install libsodium
- Ubuntu / Debian
apt-get install libsodium18
- Windows
- download the latest pre-built binary (e.g.
libsodium-1.0.18-msvc.zip
) - extract
libsodium.dll
toC:\Windows\System32
Last modified 3yr ago