Skip to content

interest-protocol/clamm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLAMM DEX on Sui Network.

Quick start

Make sure you have the latest version of the Sui binaries installed on your machine

Instructions here

Run tests

To run the tests on the dex directory

  cd contracts
  sui move test --gas-limit 5000000000

Publish

  cd contracts
  sui client publish --gas-budget 500000000

Repo Structure

  • assets: Brand assets.
  • contracts: CLAMM Move code.
  • hardhat-volatile Curve contracts to run tests.
  • scripts TS publish scripts.

Integration

Please check the available testnet and mainnet branches in this repo for further instructions.

Functionality

DEX

The Interest Protocol CLAMM DEX allows users to create pools, add/remove liquidity and swap.

The DEX supports two types of Curve pools denoted as:

Contact Us