-
Notifications
You must be signed in to change notification settings - Fork 8
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
👷 What should Buildo handle for you? #1
Comments
It will be great a way to generate a multisig wallet easily |
I would love to see a way to create NFT's using data stored on Arweave instead of IPFS. I downloaded the latest build and was able to use Buildo to create an NFT with a JPG stored on Arweave, but it will not pull the attribute data from the JSON file stored in the same way. I'm trying to track down why this is the case? If the parsing of the data just boils down to pulling in the JSON file located via a URL, why does it matter if the URL points to Arweave instead of IPFS? I'm not understanding. |
Elrond services, like public API, etc., rely on IPFS, at least for now. So, of course, you can create an NFT using Arweave storage, but it won't be compatible with official Elrond services. If you want to dig deeper, you can check the: https://github.com/ElrondNetwork/api.elrond.com. The main problem, I think, is that metadata in NFT attributes takes only the IPFS CID and file name. It is then resolved using a custom (hardcoded?) IPFS gateway. Because of that also, this lib limits it to the IPFS only. |
I really hope that changes in the future. I don't know what the benefit would be to using only IPFS when there are obviously other options out there that may be considered better by some users. Thanks for the link to the API, I'll be digging into it some more. |
I agree that the metadata resolution in API and other services should have more generic logic, and I believe that arweave will be supported soon. I am not into it much, so I am not sure, but generally, adding that support shouldn't be very complicated. You can add whatever you want to the Elrond NFT attributes, so this is a matter of services, mainly the Elrond API, and how they will resolve the data from there. |
Can I use Buildo to add in attributes at the same place I add in tags? Instead of importing them from a JSON file hosted on IPFS? |
The Elrond API services resolve the data using a predefined format in the attributes: |
Right on. Thanks for the detailed reply. I'll mess around with it and see what I can come up with. |
The overall plan for Buildo is to simplify some operations and not to relay on erdpy. It is not because the erdpy lib is terrible or something. It is a great library. Buildo's main idea is included in three main points:
Please leave your comments below. Let us know what functionality would you like to have, what could be simplified, and what kind of API operations would you like to simplify. What types of data processing would you like to find here? Thanks!
The text was updated successfully, but these errors were encountered: