Skip to content

Commit 9ce630c

Browse files
committed
dosc: deploy the implementation of interactive tutorial experiences
1 parent 37082c2 commit 9ce630c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
The target of this tutorial is very simple: use [Lumos](https://github.com/ckb-js/lumos) to write "Common Knowledge: Hello world!" into a cell on CKB testnet and check it on CKB explorer.
44

5-
TODO: In this tutorial, a browser-based runtime called [WebContainers](https://webcontainers.io/) is leveraged to create a minimal development environment only in the browser to acheive interactive tutorial experiences. Let's use the latest web capabilities to deliver a nice browser-based development experience for a new generation of interactive courses.
6-
75
## Sample Code
86
After installing Lumos, you can use it to send a transaction to CKB testnet, write a simple `Common Knowledge`: "Hello World" into a [cell](https://docs.nervos.org/docs/reference/cell/) on CKB.
97
Here's an example of how you can do that:
@@ -13,6 +11,7 @@ https://github.com/Flouse/ckb-tthw/blob/1a7508b262a5ecdc371086a55e0c080041731541
1311

1412
## TODO
1513
- [ ] implement interactive tutorial experiences
14+
In this tutorial, a browser-based runtime called [WebContainers](https://webcontainers.io/) is leveraged to create a minimal development environment only in the browser to acheive interactive tutorial experiences. Let's use the latest web capabilities to deliver a nice browser-based development experience for a new generation of interactive courses.
1615

1716
similar to
1817

0 commit comments

Comments
 (0)