Simple Dapp that allows to create single transactions composed of multiple interactions with the main DeFi protocols. You can try it here.
yarn install
Then create an .env file with the following parameters:
REACT_APP_INFURA_ENDPOINT=
REACT_APP_INFURA_ID=
SKIP_PREFLIGHT_CHECK=
and then:
yarn start