Skip to content

edgarpf/javano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A Java library for Nano RPC protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages