Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xscratch/rentable_nft

Smart Contract based on ERC-4097
https://github.com/0xscratch/rentable_nft

Last synced: 28 days ago
JSON representation

Smart Contract based on ERC-4097

Awesome Lists containing this project

README

        

## Rentable NFT

Won't it be great if we could rent NFTs like we do rent other stuff, such as houses, cars etc...
That's what **ERC-4097** provides us, a functionality to rent our NFT to whomever we want!

## Clone, Run, Build..

1. Clone the repo using:
```bash
git clone https://github.com/Aryan9592/Rentable_NFT.git
```

2. Install any dependencies:
```bash
npm install
```

3. Build on top of it, like NFT marketplace (like AirBNB), Temporary Licenses, Limited Editions

## ENJOY!