All Projects → balancer-labs → pool-management

balancer-labs / pool-management

Licence: GPL-3.0 License
Pool management dapp

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Pool Management

Pool management interface for users to add and remove liquidity to Balancer pools.

Development

  • 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].