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.
Bluefin spot is only available on mainnet at: 0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267
. To interact with the protocol use the following dependency in your .toml file of the project:
BluefinSpot = { git = "https://github.com/fireflyprotocol/bluefin-spot-contract-interface.git", subdir = "", rev = "mainnet-v1.35.2" }
Use flag --skip-fetch-latest-git-deps
when building the project