This repo is a simple showcase that we know how to use Enso Finance Bundler, by swapping USDC to alUSD on mainnet fork
- Install dependencies:
npm
- Install anvil:
npm run install-foundry
- In one terminal, start a local test network:
npm run fork
- In a second terminal, run the example:
npm run swapUSDC
Note
This project utilizes code from EnsoFinance/shortcuts-api-examples