Skip to content

topos-protocol/explorer

Repository files navigation


Logo Logo

Topos Explorer is the web app to explore the Topos ecosystem 🚀.


Getting Started

Install NodeJS by following the guidelines from the official NodeJS website.

Environment

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.

Install Dependencies

To installation npm dependencies, run the following command:

npm install

Build the Frontend

To build the Frontend static files, run the following command:

npm run frontend:build

Run the Application

To start an instance of the application, run the following command:

npm run backend:start

Development

Contributions are very welcomed, the guidelines are outlined in CONTRIBUTING.md.

Support

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!

Resources

License

This project is released under the terms of the MIT license.