Skip to content

sygmaprotocol/explorer-ui

Repository files navigation

Sygma Explorer UI

This repo contains the our Explorer UI app for checking the data of the tokens transfer for our Transfer UI.

Dependencies

For local usage, clone this repo. Once cloned, follow instructions there to start the mock server.

Usage

touch .env

Add the following to the env file:

VITE_INDEXER_URL="http://localhost:8080"
yarn
yarn start

Env variables needed

You will need to define the following env variables on a .env file:

VITE_INDEXER_URL="INDEXER_URL"
VITE_SHARED_CONFIG_URL="SHARED_CONFIG_URL"
VITE_EXPLORER_URLS='[{ "id": number, "url": EXPLORER_URL }]'