Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 528 Bytes

File metadata and controls

30 lines (17 loc) · 528 Bytes

UI for TRAIN web application

This repository contains implementation of TRAIN UI

Run locally

yarn
yarn dev 

Required environment variables

NEXT_PUBLIC_TRAIN_API = https://atomic-dev.layerswap.cloud/
NEXT_PUBLIC_API_VERSION = sandbox #mainnet for mainnets


NEXT_PUBLIC_ALCHEMY_KEY = <YOUR_ALCHEMY_KEY> #required for light client calls
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID = <YOUR_WALLETCONNECT_PROJECT_ID>