617 B
617 B
Example Token Bridge UI
Prerequisites
- NodeJS v14+
- NPM v7.18+
Install
npm ci
Develop
npm start
Build for local tilt network
npm run build
Build for testnet
REACT_APP_CLUSTER=testnet npm run build
Build for mainnet
REACT_APP_CLUSTER=mainnet REACT_APP_COVALENT_API_KEY=YOUR_API_KEY REACT_APP_SOLANA_API_URL=YOUR_CUSTOM_RPC npm run build
Test Server
npx serve -s build
Environment Variables (optional)
Create .env
from the sample file, then add your Covalent API key:
cp .env.sample .env