Defi-Bank is a place where you can deposit your USDC tokens and get interest for it. As interest, an ERC20 token called Interest token (INT) will be given.
This project is done for learning purpose.
Mainly contains two smart contracts DefiBank.sol and InterestToken.sol and some tests which are written in javascript.
Langusges used: Solidity javascript
Framework: Truffle
Upon downloading the file, use the below commands
truffle compile (to comiple the smart contracts)
truffle test (to run the tests)
truffle migrate (to deploy the contracts on local blockcahin)
truffle develop (to intract with the deployed contract)
Corrections and suggestions are most welcome!
Thank you and have a good day!