Skip to content

Commit cccc82e

Browse files
committed
Update README
1 parent 94f814e commit cccc82e

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,15 @@ Make a copy of the `.env.example` file and call it `.env`. Then, make sure you s
2424

2525
`yarn run deployChain`
2626

27-
2. Build your nitro node
28-
29-
`yarn run buildNitro`
30-
31-
3. Launch your nitro node
27+
2. Launch your nitro node
3228

3329
`docker compose up`
3430

35-
4. Initialize your chain
31+
3. Initialize your chain
3632

3733
`yarn run initialize`
3834

39-
5. (Optional) Deploy the Token Bridge
35+
4. (Optional) Deploy the Token Bridge
4036

4137
`yarn run deployTokenBridge`
4238

@@ -53,9 +49,3 @@ Follow these steps to complete the process.
5349
2. Update the WASM module root
5450

5551
`yarn run updateWASM <WASM module root>`
56-
57-
## Run your node without Blockscout
58-
59-
To run your node without blockscout, simply specify the appropriate services in the docker compose command:
60-
61-
`docker compose up nitro das-server`

0 commit comments

Comments
 (0)