Skip to content

Latest commit

 

History

History

frontend

Marketplace Frontend

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.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

npm install

Compile and Hot-Reload for Development

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.