Skip to content

Commit b849544

Browse files
authored
docs: add tutorials
1 parent c3f5b2e commit b849544

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CKB Studio is an IDE to develop CKB scripts on the [Nervos](http://nervos.io/) b
1010
- [CKB Explorer](#ckb-explorer) - view account information and transaction history
1111
- [CKB Transaction Constructor](#ckb-transaction-constructor) - generate CKB transactions conveniently
1212

13+
If you want to learn more about how to use CKB Studio, please go to the [Tutorials](#tutorials) section.
14+
1315
## Installation
1416

1517
### Download
@@ -186,3 +188,20 @@ For example, click the *Transfer* button next to search bar to open the *Transfe
186188
<p align="center">
187189
<img src="./screenshots/transfer_transaction.png" width="800px">
188190
</p>
191+
192+
193+
## Tutorials
194+
195+
### Tutorials by Jonathan Caras
196+
197+
- [Collection of CKB Studio Tutorials](https://medium.com/nervos-ckb-israel/collection-of-ckb-studio-tutorials-9ffd573894)
198+
- [Tutorial #1 Installing CKB Studio](https://medium.com/nervos-ckb-israel/installing-ckb-studio-for-mac-138cc7e76914)
199+
- [Tutorial #2 Printing “Hello World” to the blockchain](https://medium.com/nervos-ckb-israel/ckb-studio-hello-world-tutorial-f38fce2b66b5)
200+
- [Tutorial #3 Minting your first custom token with CKB Studio](https://medium.com/nervos-ckb-israel/minting-custom-tokens-with-ckb-studio-3354783acb38)
201+
202+
### Video Tutorials by Phil (in Chinese)
203+
204+
- [#1 CKB Studio features](https://www.bilibili.com/video/BV1rk4y1q7sA?p=1)
205+
- [#2 User defined token](https://www.bilibili.com/video/BV1rk4y1q7sA?p=2)
206+
- [#3 Anyone-can-pay contract](https://www.bilibili.com/video/BV1rk4y1q7sA?p=3)
207+
- [#4 Develop a CKB smart contract using JavaScript](https://www.bilibili.com/video/BV1rk4y1q7sA?p=4)

0 commit comments

Comments
 (0)