Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.75 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.75 KB

solidity_loan_smart_contract

Background Context

Simple solidity smart contract for borrowing and lending in web3 space using ERC20 token.

Technologies & Tools:

Git GitHub Node.js React Solidity

Requirements:

Installed:

Getting it started

Clone repo using HTTPS

$ git clone https://github.com/jonyach/solidity_loan_smart_contract.git

Compilation and interaction

  1. You can compile the files using this command to check that there are no errors:
$ truffle compile
  1. You can interact with the frontend interface also;
$ cd loan-app
$ npm start

Contribution

Any pull request and bug fixing will be highly appreciated.

Author