jackygu2006 / chialisp-doc

chialisp document and tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chia技术开发手册

Written by @JackieGu, @mg00736448

第一章:介绍

第二章:开发环境搭建

第三章:与链交互

第四章:ChiaLisp语言入门

1、ChiaLisp基础语法

参考:https://github.com/Chia-Network/wallets/blob/main/docs/part1_basics.md

2、ChiaLisp智能交易开发原理

3、Chialisp虚拟机 - CLVM

参考:https://github.com/Chia-Network/wallets/blob/main/docs/part4_compiler_and_tips.md

4、钱包操作

参考:https://github.com/Chia-Network/wallets

第五章:ChiaLisp实战

1、彩色币钱包(CCWallet)

2、限额钱包(RLWallet)

参考:https://github.com/Chia-Network/wallets/blob/main/docs/rate_limited_wallet.md

3、可逆钱包合约

参考:https://github.com/Chia-Network/wallets/blob/main/docs/recoverable_wallet.md

4、原子交易合约

参考:https://github.com/Chia-Network/wallets/blob/main/docs/atomic_swaps.md

5、限定收款人合约

参考:https://github.com/Chia-Network/wallets/blob/main/docs/authorised_payees.md

6、托管钱包合约

参考:https://github.com/Chia-Network/wallets/blob/main/docs/custody_wallet.md

7、多钱钱包

参考:https://github.com/Chia-Network/wallets/blob/main/multisig/README.org

第六章:Chia主网部署与执行

附:

名词解释,https://github.com/Chia-Network/wallets/blob/main/docs/glossary.md

About

chialisp document and tutorial