This is an interface for Agaave protocol.
npm install
# local development
npm run start
# production build
npm run build
- You will need metamask and I recommend you create a test account so you don't accidently send real money or tokens to test network. You can goto the icon on top right and then select create account. Name this account Account Test or something similar so you know its a test account.
- You need to get some ETH into your test account.
Create or post a tweet on twitter with your test account address in the tweet
- Once you have done this you can now goto https://faucet.rinkeby.io/ and get some ETH select give me Ether and the option 18.75 ETH / 3 days
4. Now you have some ETH you can wrap the ETH for WETH from this contract address:
https://rinkeby.etherscan.io/address/0xdf032bc4b9dc2782bb09352007d4c57b75160b15#writeContract
Connect your wallet -> Then under write contract -> deposit set an amount of WETH you want to receive.
You should now have some test WETH and be able to test the front end and deposit and request loans.