File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ npm] ( https://img.shields.io/npm/l/@offckb/cli.svg?maxAge=1000 )] ( https://github.com/jeffijoe/@offckb/cli/blob/master/LICENSE.md )
7
7
[ ![ node] ( https://img.shields.io/node/v/@offckb/cli.svg?maxAge=1000 )] ( https://www.npmjs.com/package/@offckb/cli )
8
8
9
- ** CKB local development network for your first try.**
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
13
13
- Pre-funded test accounts
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
- Start building on CKB blockchain, right now, right away!
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
Original file line number Diff line number Diff line change
1
+ # Migration from v0.2.x to v0.3.x
2
+
3
+ ## BREAKING CHANGES
4
+
5
+ 1 . Rename ` sync-config ` to ` sync-scripts `
6
+ 2 . Rename ` deployed-scripts ` to ` my-scripts `
7
+ 3 . Templates ` offckb.config.ts ` file are refactored with NEW structure
8
+
9
+ ## Add new commands
10
+
11
+ 1 . ` proxy-rpc `
12
+ 2 . ` system-scripts `
13
+ 3 . ` debug `
14
+ 4 . ` mol `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @offckb/cli" ,
3
- "version" : " 0.3.0-canary.0 " ,
3
+ "version" : " 0.3.0-rc1 " ,
4
4
"description" : " ckb development network for your first try" ,
5
5
"author" : " CKB EcoFund" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments