Skip to content

A project specific ecosystem marketplace, where Cardano NFTs can be traded using the project's own fungible token.

License

Notifications You must be signed in to change notification settings

Anastasia-Labs/ecosystem-marketplace

 
 

Repository files navigation

Empowa ecosystem marketplace

flowchart LR
    oneShot
    feeOracle
    marketplace
    marketplace_owner((marketplace\nowner))
    anyone((anyone))
    token{{payment asset}}

    anyone -. utxo param .-> oneShot

    oneShot ==> |mints NFT identifyer| feeOracle
    oneShot -. policy param .-> feeOracle

    oneShot -. policy param .-> marketplace
    
    marketplace_owner -. pub key hash param .-> marketplace
    marketplace_owner -. pub key hash param .-> feeOracle

    feeOracle --> |refUtxo| marketplace
    
    token -. policy param .-> marketplace
Loading

Docs

see the docs folder for documentation

About

A project specific ecosystem marketplace, where Cardano NFTs can be traded using the project's own fungible token.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.6%
  • JavaScript 6.4%