@offckb/cli 0.3.0-canary-50759c3.0 → 0.3.0-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://github.com/jeffijoe/@offckb/cli/blob/master/LICENSE.md)
|
|
7
7
|
[](https://www.npmjs.com/package/@offckb/cli)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
CKB local development network for your first try.
|
|
10
10
|
|
|
11
11
|
- One-line command to start a devnet
|
|
12
12
|
- No docker required
|
|
@@ -14,7 +14,9 @@
|
|
|
14
14
|
- Built-in scripts like [Omnilock](https://github.com/cryptape/omnilock) and [Spore-contract](https://github.com/sporeprotocol/spore-contract)
|
|
15
15
|
- Multiple minimal dApp templates to learn and get your hands dirty
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
**Migrate from v0.2.x to v0.3.x:**
|
|
18
|
+
|
|
19
|
+
There are BREAKING CHANGES between v0.2.x and v0.3.x, make sure to read the [migration guide](/docs/migration.md) before upgrading.
|
|
18
20
|
|
|
19
21
|
## Table of Contents
|
|
20
22
|
|