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
v2-deployments
.
$ npm install @balancer-labs/v2-vault