-
Architecture
-
Implementation
- Smart Contract
- constructor()
- uint256 _principal,
- string memory _collateral,
- status = loanApplication(principal,dueDate);
- interestRate = calculateRateOfInterest(principal,dueDate);
- remainingBalance = remainingBal(principal);
- calculateRateOfInterest(uint256 _principal, uint256 _duration) internal view returns (uint256 interestRate)
- loanApplication(uint256 _principal, uint256 _duration) internal view returns (bool status)
- remainingBal(uint256 _principal) internal view returns (uint256 _remainingBal)
- getLoanApplicationStatus(uint loanid) public returns(bool status)
- getLoanPaymentStatus() public returns(bool status)
- constructor()
- Mobile Wallet
- Smart Contract
-
Build Goal of this build is to build the apk for the android
- npm i
- npm start
- npm run android(second terminial)
-
Testing
- Users can use this link to fund their account https://celo.org/developers/faucet
This is deployed to alfajores-forno
-
cd to root
-
node helloCello.js
-
truffle compile
-
truffle migrate --network alfajores
-
roadmap
- P2P lending
-
Announcements
-
FAQS
-
Mockup-UI
-
Signin/signup
-
Apply for loan
-
Submit
-
Result