The Sui Bridge Analytics Dashboard is a web application designed to provide comprehensive analytics on the Sui Bridge ecosystem. It visualizes data related to inflows, outflows, volume, and stocks of bridged assets. The dashboard leverages the open-source Sui Bridge indexer to gather and display data in an intuitive and user-friendly way.
- Node.js 20.x
- Yarn (v1.22 or later)
- Clone the repository
git clone https://github.com/MoonletLabs/sui-bridge.git cd sui-bridge - Install dependencies
yarn install
Start a local development server on http://localhost:8083:
yarn devCreate an optimized production build:
yarn buildRun the built app locally:
yarn startThe API routes require access to a PostgreSQL database. Create a .env file or export the following variables in your shell before running the server:
SUI_BRIDGE_POSTGRES_URL=<database connection string>
SUI_BRIDGE_TESTNET_POSTGRES_URL=<testnet connection string>These values are read in src/pages/api/secrets.ts.
We welcome contributions! Please feel free to submit issues or pull requests.




