npm install
cp .env.example .env
Fill out USER_PK
, RPC_URL
, AUCTIONEER_ENDPOINT
, AUCTIONEER_ADDRESS
and DAPP_CONTROL_ADDRESS
.
The Atlas config values should not be changed.
The Demo config values can be changed to test different scenarios.
- ERC20 <> ERC20
- ERC20 <> ETH
- ETH <> ERC20
- exactInputSingle
- exactOutputSingle
- exactInput
- exactOutput
- multicall [swap -> unwrapWETH9]
EOA demo. The user is self bundling.
npm run demo