This DeFi app let you earn interest for depositing cryptocurrency.
This repository is inspired by following tutorial: https://www.youtube.com/watch?v=CgXQC4dbGUE
- Ganache https://www.trufflesuite.com/ganache
- Node JS
- Yarn
yarn install
Run Ganache with Quickstart Workspace
yarn deploy
cd frontend
yarn install
yarn serve
Login to Metamask
Go to Ganache and copy private key of first account
Open Metamask
Switch to Ganache Network
Click Import account
Paste private key
Connect Account
Open app on http://localhost:8080/
truffle test