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

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

Awesome Lists containing this project

README

          

# Balancer

# Balancer Examples

[![CI Status](https://github.com/balancer-labs/balancer-examples/workflows/CI/badge.svg)](https://github.com/balancer-labs/balancer-examples/actions)
[![License](https://img.shields.io/badge/License-GPLv3-green.svg)](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).