Install NodeJS by following the guidelines from the official NodeJS website.
In all packages/* workspaces, create an .env file, at the root of the workspace, with the content of .env.example and fill the relevant env var values.
To installation npm dependencies, run the following command:
npm install
To start an instance of the application, you need to 1. build the Frontend and 2. run the Backend:
npm run frontend:build
npm run backend:start
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.toposware.com
- 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.

