A set of experimental Contracts for the Sui Network.
Once these modules go live, they are moved to their own repos.
Make sure you have the latest version of the Sui binaries installed on your machine
To run the tests on the dex directory
cd clamm
sui move test
cd clamm
sui client publish --gas-budget 500000000
- library: It contains utility functions that are used by other modules
- airdrop: It contains the module to airdrop the IPX governance token to whitelisted accounts
- examples: A myriad of examples on how to interact with various modules
- audits It contains code audits
- i256 A library to
- clamm UniswapV3 in Move (WIP)
The Interest Protocol Concentrated Liquidity AMM
Users will be able to perform all traditional functions of an AMM
Innovation: LP providers will be able to automatically list their out of money liquidity positions on a Money Market to earn yield. The protocol will withdraw the collateral once the liquidity becomes on the money.
It contains the airdrop module for the IPX governance coin. It distributes the tokens linearly to whitelisted addresses using a merkle tree.
- airdrop-tree: A typescript implementation of a merkle tree to use with the airdrop module
Go to here (Sui Interest Protocol) and see what we have prepared for you
- Twitter: @interest_dinero
- Discord: https://discord.gg/interestprotocol
- Telegram: https://t.me/interestprotocol
- Email: contact@interestprotocol.com
- Medium: @interestprotocol