Wallet Intelligence & Analytics for Onchain Applications.
Outsmart competitors with wallet-level intelligence and ecosystem analytics. Understand your users, their behavior, and what drives your onchain revenue.
Before running this application, rename the .env.example to .env and set the variables accordingly.
Execute the following command in the root folder of the repository to install the project:
pnpm installExecute the following command in the root folder of the monorepo to build the project:
pnpm buildAlternatively, execute the following command to undo the build and remove all the generated files:
pnpm unbuildExecute the following command to run the project locally:
pnpm devThe front-end will be available at http://localhost:5173.
Execute the following command to deploy the repository:
pnpm prod:deployIt will be available at http://<INSERT_PUBLIC_IP_HERE>:80.
Execute the following command to stop the deployment:
pnpm prod:undeploy