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 installnpm install
mops installnpm run dfxnpm run deploynpm startStep 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.gitcargo runPull 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.