1.
如何使用本书(How to use this book)
2.
Sui基础(Sui Basics)
2.1.
Move.toml
2.2.
初始化函数(Init Function)
2.3.
入口函数(Entry Functions)
2.4.
字符串(Strings)
2.5.
共享对象(Shared Object)
2.6.
转移(Transfer)
2.7.
自定义转移(Custom transfer)
2.8.
事件(Events)
2.9.
一次性见证(One Time Witness)
2.10.
发布者(Publisher)
2.11.
对象显示(Object Display)
3.
设计模式(Patterns)
3.1.
权限凭证(Capability)
3.2.
见证(Witness)
3.3.
可转移见证(Transferable Witness)
3.4.
烫手山芋(Hot Potato)
3.5.
ID指针(ID Pointer)
4.
示例(Samples)
4.1.
创建NFT(Make an NFT)
4.2.
创建ERC20代币 (Create a Coin (ERC20))
5.
其它资源(Additional Resources)
Light
Rust
Coal
Navy
Ayu
Sui Move by Example(中文版)
其他资源(Additional Resources)
想要了解更多关于 Sui Move 的信息,请查看以下链接:
Sui Move examples in 'mystenLabs/sui' repo
How Sui Move differs from Core Move
Why we created Sui Move
Programming with Objects on Sui