在私人存储中保存元数据,而不是元素储物

发布于 2025-01-29 08:10:31 字数 146 浏览 4 评论 0原文

在Ethereum ERC-721或ERC1155中,可以将链元数据保存在S3之类的私有存储中。在Solana中,我想使用SPL将SPL与Metadata在自己的存储空间中使用,它正在返回类型的不匹配错误。是否可以使用自己的/私人存储使用SPL而不是Metaplex的链元数据?

In Ethereum ERC-721 or ERC1155, off-chain metadata can be saved on private storage like S3. In solana, I want to use SPL to mint NFT with metadata on own storage, it is returning type mismatch error. Is it possible to use own/private storage for off-chain metadata with SPL instead of metaplex?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花开半夏魅人心 2025-02-05 08:10:31

metaplex的令牌元数据标准这表明了一个jsonfile。该JSON可以存储在任何存储中,例如IPFS,AWS,ARWEAVE,您自己的服务器等。

如果您想铸造一些单打NFT(而不是集合),一种快速而简单的方法是使用

如果您想创建NFT收集,我建议您使用 Metaplex的糖果机您可以在哪里使用ARWEAVE,IPFS,PINATA,NFT-Storagory或AWS作为存储,您将能够创建薄荷页面,以便每个人都可以铸造项目。

我希望这可以解决您的问题,如果通过这个问题出现更多问题!

Metaplex's Token Metadata Standard uses an "uri" field that points to a jsonFile. This json can be stored on any storage, like IPFS, AWS, Arweave, your own server, etc.

If you wanna mint some singles NFTs (instead of a collection) a fast and simple way is using Metaboss's mint command, that will create an on-chain NFT with the off-chain metadata (json) pointing to a storage. Metaboss is a Rust-CLI that has a lot of utilities for Solana-NFTs.

If you wanna create a NFT-collection I recommend you to use Metaplex's Candy Machine where you can use Arweave, IPFS, Pinata, NFT-Storage or AWS as storage, and you will be able to create the mint page so everyone can mint your project.

I hope this can solve your question, I will be looking if more questions appears through this one!.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文