Vue project for interacting with marketplace contract on cardano testnet. Frontend project runs independ of the marketplace-cli
or marketplace-core
and only needs a running kuber API server instance.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
npm install
npm run dev
Configuration file : src/config.ts
You can either use https://testnet.cnftregistry.io/kuber
for apiServer. Better approach is to run your own kuber server and cardano-node instance locally.