Skip to main content

Create local dockerized nano-currency networks

Project description

nanomock

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

prerequisites

  • python3.8+
  • docker
  • docker-compose 2

Quickstart :

Install the library :

To install the library you can

  • clone the respository and run pip3 install .
  • or run pip3 install nanomockto download the latest version from PyPi

This gives you access to nanomock {command} command which will use your_current_diras its entry point.

Spin up a network :

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

Manage the network network :

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

Query nodes :

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)

Configure the network :

nl_config.toml define all aspects of the network : genesis account, burn_amount, number of nodes, versions,...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nanomock-0.0.16.tar.gz (47.5 kB view hashes)

Uploaded Source

Built Distribution

nanomock-0.0.16-py3-none-any.whl (67.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page