Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 847 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 847 Bytes

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.