Install NodeJS by following the guidelines from the official NodeJS website.
To installation npm
dependencies, run the following command:
npm install
To build the Frontend static files, run the following command:
npm run build
To start an instance of the application, run the following command:
npm run preview
To run the e2e tests with Cypress against a local build, run the following command:
npm run test:e2e
Contributions are very welcomed, the guidelines are outlined in CONTRIBUTING.md
.
Feel free to open an issue if you have any feature request or bug report.
If you have any questions, do not hesitate to reach us on Discord!
- Website: https://toposware.com
- Technical Documentation: https://docs.topos.technology
- Medium: https://toposware.medium.com
- Whitepaper: Topos: A Secure, Trustless, and Decentralized Interoperability Protocol
This project is released under the terms of the MIT license.