Elastic is an NFT Renting Marketplace where listers can highlight the benefits gained from renting their NFT. The Dashboard tracks the progress of each rental and ensures a timely return.
The app uses a collaterailized deposit (the amount is decided upon by the rental lister) as insurance at the outset of each agreement. A rental lister also decide upon the amount of rent they would like to charge per day.
At the end of the timeperiod for a rental, if the renter does not pay the rental charge and does not return the NFT, the lister has the option of collecting the collateral deposit via their personalized dashboard within the app.
Upon the successful completion of a rental both the rentee and lister get a receipt from IPFS which can be used for accounting purposes.
To run the dApp locally, a Web3 Storage API token is needed. Follow these instructions to create your own API token. After downloading this repository, create a .env
file in the frontend
folder. Copy and paste your created API token in the file with the variable name as REACT_APP_WEB3_STORAGE_API_TOKEN
.
In the frontend
folder, run:
npm install
npm start
Be sure to set the blockchain network to Rinkeby in Metamask!
Have fun!
You can also check the live dApp deployed on Netlify, here. Also, check out our walkthrough video!