It only takes a few commands to get started.
- Copy the example .env.example files and adjust them to your needs:
cp .env.example .env
The only required variable is ETHEREUM_NODE_MAINNET, e.g. an Alchemy endpoint. If you want to use GitHub actions you'll have to set that variable up as a GitHub repository secret. See this line of code.
- Install dependencies and compile the contracts:
yarn install
yarn compile
- Run the test
yarn test
If the deploys correctly
test passes, you're good to go 🎉!
- Enzyme Finance docs: https://docs.enzyme.finance/
- Enzyme Finance protocol repository: https://github.com/enzymefinance/protocol
- Enzyme Finance contract addresses: https://contracts.enzyme.finance/
- Docs on Enzyme extensions and plugins: https://docs.enzyme.finance/trust-model/extensions-and-plugins