Skip to content

Commit fa45298

Browse files
committed
swarm test net v3
1 parent db56cbd commit fa45298

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

deploy/readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

2-
# Remote test net (1..N nodes)
2+
# Local test net
3+
4+
```shell
5+
cd scripts
6+
CHAIN_ID="push_501-1" MONIKER=pn1 HOME_DIR="~/.pchain" BLOCK_TIME="1000ms" CLEAN=true ./test_node.sh
7+
```
8+
9+
# dev.push.org test net (1..N nodes)
310

411
## VM Preconditions
512
you need to run a vm with enough CPU/RAM/DISK, accessible via ssh using only private key auth

scripts/test_node.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/bash
22
# Run this script to quickly install, setup, and run the current version of the network without docker.
33
#
4+
# Push Test Net:
5+
# pn1:
6+
# CHAIN_ID="push_501-1" MONIKER=pn1 HOME_DIR="~/.pchain" BLOCK_TIME="1000ms" CLEAN=true ./test_node.sh
7+
#
48
# Examples:
59
# CHAIN_ID="push_501-1" MONIKER=pn1 HOME_DIR="~/.pchain" BLOCK_TIME="1000ms" CLEAN=true sh scripts/test_node.sh
610
# CHAIN_ID="localchain_9000-2" HOME_DIR="~/.pchain" CLEAN=true RPC=36657 REST=2317 PROFF=6061 P2P=36656 GRPC=8090 GRPC_WEB=8091 ROSETTA=8081 BLOCK_TIME="500ms" sh scripts/test_node.sh

0 commit comments

Comments
 (0)