Safe Trading with ERC20 tokens
You need to install node and git.
Install hardhat that is used for solidity contracts
npm install --save-dev hardhat
and finally clone this repo
git clone https://github.com/Benjamin-Herald/safe-trading
cd safe-trading
yarn
Put config.js file with configuration into packages/config directory using template as example
Faucets:
https://goerlifaucet.com/
https://mumbaifaucet.com/
LETH contract is deployed to mumbai network at address 0x49B8d4DFDB48023E8637d39BD97F813648b3E44e
https://app.uniswap.org/#/swap?chain=polygon_mumbai
- aave interface
- safe interface
- frontend