fengkiej / balancer-exchange

Exchange dapp for token swaps

Home Page:https://balancer.exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Balancer Exchange

Development

  • 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
    

About

Exchange dapp for token swaps

https://balancer.exchange

License:GNU General Public License v3.0


Languages

Language:TypeScript 67.2%Language:JavaScript 31.2%Language:CSS 1.0%Language:HTML 0.6%