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

empowa-io/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

Testing Suite

1. Install Required Packages

npm install

# or

pnpm install

2. Run Tests

npm run test-al

# or

pnpm run test-al

empowa-marketplace-unit-tests.gif

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