Skip to content

edgarpf/javano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ec6a4e · Jul 6, 2019

History

60 Commits
Aug 18, 2018
Jul 5, 2018
Aug 15, 2018
Jul 5, 2018
Jul 6, 2019
Aug 17, 2018
Aug 17, 2018

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