Skip to content

A comprehensive Move smart contract interface for the Bluefin protocol on Sui blockchain. Provides developers with modular contracts for spot trading, liquidity management, and DeFi operations including pools, positions, oracles, and administrative functions. Built with Sui Framework v1.35.2 and optimized for mainnet deployment.

License

Notifications You must be signed in to change notification settings

michalstefanow/bluefin-contract-move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluefin Contracts Interface

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.

Core Modules

  • 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

Installation

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.

Dependencies

  • Sui Framework: mainnet-v1.35.2
  • IntegerMate: sui-v1.1.2
  • IntegerLibrary: v1.0.1

Contact

About

A comprehensive Move smart contract interface for the Bluefin protocol on Sui blockchain. Provides developers with modular contracts for spot trading, liquidity management, and DeFi operations including pools, positions, oracles, and administrative functions. Built with Sui Framework v1.35.2 and optimized for mainnet deployment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages