sandbox-smart-contracts
sandbox-smart-contracts copied to clipboard
Proof of concept: Lease allowing owner to rent ERC721 NFT to other (up to depth 8)
Description
Recursive lease concept implemented with MockLand, using Ronan's concept 9965
Checklist:
- [ ] Pull Request references Jira issue
- [ ] Pull Request applies to a single purpose
- [ ] I've added comments to my code where needed
- [ ] I've updated any relevant docs
- [ ] I've added tests to show that my changes achieve the desired results
- [ ] I've reviewed my code
- [ ] I've followed established naming conventions and formatting
- [ ] I've generated a coverage report and included a screenshot
- [ ] All tests are passing locally