Skip to content

Experimental public Distributed Ledger Technology (DLT) built on top of HTTP/1.0 (RFC-1945) protocol (WIP)

License

Notifications You must be signed in to change notification settings

ancos2505/parrot-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Experimental public Distributed Ledger Technology (DLT) built on top of HTTP/1.0 (RFC-1945) protocol (WIP)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages