VenKamikaze / nano-shell

Nano Node bash convenience wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nano-shell

Nano Node bash convenience wrapper

Disclaimer: I cannot be held responsible for any loss or damages resulting from the use of this script.

Basic Usage

Already have a nano node running with rpc_enabled ? Download the script and source it into your shell!

wget  https://raw.githubusercontent.com/VenKamikaze/nano-shell/master/nano-functions.bash
source ./nano-functions.bash

And start using it!

Note: if you have trouble reaching your node RPC, make sure you have the RPC enabled in your Node's config.json file. Then make sure that the NODEHOST variable in 'nano-functions.bash' is pointing at the RPC address and port.

Want more info? See the wiki

Compatibility

  • Most Linux Distros (make sure you pay attention to any dependency check errors and install necessary packages)
  • Ubuntu Shell in Windows 10

Documentation

See the API Documentation in the wiki

About

Nano Node bash convenience wrapper

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%