GraphemeNFT / rarible-scaffold

MIT License
0 stars 0 forks source link

create metadata including image and and IPFS hash on claim #41

Open dcsan opened 3 years ago

dcsan commented 3 years ago

on minting / claiming letters, we need to

dcsan commented 3 years ago

is this one you're confident in?

also it would be nice to see these items show up on rarible/opensea, with the relevant image or even maybe the interactive JS version for opensea...

keepRunning commented 3 years ago

You can do the upload image + metadata in one shot if you use NFT.Storage. As long as metadata is holding to standards, it should be interpreted correctly by all opensea/rarible

We used this NFTStorage. You can reuse cred/file as is. https://github.com/Bulletin-Block-System/scaffold-eth/blob/master/packages/react-app/src/helpers/nft-storage.js

tomosaigon commented 3 years ago

All the ipfs stuff has already been implemented. No need to switch to nft.storage at this point.

That means everything in the list is done just waiting for @dcsan to connect the contract.

dcsan commented 3 years ago

That means everything in the list is done just waiting for @dcsan to connect the contract.

is rendering to a bitmap done? there's some canvas code in the editor, but that's mixed up in all the other bitshifting and everything else that grapheme does for all words. can you extract that so I can just call it on the letters page?

otherwise I also need to get the name, and do the other bits of this. I don't think it's "done" but there are parts lying around (which are conflicting atm)

dcsan commented 3 years ago

is this working @keepRunning ?