Skip to content

Go language support for Nano, a digital currency

License

Notifications You must be signed in to change notification settings

bruno-kakele/gonano

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gonano

Gonano is primarily a command-line tool written in Go for creating and managing Nano wallets, with the ability to both send and receive amounts. Gonano also comprises a wallet package which handles key management and an rpc package for communicating with Nano nodes.

This is a fork from Hector Chu's original project: https://github.com/hectorchu/gonano

Check out their project for a complete README. The goal of this fork is to add some extra functionality, which I plan to merge onto the original project as needed.

Install

git clone -b v0.1.17 https://github.com/bruno-kakele/gonano.git
cd gonano
go install

Replace the 0.1.17 with the desired release version. Forking a Go module is tricky, and the go get command was generating some odd results. For simplicity, clone the desired release and use go install (the former is deprecated anyways).

Extra commands

gonano list -a

You can specify an account to get the balance from. The account doesn't need to be in the wallets.

About

Go language support for Nano, a digital currency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%