Background Context
Simple solidity smart contract for borrowing and lending in web3 space using ERC20 token.
Installed:
$ git clone https://github.com/jonyach/solidity_loan_smart_contract.git
- You can compile the files using this command to check that there are no errors:
$ truffle compile
- You can interact with the frontend interface also;
$ cd loan-app
$ npm start
Any pull request and bug fixing will be highly appreciated.
- Joseph Onyach - jonyach