Peak into the Future: Development of the Golem Overlord's Hive NFT System!

1.png

Disclaimer: This is just a development update, not a feature announcement

Hello, fellow crypto enthusiasts and golemancers! After a period of absence due to a health setback (thank you all for your patience and understanding), I am thrilled to return with exciting news. I've been steadily advancing on a significant development behind the scenes: a robust, player-centric Non-Fungible Token (NFT) system.

In my mission to provide you with an unmatched blockchain gaming experience, I've established a dedicated Hive account (golem.nft). This account will manage NFTs within the game. It will serve as a transparent, permanent log, empowering each player to verify their ownership by populating their personal database with this log.

I am delighted to present the categories of NFTs that will be integrated into the game:

  • Workbenches
  • Guild-related (Deeds, workbenches)
  • Golems
  • Tech
  • Avatars
  • Backgrounds
  • Titles (selective tradability)
  • Relics

On item release, I will use the go_create_nft key with the following structure:

NFT release:

[
    {
        id: base_id,
        name: name,
        nft_category: nft_category,
        stats: array/object/whatever with corresponding values,
        tradable: true,
        soulbound: true,
        image: image_url
    }
]

After the go_create_nft is seen on-chain, I'll publish the current list as a custom_json “go_nft_list“.

NFT minting is going to be efficient and bundled. We'll gather all mints every 3 seconds and dispatch them as a bundled transaction with the go_mint key. Transfers follow the same principle, using the go_transfer key.

Mint:

{
    mint_id: 1,
    mints: [{
        id: base_id,
        options: {
            e:{
                a:attack_ev,
                d:defense_ev,
                h:health_ev
            }
        },
        owner:user_id    
    }]
}

This will create NFTs with incrementing IDs.

Transfer:

[
    [1, from, to],
    [2, from, to]
]

This system will provide definitive proof of ownership for unique NFTs and won't cost any Resource Credits (RC) to you. I will offer an API for developers to access the current state of the NFT database (application required). Furthermore, I'll provide an API endpoint for checking specific transactions (with bulk) and encourage others to build blockchain parsers to verify the data.

Stay tuned, as this pioneering phase promises to revolutionize your gaming experience. Welcome to the future of gaming on the blockchain! Let the games begin!

Happy golemancing!

Ps.:Please keep in mind that this is still in a very early state and there will be changes.

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center