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