sleepyOwl14 / nem2-sdk-java

nem2 sdk official repository for java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nem2-sdk for Java/Kotlin/Scala

Maven Central Build Status Coverage Status License

The official nem2-sdk for Java, Kotlin and Scala to work with the NEM2 (a.k.a Catapult).

Requirements

  • Java 8
  • Java 9 has not been tested yet

Installation

Maven

<dependency>
    <groupId>io.nem</groupId>
    <artifactId>sdk</artifactId>
    <version>0.9.0</version>
</dependency>

Gradle

compile 'io.nem:sdk:0.9.0

SBT

libraryDependencies += "io.nem" % "sdk" % "0.9.0"

Documentation and Getting Started

Get started and learn more about nem2-sdk-java, check the official documentation.

Check SDK reference here

nem2-sdk Releases

The release notes for the nem2-sdk can be found here.

Contributing

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.

Getting help

We use GitHub issues for tracking bugs and have limited bandwidth to address them. Please, use the following available resources to get help:

License

Copyright (c) 2018 NEM Licensed under the Apache License 2.0

About

nem2 sdk official repository for java

License:Apache License 2.0


Languages

Language:Java 100.0%