Create local dockerized nano-currency networks
A one click nano-currency block-lattice environment on your local computer.
This project aims to easily spin up an integration environment with multiple nano nodes.
The local network is highly customizable.
All configuration is done inside the config file : nanonet/nl_config.toml
To install the library you can
pip3 install .
pip3 install nanomock
to download the latest version from PyPiThis gives you access to nanomock {command}
command which will use your_current_dir
as its entry point.
Action | Code | Description |
---|---|---|
create | $ nanomock create |
Create folders and node config |
start | $ nanomock start |
Start nodes (optional --nodes ) |
init | $ nanomock init |
Create Epochs Canary Burn and Vote weight distribution |
Action | Code | Description |
---|---|---|
status | $ nanomock status |
Get status and block count for each node |
stop | $ nanomock stop |
Stop nodes (optional --nodes ) |
restart | $ nanomock restart |
Restart all nodes |
reset | $ nanomock reset |
Delete data.ldb and wallets.ldb |
down | $ nanomock down |
Remove all nodes |
destroy | $ nanomock destroy |
Remove all nodes and data |
update | $ nanomock update |
Pull and build latest containers |
Each node can be queried via RPC (see the official documentation )
Action | Code | Description |
---|---|---|
rpc | $ nanomock rpc --payload '{"action" : "any_rpc"}' |
Use nano_rpc commands (optional --nodes ) |
nl_config.toml
define all aspects of the network : genesis account, burn_amount, number of nodes, versions,...