This repository holds the smart contracts for the NoUsury.eth project, including the folllowing:
- NOUToken.sol
- LoETHToken.sol
- NouLoanFactory.sol
- NouLoanImpl.sol
To run the tests for this project, do the following commands:
npm install
npx hardhat test