@offckb/cli 0.3.0-canary-3e662fd.0 → 0.3.0-rc2

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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
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
@@ -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
- 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
 
@@ -158,7 +160,7 @@ You can create a new script project without a frontend. This is useful when you
158
160
  offckb create <your-project-name> --script
159
161
  ```
160
162
 
161
- Note: you need to have rust/cargo/cargo-generate/clang 16+ installed in your environment to use this command. offckb doesn't do anything really, it just call [ckb-script-template](https://github.com/cryptape/ckb-script-tempaltes) to do all the magic.
163
+ Note: you need to have rust/cargo/cargo-generate/clang 16+ installed in your environment to use this command. offckb doesn't do anything really, it just call [ckb-script-template](https://github.com/cryptape/ckb-script-templates) to do all the magic.
162
164
 
163
165
  ### Build and Deploy a script
164
166
 
@@ -247,7 +249,7 @@ Or you can replace the script with a binary file in your single cell script debu
247
249
  offckb debug <transaction-hash> --single-script <single-cell-script-option> --bin <path/to/binary/file>
248
250
  ```
249
251
 
250
- All the debug utils are borrowed from [ckb-debugger](https://github.com/nervosnetwork/ckb-debugger).
252
+ All the debug utils are borrowed from [ckb-debugger](https://github.com/nervosnetwork/ckb-standalone-debugger/tree/develop/ckb-debugger).
251
253
 
252
254
  ### Generate Moleculec bindings
253
255
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@offckb/cli",
3
- "version": "0.3.0-canary-3e662fd.0",
3
+ "version": "0.3.0-rc2",
4
4
  "description": "ckb development network for your first try",
5
5
  "author": "CKB EcoFund",
6
6
  "license": "MIT",