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
- Host: GitHub
- URL: https://github.com/balancer/swap-frontend-v1
- Owner: balancer
- License: gpl-3.0
- Created: 2020-10-03T15:54:47.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-01T10:18:36.000Z (about 5 years ago)
- Last Synced: 2024-03-27T00:51:43.747Z (about 2 years ago)
- Language: Vue
- Homepage: https://balancer.exchange
- Size: 2.79 MB
- Stars: 21
- Watchers: 4
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```