Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0xscratch/rentable_nft
- Owner: 0xScratch
- Created: 2023-08-12T14:51:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T12:45:55.000Z (about 1 year ago)
- Last Synced: 2024-01-21T18:43:29.980Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!