Lightweight java library for working with NEM via http without using nem-core

Hi, I developed lightweight library to work with NEM blockchain via http.

See README for details of usage https://github.com/rosklyar/nem-library

2 Likes

@Saul how should look like additing this library here https://nem.io/developers/ ?
It’s necessary to do some review ?

Hello
good post

Guys, I released first version of my library to maven central.
Now to integrate NEM with java application all you need is add maven dependency:
<dependency>
<groupId>com.github.rosklyar</groupId>
<artifactId>nem-library</artifactId>
<version>1.0</version>
</dependency>

1 Like