README.md 246 B
Newer Older
Nikolay Volf's avatar
Nikolay Volf committed
# paracon-node
Nikolay Volf's avatar
Nikolay Volf committed
Paracon Node implementation
NikVolf's avatar
NikVolf committed

To be continued...

To run local dev node, do

```
cargo run --release -- --dev
Nikolay Volf's avatar
Nikolay Volf committed
```

To run test net 1, do

```
cargo run --release
```

or

```
cargo run --release -- --chain=./res/testnet-1.json
```