The official nem2-sdk for Java, Kotlin and Scala to work with the NEM2 (a.k.a Catapult).
- Java 8
- Java 9 has not been tested yet
<dependency>
<groupId>io.nem</groupId>
<artifactId>sdk</artifactId>
<version>0.8.10</version>
</dependency>
compile 'io.nem:sdk:0.8.10
libraryDependencies += "io.nem" % "sdk" % "0.8.10"
Get started and learn more about nem2-sdk-java, check the official documentation.
Check SDK reference here
The release notes for the nem2-sdk can be found here.
This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find nem2-sdk on GitHub; Feel free to start an issue or create a pull request. Check CONTRIBUTING before start.
We use GitHub issues for tracking bugs and have limited bandwidth to address them. Please, use the following available resources to get help:
- nem2-cli documentation
- If you found a bug, open a new issue
Copyright (c) 2018 NEM Licensed under the Apache License 2.0