An open API service indexing awesome lists of open source software.

https://github.com/balancer/swap-frontend-v1

Balancer Protocol Frontend
https://github.com/balancer/swap-frontend-v1

Last synced: about 1 year ago
JSON representation

Balancer Protocol Frontend

Awesome Lists containing this project

README

          

# Balancer Exchange

## 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
```