Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1014 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 1014 Bytes

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