https://github.com/balancer/frontend-v1
V1 Pool Management
https://github.com/balancer/frontend-v1
Last synced: 12 months ago
JSON representation
V1 Pool Management
- Host: GitHub
- URL: https://github.com/balancer/frontend-v1
- Owner: balancer
- License: gpl-3.0
- Created: 2020-06-08T03:23:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T07:51:29.000Z (over 1 year ago)
- Last Synced: 2025-06-17T02:59:22.223Z (12 months ago)
- Language: Vue
- Homepage: https://pools.balancer.exchange
- Size: 8.21 MB
- Stars: 75
- Watchers: 9
- Forks: 73
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# V1 Pool Frontend
For the current interface please see [https://github.com/balancer-labs/frontend-v2](https://github.com/balancer-labs/frontend-v2)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
## License
[GPL-3.0](LICENSE).