Equalizer Vaults/Flash Loan Contracts
<strong>Version: V1</strong>
<a href="https://docs.equalizer.finance/"><strong>Explore the docs »</strong></a>
Table of Contents
In order you get started you have to install NodeJs and Yarn
.env.sample file to .envETHERSCAN_API_KEY, WALLET_PRIV_KEY, RPC_URLyarn installyarn compile
For deployment you have to check the available scripts. The pattern for using a scripts is:
npx hardhat run scripts/<script_name>.ts --network <rinkeby/mainnet>
In order to make the deployment process you have to run in order:
1. deployVaultFactory.ts;
2. deployFlashLoanProvider.ts;
3. initializeVaultFactory.ts;
4. deployTokens.ts
5. deployVaults.ts;
6. deployFlashBorrowerTestnet.ts
NOTE
In each step you have to check the script you are running and change the config needed. For example deployFlashLoanProvider.ts (step 1)
requires the VaultFactory contract address from step 1.
yarn test
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the BSL 1.1 License. See LICENSE for more information.
Equalizer - @EqualizerFlash - info (a) equalizer.finance
Project Link: https://github.com/Equalizer-Finance/equalizer-smart-contracts-v1
$ claude mcp add equalizer-smart-contracts-v1 \
-- python -m otcore.mcp_server <graph>