Skip to content

Commit b6c736e

Browse files
author
tac0turtle
committed
fix build and add more endpoints
1 parent 73fec32 commit b6c736e

File tree

5 files changed

+413
-67
lines changed

5 files changed

+413
-67
lines changed

apps/grpc/single/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
9392
3. 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

0 commit comments

Comments
 (0)