-
Environment Config
- Copy .env.example -> .env
- Configure backup node urls
# Backup node url REACT_APP_RPC_URL_1="https://mainnet.infura.io/v3/{apiKey}" REACT_APP_RPC_URL_3="https://ropsten.infura.io/v3/{apiKey}" REACT_APP_RPC_URL_42="https://kovan.infura.io/v3/{apiKey}" REACT_APP_RPC_URL_LOCAL="http://localhost:8545"- Configure supported network
# Supported Network ID (e.g. mainnet = 1, rinkeby = 4, kovan = 42) REACT_APP_SUPPORTED_NETWORK_ID="42" -
Build & run locally
yarn build yarn start
forked from balancer/balancer-exchange
-
Notifications
You must be signed in to change notification settings - Fork 3
Exchange dapp for token swaps
License
DynamicSwap/balancer-exchange
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Exchange dapp for token swaps
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 66.7%
- JavaScript 31.5%
- Other 1.8%