#dlt #ledger #web3 #dag #crypto

app parrot-network

Experimental public Distributed Ledger Technology (DLT)

17 releases

0.0.22 Sep 6, 2024
0.0.21 Sep 5, 2024
0.0.10 Aug 31, 2024

#84 in Web programming

Download history 488/week @ 2024-08-24 1766/week @ 2024-08-31 287/week @ 2024-09-07

2,541 downloads per month

MIT license

310KB
4K SLoC

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

Dependencies

~9MB
~156K SLoC