MartifyLabs / martify.contracts

NFT Marketplace on the Cardano Blockchain. Powered by Plutus Smart Contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Martify

NFT Marketplace on the Cardano Blockchain. Powered by Plutus Smart Contracts A simple contract that allows sales of NFTs. The seller (owner of an NFT) constructs the contract with parameters unique to the sale and locks the NFT there. A buyer can then unlock the NFT by submitting a transaction verifying the several requirements defined in the validator.


Test in emulator

  • Clone the repository
  • Run cabal repl in the repo
  • Run :l src/Market/Trace.hs in the repl
  • Run test
  • To modify the testing scenario, open and modify the src/Market/Trace.hs file

Donations

We would really appreciate financial support to our project, it helps us spend more time and effort on it.

ADA Address : addr1vycmju7zumcgq5wsdmdwkxafhhuu3xeed60auwngww2fkjcr38qjm

Contract usage

The Martify contract for marketplaces is being used by several marketplaces currently live on Cardano. The list of marketplaces based on our contracts is :

About

NFT Marketplace on the Cardano Blockchain. Powered by Plutus Smart Contracts

License:Apache License 2.0


Languages

Language:Haskell 100.0%