Skip to content

soroswap/info

Repository files navigation

info

Analytics site for Soroswap

Configure

  1. Copy the example environment file:
cp .env.example .env
  1. Edit the environmental variables in the .env file as needed.

Note

To get both MERCURY_API_KEY_MAINNET & MERCURY_API_KEY_TESTNET, you need to create a new account on Mercury, get the JWT's in the dashboard, then generate your apiKey.

Once done fill the api key in the .env file for mainnet and testnet.

  1. Run the Docker setup script:
bash docker/run.sh
  1. Install the necessary dependencies:
yarn
  1. Start the development server:
yarn dev
  1. Open your browser and navigate to http://localhost:3100 to view the application.

Releases

No releases published

Packages

No packages published

Languages