parrot-network

Crates.ioparrot-network
lib.rsparrot-network
version0.0.22
sourcesrc
created_at2024-08-27 20:15:47.769635
updated_at2024-09-06 23:39:09.347145
descriptionExperimental public Distributed Ledger Technology (DLT)
homepage
repositoryhttps://github.com/ancos2505/parrot-network
max_upload_size
id1353805
size566,384
(ancos2505)

documentation

README

parrot-network

Experimental public Distributed Ledger Technology (DLT)

Getting Started

Installation

$ cargo install parrot-network

Installed mode

$ parrot-node

or

$ parrot-node --help

Usage

Experimental public Distributed Ledger Technology (DLT)

Usage: parrot-node [OPTIONS]

Options:
      --webui-ip=<WEBUI_IP>        [default: 127.0.0.1]
      --webui-port=<WEBUI_PORT>    [default: 9000]
      --server-ip=<SERVER_IP>      [default: 0.0.0.0]
      --server-port=<SERVER_PORT>  [default: 8080]
      --config-file=<CONFIG_FILE>  [default: ./parrot-node.toml]
      --verbose                    
  -h, --help                       Print help
  -V, --version                    Print version

Dev mode

Terminal 1

cargo run -- --config-file=./misc/parrot-node.toml

Terminal 2

curl -v localhost:9000

or open webui in your browser: http://localhost:9000/

Opened in browser

Roadmap

  • Deploy DevNet
  • Implement cli for both node and wallet management
  • Implement Webui for node management
Commit count: 0

cargo fmt