Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.24 KB

Rentable-NFTs

Mock Implementation of the EIP 4907: Rentable NFTs
Also check out : https://medium.com/@sidarths/list/rentable-nfts


Rentable NFTs


ERC 4907

ERC4907 is an extension of ERC-721, specially designed for NFT Renting.
It proposes an additional role : user and a valid duration indicator : expires.
It allows users and developers manage the rentable usage rights, more simple and efficient.


How to use the code


Additional References :

Check out my Medium blogs for better understanding and detailed code walkthrough