Skip to content

sygmaprotocol/explorer-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
Oct 31, 2023
Apr 13, 2023
Oct 3, 2023
Apr 11, 2023
Nov 9, 2023
Oct 3, 2023
Aug 31, 2023
Apr 13, 2023
Aug 30, 2023
Apr 12, 2023
Nov 8, 2023
Apr 11, 2023
Sep 1, 2023
May 3, 2023
Apr 12, 2023
Nov 8, 2023
Apr 12, 2023
Apr 12, 2023
Oct 3, 2023
Oct 3, 2023

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 }]'