https://github.com/balancer/balancer-examples
Template repository to begin building on Balancer V2
https://github.com/balancer/balancer-examples
Last synced: 9 months ago
JSON representation
Template repository to begin building on Balancer V2
- Host: GitHub
- URL: https://github.com/balancer/balancer-examples
- Owner: balancer
- License: gpl-3.0
- Created: 2021-08-03T19:09:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T15:40:57.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T13:57:52.903Z (about 1 year ago)
- Language: TypeScript
- Size: 3.03 MB
- Stars: 10
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
# Balancer Examples
[](https://github.com/balancer-labs/balancer-examples/actions)
[](https://www.gnu.org/licenses/gpl-3.0)
This repository various examples of how to easily integrate with Balancer V2 by interacting with existing pools as well as designing your own pool types.
## Build and Test
On the project root, run:
```bash
$ yarn # install all dependencies
$ yarn build # compile all contracts
$ yarn test # run all tests
```
## Licensing
Most of the Solidity source code is licensed under the GNU General Public License Version 3 (GPL v3): see [`LICENSE`](./LICENSE).