1. 1. How to use this book
  2. 2. Sui Basics
    1. 2.1. Move.toml
    2. 2.2. Init Function
    3. 2.3. Entry Functions
    4. 2.4. Strings
    5. 2.5. Shared Object
    6. 2.6. Transfer
    7. 2.7. Custom transfer
    8. 2.8. Events
    9. 2.9. One Time Witness
    10. 2.10. Publisher
    11. 2.11. Object Display
  3. 3. Patterns
    1. 3.1. Capability
    2. 3.2. Witness
    3. 3.3. Transferable Witness
    4. 3.4. Hot Potato
    5. 3.5. ID Pointer
  4. 4. Samples
    1. 4.1. Make an NFT
    2. 4.2. Create a Coin (ERC20)
  5. 5. Additional Resources

Sui Move by Example

Additional Resources

To find out more about Sui Move and its usage, check out these links:

  • Sui Move examples in 'mystenLabs/sui' repo
  • How Sui Move differs from Core Move
  • Why we created Sui Move
  • Programming with Objects on Sui