AAVE Deposit/Borrowing Tutorial Part IV

Borrowing in Aave This is part 4 of a 4 part series. We’ll use our existing funds to borrow a percentage of what we’ve deposited. This code is on https://github.com/cryptocamtech/aave-borrow–tutorial. Remember to create your .env with the account and private key. For brevity only the changes to deposit.js are shown. We’ll be borrowing 5 DAIContinue reading “AAVE Deposit/Borrowing Tutorial Part IV”

AAVE Deposit/Borrowing Tutorial Part III

Depositing in Aave This is part 3 of a 4 part series. Now that we have some DAI, we can deposit onto the Aave contract. This code is on https://github.com/cryptocamtech/aave-borrow-tutorial. Remember to create your .env with the account and private key. Security tip: never commit .env – there are bots looking for them, ready toContinue reading “AAVE Deposit/Borrowing Tutorial Part III”

AAVE Deposit/Borrowing Tutorial Part II

Using Uniswap to get DAI This is part 2 of a 4 part series. In this tutorial we’ll be getting some DAI from the Uniswap contract so we can play with Aave’s smart contracts. It would probably be simpler to go to some account that already has some DAI (and Ether for gas). Or toContinue reading “AAVE Deposit/Borrowing Tutorial Part II”

AAVE Deposit/Borrowing Tutorial Part I

Obtaining ETH This is part 1 of a 4 part series. In this tutorial we’ll be forking the mainnet and obtaining some Ether so we can play with Aave’s smart contracts. We could probably do most most of these on a testnet, but Aave lives on the Robsten testnet and Uniswap lives on the RinkebyContinue reading “AAVE Deposit/Borrowing Tutorial Part I”