-
Notifications
You must be signed in to change notification settings - Fork 3
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
Image uploader #4
Comments
or could just have small svgs and limit size a la https://github.com/CosmWasm/cw-plus/blob/main/packages/cw20/src/logo.rs |
Or use cloudflare IPFS https://developers.cloudflare.com/distributed-web/ipfs-gateway |
Others seem to be using https://slate.host/ for the uploading component of this (cflare just serves) |
Beginning to think quite strongly that we should store on-chain SVGs as is supported by CW20 - could up the size to 10kb though? https://j.mirror.xyz/w8wSN3JLHK1_oNoi2lLF-67w60Wt1WypS_kIbmsYSfE |
|
Okay, so this needs testing with: envoylabs/whoami#27 |
Update:
For MVP possibly okay to say that users should pin their own stuff, but no doubt we will get complaints. Think first pass is probably to get IPFS URIs working |
For MVP probably sufficient to literally have a link to something like https://app.pinata.cloud and say to provide the IPFS link |
This is working for IPFS running on a desktop. Sadly will likely still have to go to pinata. |
For attaching an image to a token on mint (or I think in meta - there may be a field in there)
The text was updated successfully, but these errors were encountered: