/balancer-frontend

Balancer Protocol Frontend

Primary LanguageVueGNU General Public License v3.0GPL-3.0

Balancer Exchange Fork

Development

Create .env file to change environment variables. Default values are:

APP_CHAIN_ID=1
APP_GAS_PRICE=100000000000

Run & build:

npm install
npm run serve
npm run build