| Crates.io | parrot-network |
| lib.rs | parrot-network |
| version | 0.0.22 |
| created_at | 2024-08-27 20:15:47.769635+00 |
| updated_at | 2024-09-06 23:39:09.347145+00 |
| description | Experimental public Distributed Ledger Technology (DLT) |
| homepage | |
| repository | https://github.com/ancos2505/parrot-network |
| max_upload_size | |
| id | 1353805 |
| size | 566,384 |
Experimental public Distributed Ledger Technology (DLT)
$ cargo install parrot-network
$ parrot-node
or
$ parrot-node --help
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
cargo run -- --config-file=./misc/parrot-node.toml
curl -v localhost:9000
or open webui in your browser: http://localhost:9000/
