mlabs-haskell / seabug-contracts

3 stars 1 forks source link

Implement metadata for purchase transaction. #8

Closed samuelWilliams99 closed 2 years ago

samuelWilliams99 commented 2 years ago

When purchasing an NFT, the metadata on the transaction must include the various information needed to recreate the token name and currency symbol. This information is defined here. You must modify Seabug.Contract.MarketPlaceBuy to include the 727 standard defined in the above document. DO NOT implement the delta standard, as this is a future change.