-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: run with the local devnet #145
Conversation
Codecov Report
@@ Coverage Diff @@
## main #145 +/- ##
==========================================
- Coverage 87.22% 86.75% -0.48%
==========================================
Files 48 41 -7
Lines 814 770 -44
Branches 97 95 -2
==========================================
- Hits 710 668 -42
+ Misses 21 20 -1
+ Partials 83 82 -1 see 14 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
A nice explanation of how to start a dev chain locally Perhaps we could document an example of how it works with Nexus, for example, adding a derived lock in genesis block and adding a dev chain configuration for Nexus networks |
🚀 PR was released in |
What Changed
Motivation
By default, Nexus wallet is connected to the CKB testnet blockchain, some DApp developers need to test their products quickly, so it will make things easier if they could run a dev CKB blockchain on the local machine, this PR provides a guide.
preview: https://github.com/ckb-js/nexus/blob/40b5f8b/docs/run-dev-ckb-blockchain.md#how-to-reset-the-ckb-dev-blockchain
Change Type
Indicate the type of change your pull request is:
documentation
patch
minor
major