Skip to content

Commit

Permalink
docs: add run-ckb-node in mvp docs
Browse files Browse the repository at this point in the history
This commit adds 'how to run/connect to a ckb node' in the
docs of mvp dapp, which is required before running the dapp.

Ref: #271 (comment)
  • Loading branch information
Keith-CY committed May 25, 2023
1 parent 358bf1d commit 521af4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/samples/mvp-dapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ Follow the [Guide](../../../README.md) to build libraries developed in other wor
$ npm run build
```

### Start CKB Node

- locally: https://docs.nervos.org/docs/basics/guides/testnet/
- remotely: https://testnet.ckb.dev/rpc

### Start the mvp dapp locally

### Run Redis
Expand Down

0 comments on commit 521af4c

Please sign in to comment.