Webapp and cli for marketplace in cardano testnet using Kuber libarary.
This component is command line tool for interacting with the marketplace. Cli used kuber library, which handles transaction creation and submission to node
Frontend vue project is located here.
- It connects to an existing kuber server to construct transactions.
- Lists tokens onSale using blockfrost APIs.
- marketplace-plutus/ - contains plutus contract codes for marketplace
- marketplace-cli/ - Cli to perform marketplace operations with cardano-node connection.
- marketplace-core/ - contains marketplace core functions and interaction with kuber library
- frontend/ - contains client side for marketplace
VS code with devcontainer enabled is the fastest way to get started with the project. To Use the cli, cardano-node should also be installed and running.
- Using frontend : (Preferred Way) Its easier to get started.
- Using Cli