https://github.com/cryptape/ckb-tutorial
Time to `Hello World` on CKB
https://github.com/cryptape/ckb-tutorial
ckb tutorial
Last synced: 6 months ago
JSON representation
Time to `Hello World` on CKB
- Host: GitHub
- URL: https://github.com/cryptape/ckb-tutorial
- Owner: cryptape
- License: mit
- Created: 2023-05-02T07:37:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T06:00:17.000Z (about 2 years ago)
- Last Synced: 2024-04-14T09:19:15.818Z (almost 2 years ago)
- Topics: ckb, tutorial
- Language: TypeScript
- Homepage:
- Size: 14.6 MB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Time to `Hello World` on CKB
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.
## Sample Code
Here's an example of how to write an on-chain message:
https://github.com/cryptape/ckb-tutorial/blob/42bf1b5a3566e2d8adf6ef79aad8580de0d79281/js/index.ts#L125-L136
## Tutorials in different languages
- [JavaScript/TypeScript](./js/)
- [ ] Golang
- [ ] Rust
- [ ] Java
- etc.