-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NFT improvement to Smart Contract #10
Comments
Step 0
|
@nicola could you please write here any specif request for this new feature? Thx
Anything else? |
@nicola i started the integration of the ERC721 contract, so the dynamic will be:
What about metadata? What should we include inside and how we should compose the image? Can we start creating an API that serves all the metadata or do we want to think about a solution inside IPFS? |
I was reflecting, having non-transferable NFTs to the user could be very painful - especially if they don't want them to show up. My proposal is to only do (2). Instead of storing the data of the deal in another smart contract, they should be in the NFT (on-chain). In other words, the NFT is the deal. Regarding the preview, I don't think it should be the hash of the file.. we can make a simple nice image with the storage on-boarding logo (or an SVG that reads the smart contract to describe the deal - e.g. the ENS NFTs) |
@nicola yes it can be done without problem, i've done something similar on polygon, will try to add the functions and understand if we reach the gas limit (we're very close). If we reach it we'll need to split the contract in 2 and it's a little bit longer task but it can be done. |
@nicola @irenegia so we agreed on what to implement! What do you think? |
I suggest we create another issue for the NFT preview design and we tag it as design work to be done. I am new to the tooling, but in the future I will create issues like this one. |
Agree, let's create a new design-related issue, can you help with that @0xjona? |
thanks @nicola and @turinglabsorg! |
@nicola @0xjona this is a preview of the nft collection: https://testnets.opensea.io/collection/retriev |
Things that need to be validated/answered
We need a closing feedback from @nicola about this issue ASAP. |
update We had a call on wed (8th june), here what we agreed (correct if I am wrong):
CC @0xjona |
Yes agreed! @turinglabsorg you’ve coded a render for NFTs, does it help us design also the metadata? |
@0xjona i think this issue can be closed, we've nft fully implemented in contract and live at: https://testnets.opensea.io/assets/rinkeby/0xbc331a7bea063dbce8b3d16f77850b617bc36cba/1 |
Thanks! We've opened issue #46 to complete the process |
We want to add this new feature: the retrievability deals will appear as an NFT for both parties (client and provider) in their wallet.
The text was updated successfully, but these errors were encountered: