This repo contains the our Explorer UI app for checking the data of the tokens transfer for our Transfer UI.
For local usage, clone this repo. Once cloned, follow instructions there to start the mock server.
touch .env
Add the following to the env file:
VITE_INDEXER_URL="http://localhost:8080"
yarn
yarn start
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 }]'
VITE_NATIVE_TOKEN_TRANSFER_RESOURCE_ID: "0x1000000000000000000000000000000000000000000000000000000000000000"