File tree Expand file tree Collapse file tree 5 files changed +413
-67
lines changed
Expand file tree Collapse file tree 5 files changed +413
-67
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ Start the Evolve node with:
5555 --root-dir ~ /.grpc-single \
5656 --grpc-executor-url http://localhost:50051 \
5757 --da.address http://localhost:7980 \
58- --da.auth-token your-da-token \
59- --chain-id your-chain-id
58+ --da.auth-token your-da-token
6059```
6160
6261## Command-Line Flags
@@ -93,12 +92,11 @@ Start the Evolve node with:
93923. Initialize and run the node:
9493
9594 ` ` ` bash
96- ./grpc-single init --root-dir ~ /.grpc-single
95+ ./grpc-single init --root-dir ~ /.grpc-single --chain-id test-chain
9796 ./grpc-single start \
9897 --root-dir ~ /.grpc-single \
9998 --grpc-executor-url http://localhost:50051 \
100- --da.address http://localhost:7980 \
101- --chain-id test-chain
99+ --da.address http://localhost:7980
102100 ` ` `
103101
104102# # Architecture
You can’t perform that action at this time.
0 commit comments