Dashboard for Tswaanda Marketplace
Tswaanda Dashboard is a web application for managing and monitoring data related to Tswaanda Marketplace services. The application is a Dapp consisting of a frontend canister built using ReactJS and a backend canister built using Motoko.
To get started with Tswaanda Dashboard, follow these instructions:
- DFX(Version 0.14.1)
- NodeJS(Version 16 or higher)
- Tswaanda Marketplace (https://github.com/renegadec/marketplace)
git clone https://github.com/renegadec/tswaanda-backend.git
cd tswaanda-backend/tswaanda
npm install
npm install
mops install
npm run dfx
npm run deploy
npm start
Step 6: If you want to run with the websockets locally, Make sure you have the Rust toolchain installed. You can find instructions here, and then clone the gateway repo:
git clone https://github.com/omnia-network/ic-websocket-gateway.git
cargo run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
If you have any challenges you can create or ask questions in the Issues tab. We are constantly updating the software and always check for updates if anything breaks at any point.