Skip to content

Files

Latest commit

5bb22b2 · Jun 8, 2023

History

History

vault

Balancer

Balancer V2 Vault

NPM Package Docs

This package contains the source code of Balancer V2's main contract, the Vault.

It is generally not used directly, as two other packages should fulfill all development needs:

  • To get the Solidity interface of the Vault and related contracts, see v2-interfaces.
  • To get the deployment address in all networks, as well as ABIs and tools to deploy to a test network, see balancer-deployments repository.

Overview

Installation

$ npm install @balancer-labs/v2-vault

Licensing

GNU General Public License Version 3 (GPL v3).