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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
# Time to `Hello World` on CKB
2
2
3
-
The target of this tutorial is very simple: use CKB SDKs in various languages to write "Hello Common Knowledge Base!" into a cell on CKB testnet and check it on CKB explorer.
3
+
The target of this tutorial is very simple: use CKB SDKs in various languages to write "Hello Common Knowledge Base!" into a [cell](https://docs.nervos.org/docs/reference/cell/) on CKB testnet and check it on CKB explorer.
4
4
5
5
## Sample Code
6
-
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.
7
-
Here's an example of how you can do that:
6
+
Here's an example of how to write an on-chain message:
0 commit comments