-
Notifications
You must be signed in to change notification settings - Fork 0
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
QR code as NFT visual? #10
Labels
Comments
potential api for this |
Need to make a get call to http://api.qrserver.com/v1/create-qr-code/?data=%7Binsert_url_here%7D&size=100x100 @Spazzaroth are you looking to tackle this? |
yeah, as soon as we have the ipfs address we can plug it into that api and get the qr code. can even change the size of it etc. |
not sure if this is useful but looks useful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kicking around the idea of generating a qr code based on the url of the ipfs cid to act as the visual component of the erc-721's.
QR = https://gateway.ipfs.io/ipfs/${CID.path}
The text was updated successfully, but these errors were encountered: