You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-27Lines changed: 1 addition & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,32 +17,6 @@ CKB local development network for your first try.
17
17
18
18
There are BREAKING CHANGES between v0.3.x and v0.4.x, make sure to read the [migration guide](/docs/migration.md) before upgrading.
19
19
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
-
46
20
## Install
47
21
48
22
```sh
@@ -199,7 +173,7 @@ You can create a new script project without a frontend. This is useful when you
199
173
offckb create <your-project-name> --script
200
174
```
201
175
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.
0 commit comments