Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.19 KB

Javano Build Status Coverage Status Maintainability

A Java library for Nano RPC protocol.

What is Nano?

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.

Status

Javano is currently in active development.

How to use with Maven

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>