分裂薄荷货币Metaplex

发布于 2025-02-01 18:03:32 字数 900 浏览 3 评论 0原文

我是区块链技术的新手,我有一定的问题,可以用Metaplex划分为薄荷货币,

我想知道是否有可能有一些钱包,这些钱包会得到一定比例的主要销售(薄荷),但不会得到有特许权使用费吗? 如果有可能如何做? (元数据中的JSON属性?)

这是我的JSON Metadata:

{
    "name": "name",
    "symbol": "symbol",
    "description": "Collection of 2 NFTS on the blockchain. this is the number 1 out of 2.",
    "seller_fee_basis_points": 500, // Here only public key 1 gets the royalties 
    "image": "1.png",
    "attributes": [
        {"trait_type:": "Background", "value": "Door"},
        {"trait_type:": "Ninja", "value": "Red"}
    ],
    "properties": {
        "creators": [
            {"address": "public key 1", "share": 50},
            {"address": "public key 2", "share": 50}
               
        ],
        "files": [{"uri": "1.png", "type": "image/png"}]

    },
    "collection": {"name": "Lavish Fighters", "family": "Rare"}

}

我知道我们不能在JSON中发表评论,这只是为了使其更易于理解

I am new to blockchain technology and I have a certain issue with spliting into multiple wallet the mint money with metaplex

I want to know if it is possible to have some wallets that will get a percentage of the primary sale (mint) but will not get any royalties ?
And if it is possible how to do it ? (Json attribute in the metadata ? )

Here is my json metadata :

{
    "name": "name",
    "symbol": "symbol",
    "description": "Collection of 2 NFTS on the blockchain. this is the number 1 out of 2.",
    "seller_fee_basis_points": 500, // Here only public key 1 gets the royalties 
    "image": "1.png",
    "attributes": [
        {"trait_type:": "Background", "value": "Door"},
        {"trait_type:": "Ninja", "value": "Red"}
    ],
    "properties": {
        "creators": [
            {"address": "public key 1", "share": 50},
            {"address": "public key 2", "share": 50}
               
        ],
        "files": [{"uri": "1.png", "type": "image/png"}]

    },
    "collection": {"name": "Lavish Fighters", "family": "Rare"}

}

I do know we can't comment in Json it is just to make it more understandable

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

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

发布评论

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

评论(1

虐人心 2025-02-08 18:03:32

元数据内JSON领域的创建者是在新的标准标准上进行了弃用。这些创作者也只是用于二级市场的特许权使用费份额。

您可以看一下 hydra 它是一块钱包,可以在不同钱包之间分配薄荷资金。 这是一个hydra-ui ,可以在mainnet上使用。

creators on the json field inside the metadata are deprecated on the newers standards. Also those creators are just for secondary markets royalty share.

You can take a look at Hydra its a wallet of wallets that work to split mint funds between different wallets. Here is a Hydra-UI that can work on mainnet.

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