Skip to content

rabmarut/balancer-exchange

This branch is 582 commits behind balancer/balancer-exchange:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 21, 2020
Apr 7, 2020
Feb 28, 2020
Jun 17, 2020
Apr 11, 2020
Dec 9, 2019
Dec 11, 2019
Apr 2, 2020
Apr 11, 2020
Jan 24, 2020
May 29, 2020
Jan 21, 2020
Dec 11, 2019
May 29, 2020

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.2%
  • JavaScript 34.1%
  • CSS 1.1%
  • HTML 0.6%