Interface for on-chain bluefin spot contracts. The users can use these interface to interact with bluefin spot protocol on-chain using their own smart contracts.
- Pool - Core liquidity and swap functionality
- Position - NFT-based liquidity positions
- Gateway - Public entry methods for users
- Oracle - Price oracle integration
- Admin - Protocol administration functions
- Config - Global protocol configuration
Add to your Move.toml
:
BluefinSpot = { git = "https://github.com/michalstefanow/bluefin-contract-move.git", subdir = "", rev = "mainnet-v1.35.2" }
Note: Use flag --skip-fetch-latest-git-deps
when building the project.
- Sui Framework:
mainnet-v1.35.2
- IntegerMate:
sui-v1.1.2
- IntegerLibrary:
v1.0.1
- Telegram: @michalstefanow
- Twitter: @michalstefanow