We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fec32 commit b6c736eCopy full SHA for b6c736e
5 files changed
apps/grpc/single/README.md
@@ -55,8 +55,7 @@ Start the Evolve node with:
55
--root-dir ~/.grpc-single \
56
--grpc-executor-url http://localhost:50051 \
57
--da.address http://localhost:7980 \
58
- --da.auth-token your-da-token \
59
- --chain-id your-chain-id
+ --da.auth-token your-da-token
60
```
61
62
## Command-Line Flags
@@ -93,12 +92,11 @@ Start the Evolve node with:
93
92
3. Initialize and run the node:
94
95
```bash
96
- ./grpc-single init --root-dir ~/.grpc-single
+ ./grpc-single init --root-dir ~/.grpc-single --chain-id test-chain
97
./grpc-single start \
98
99
100
- --da.address http://localhost:7980 \
101
- --chain-id test-chain
+ --da.address http://localhost:7980
102
103
104
## Architecture
0 commit comments