- readme
- tests
- add lease extendability to collateralized renting
The purpose of this repository is to demonstrate how ERC721 renting can be achieved. There are currently 3 example renting smart contracts:
BasicRenting.sol
collateral-free renting without the need for ERC721 contracts to implement any renting standardERC4907Renting.sol
collateral-free renting that utilizes the ERC4907 renting standardCollateralizedRenting.sol
collateralized renting without the need for ERC721 contracts to implement renting standard