Skip to content

Commit 3a320f3

Browse files
authored
Merge pull request #215 from ckb-devrel/cherry-pick-from-master
Cherry pick from master
2 parents c1ea100 + 930644e commit 3a320f3

10 files changed

Lines changed: 7052 additions & 3272 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You can create a new script project without a frontend. This is useful when you
198198
offckb create <your-project-name> --script
199199
```
200200

201-
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.
201+
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.
202202

203203
### Build and Deploy a script
204204

@@ -299,7 +299,7 @@ Or you can replace the script with a binary file in your single cell script debu
299299
offckb debug <transaction-hash> --single-script <single-cell-script-option> --bin <path/to/binary/file>
300300
```
301301

302-
All the debug utils are borrowed from [ckb-debugger](https://github.com/nervosnetwork/ckb-debugger).
302+
All the debug utils are borrowed from [ckb-debugger](https://github.com/nervosnetwork/ckb-standalone-debugger/tree/develop/ckb-debugger).
303303

304304
### Generate Moleculec bindings
305305

templates/next-js-template/frontend/package-lock.json

Lines changed: 89 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/next-js-template/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ckb-ccc/connector-react": "^v0.0.11-alpha.3",
1313
"@ckb-ccc/lumos-patches": "^0.0.10-alpha.7",
1414
"@ckb-lumos/lumos": "^0.23.0",
15-
"next": "14.2.3",
15+
"next": "14.2.21",
1616
"react": "^18",
1717
"react-dom": "^18"
1818
},

0 commit comments

Comments
 (0)