Skip to content

Commit

Permalink
refactor(js-script): simplify tutorial with offckb repl and rm spawn …
Browse files Browse the repository at this point in the history
…content
  • Loading branch information
RetricSu committed Nov 19, 2024
1 parent aeeea72 commit 81e1e2f
Show file tree
Hide file tree
Showing 17 changed files with 355 additions and 2,931 deletions.
1,476 changes: 0 additions & 1,476 deletions examples/ckb-js-script/Cargo.lock

This file was deleted.

15 changes: 0 additions & 15 deletions examples/ckb-js-script/Cargo.toml

This file was deleted.

120 changes: 0 additions & 120 deletions examples/ckb-js-script/Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions examples/ckb-js-script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ In this project, we show different ways to integrate CKB-js-vm into your smart c
called spawn, where you can call CKB-js-vm from your script use `ckb_spawn` systcall and one is to
use Script structure to load and execute your JavaScript script in a live cell.

There is also a full tutorial covering all the details for yout to run JavaScript smart contracts
on CKB in the official docs webesite: [docs.nervos.org](https://docs.nervos.org).
There is also a full tutorial covering all the details for you to run JavaScript smart contracts
on CKB in the official docs website: [docs.nervos.org](https://docs.nervos.org).

*This project was bootstrapped with [ckb-script-templates].*

Expand Down
2 changes: 0 additions & 2 deletions examples/ckb-js-script/contracts/run-js/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions examples/ckb-js-script/contracts/run-js/Cargo.toml

This file was deleted.

76 changes: 0 additions & 76 deletions examples/ckb-js-script/contracts/run-js/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions examples/ckb-js-script/contracts/run-js/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions examples/ckb-js-script/contracts/run-js/src/main.rs

This file was deleted.

Binary file modified examples/ckb-js-script/js/build/sudt.bc
Binary file not shown.
31 changes: 0 additions & 31 deletions examples/ckb-js-script/scripts/find_clang

This file was deleted.

9 changes: 0 additions & 9 deletions examples/ckb-js-script/tests/Cargo.toml

This file was deleted.

Loading

0 comments on commit 81e1e2f

Please sign in to comment.