Skip to content

Commit cac168b

Browse files
committed
chore: update readme
1 parent af5f514 commit cac168b

1 file changed

Lines changed: 1 addition & 27 deletions

File tree

README.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,6 @@ CKB local development network for your first try.
1717

1818
There are BREAKING CHANGES between v0.3.x and v0.4.x, make sure to read the [migration guide](/docs/migration.md) before upgrading.
1919

20-
## Table of Contents
21-
22-
- [OffCKB](#offckb)
23-
- [Table of Contents](#table-of-contents)
24-
- [Install](#install)
25-
- [Usage](#usage)
26-
- [Get started](#get-started)
27-
- [Running CKB](#running-ckb)
28-
- [List scripts info](#list-scripts-info)
29-
- [Tweak Devnet Config](#tweak-devnet-config)
30-
- [Create a full-stack Project](#create-a-full-stack-project)
31-
- [Create a script-only Project](#create-a-script-only-project)
32-
- [Create a dApp-only Project](#create-a-dapp-only-project)
33-
- [Build and Deploy a script](#build-and-deploy-a-script)
34-
- [Start the frontend project](#start-the-frontend-project)
35-
- [Debug a transaction](#debug-a-transaction)
36-
- [Config Setting](#config-setting)
37-
- [List All Settings](#list-all-settings)
38-
- [Set CKB version](#set-ckb-version)
39-
- [Set Network Proxy](#set-network-proxy)
40-
- [Built-in scripts](#built-in-scripts)
41-
- [Accounts](#accounts)
42-
- [About CCC](#about-ccc)
43-
- [FAQ](#faq)
44-
- [Contributing](#contributing)
45-
4620
## Install
4721

4822
```sh
@@ -199,7 +173,7 @@ You can create a new script project without a frontend. This is useful when you
199173
offckb create <your-project-name> --script
200174
```
201175

202-
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.
176+
Note: you need to have pnpm installed in your environment to use this command. offckb doesn't do anything really, it just call [create-js-vm-app](https://github.com/nervosnetwork/ckb-js-vm/tree/main/packages/create-app) to do all the magic.
203177

204178
### Create a dApp-only Project
205179

0 commit comments

Comments
 (0)