A Java library for Nano RPC protocol.
Launched in 2015 by Colin LeMahieu as RaiBlocks, Nano is a low-latency payment platform that requires minimal resources, making Nano ideal for peer-to-peer transactions. It has instant transactions, no fees and infinite scalability. It is also environmentally friendly.
Javano is currently in active development.
Add in your pom.xml the following repository:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
And the following dependency:
<dependency>
<groupId>com.github.edgarpf</groupId>
<artifactId>javano</artifactId>
<version>master-SNAPSHOT</version>
</dependency>