Sui Tears 💧
Last updated
Was this helpful?
Last updated
Was this helpful?
is an open source production ready Sui Move library to increase the productivity of new and experienced developers alike.
- Verify function for the airdrop modules.
- A pull design airdrop to distribute tokens after a specific date.
- A pull design airdrop to distribute tokens according to a linear vesting schedule.
- Owner capability to give access to multiple objects.
- A wrapper that can only be unwrapped once a set of actions are completed.
- A wrapper that can only be unwrapped after a set timestamp.
Access Collection - Capability access wrapper for collections.
- Bitmap implementation for sequential keys.
- A Collection that stores coin decimals.
Witness Collection - Witness access wrapper for collections.
- Module to reward coin stakers over time.
- Struct to track shares associated with underlying deposits/withdrawals.
- Wallet that distributes tokens according to a linear vesting schedule.
- Wallet that distributes tokens according to a linear vesting schedule and allows the owner to reclaim the locked coins.
- Virtual implementation of vesting schedules
- Decentralized autonomous organization
- The admin capability for DAOs
- Treasury plugin for DAOs
- Fixed point math module for numbers scaled to x << 64.
- Fixed point math module for numbers with 1e9 precision.
- Fixed point math for module for numbers with 1e18 decimals.
- Utility math functions for u64 numbers.
- Utility math functions for u128 numbers.
- Utility math functions for u256 numbers.
- Module to handle signed integer operations.
- Module to compare u8 vectors (bits).
- Module to verify Merkle proofs.
- A set of functions to operate on ASCII strings.
- Utility functions for vectors.