Skip to content

chain-ml/flexible-vaults

 
 

Repository files navigation

Flexible (Core) Vaults

Documentation

For a detailed explanation of how the protocol works, see the documentation.

Documentation per each contract:

Testing

Prerequisites

  • The forge command-line tool
  • The yarn package manager (optional)
  • An Ethereum mainnet RPC endpoint

Running tests

  1. Add the ETH_RPC environment variable to the .env file in the repository root.

  2. Run the following command:

    yarn test

    Or run the forge command directly (see package.json):

    forge test --fork-url $ETH_RPC ...

Licensing

The license for every contract is the Business Source License 1.1 (BUSL-1.1). See the LICENSE file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%