Effortlessly visualize cross-chain data ⛓️
Following guide contains information about XCM Visualizator. It is designed to inform both interface users and developers about the possibilities and use cases they can enhance with this tool.
User startup guide
Project is deployed on following link: https://xcm-visualizator.tech.
For user guide reffer to following section: User guide
Developer startup guide
To run the project locally, you need to have Node.js v.20^ installed, as well as PostgreSQL database.
In backend folder create .env file following .env.example file. After your database is set up, you can import the database dump from the xcm_database_dump.tar file to try the XCM Visualizator with the example data.
Then, run the following commands:
Before you begin with any commands make sure to run following from monorepository root:
pnpm install
pnpm build
Then run backend from backend folder:
cd ./apps/visualizator-be
pnpm start
And run frontend from frontend folder:
cd ./apps/visualizator-fe
pnpm dev
Both front-end and back-end must run in their own terminal at the same time.