Features
- Sui wallet integration
- Move contract interactions
- Object-centric programming
- Sponsored transactions
- zkLogin authentication
- Programmable transaction blocks
Quick Start
Configuration
Wallet Connection
Move Contract Interactions
Call Move Functions
Object Management
Create Objects
Transfer Objects
Best Practices
- Object Ownership: Understand shared vs owned objects
- Gas Management: Optimize transaction batching
- Error Handling: Handle Move abort codes properly
- Type Safety: Use TypeScript types for Move structs
- Testing: Test Move modules thoroughly