Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 829 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 829 Bytes

STX Semi-Fungible Market

Example implementation of the semi-fungible token standard applied to decentralised marketplaces on Stacks Blockchain. This example also includes the Trait for minting NFT's with any FT and STX using unified interface - enabling minting, listing and buying in any FT (including STX) using the same function calls.

The marketplace for Semi-fungible tokens connects to a SIP 013 contract for transfer of SFTs between user accounts.

Post Conditions

See the SIP-013 Repo for a description of the novel mechanism for post conditions for semi-fungibles. The Clarinet tests in this example contain helper functions for testing the burn/mint event pairs emitted when transferring SFT's.