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

in #golemoverlordlast year (edited)

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.

Sort:  

helll YEAH time to stack em shards!

Hm this doesn't sound like "the game is dead" are you telling me those Discord clowns were misinformed??

;)

excited to spend those shards 😎

Mea legro de que estes mejor de salud, firmes con el proyecto😎
!PIZZA

PIZZA!
The Hive.Pizza team manually curated this post.

$PIZZA slices delivered:
aurikan tipped golem.overlord

Please vote for pizza.witness!

This is the moment we all were waiting for. Can't wait when the developement will be finished and we will put our hands on the Nfts.

Curated and voted 100% by Selection of the best articles about Games and eSports in Hive

Legal, é uma pena que esperaram o jogo estar praticamente morto para anunciar isso...

Congratulations @golem.overlord! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You received more than 2750 upvotes.
Your next target is to reach 3000 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

I cant wait to spend my shards!

I'm stacking my $SHARD after reading it. Probably it will increase the value when NFT market launch :)

what's the reason to use your own nft system? would the hive-engine contract not work for it? --> https://github.com/hive-engine/hivesmartcontracts-wiki/blob/main/NFT-Contracts.md

just curious to know you thoughts.

Several reasons:

  • I don't want to pay for each nft issuance, that doesnt seem scalable enough.
  • Working with hive engine in the past few months showed me that it's not as stable as i would want it to be.
  • I also don't want to be dependant on their nft system for the market.

understandable, and im looking forward to see your implementation. :)