Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

split mint money metaplex

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 :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

{
    "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

>Solution :

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.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading