dchat: add scripts to autorun a localnet deployment. useful for debugging net code.

This commit is contained in:
darkfi
2025-02-06 10:43:12 +01:00
parent 67456c5b27
commit 6419c759eb
7 changed files with 52 additions and 0 deletions

View File

@@ -68,4 +68,10 @@ Or use multitail for colored output:
multitail -c /tmp/alice.log
```
# Example Localnet
```
./example/seed.sh
./example/node1.sh
./example/node2.sh
```