<p dir="auto"><strong><em>Disclaimer: This is just a development update, not a feature announcement
<p dir="auto">Hello, fellow crypto enthusiasts and <a href="https://go.splex.gg" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">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.
<p dir="auto">In my mission to provide you with an unmatched blockchain gaming experience, I've established a dedicated Hive account (<a href="https://hiveblocks.com/@golem.nft" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">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.
<p dir="auto">I am delighted to present the categories of NFTs that will be integrated into the game:
<ul>
<li>Workbenches
<li>Guild-related (Deeds, workbenches)
<li>Golems
<li>Tech
<li>Avatars
<li>Backgrounds
<li>Titles (selective tradability)
<li>Relics
<p dir="auto">On item release, I will use the <code>go_create_nft key with the following structure:
<h4>NFT release:
<pre><code>[
{
id: base_id,
name: name,
nft_category: nft_category,
stats: array/object/whatever with corresponding values,
tradable: true,
soulbound: true,
image: image_url
}
]
<p dir="auto">After the <code>go_create_nft is seen on-chain, I'll publish the current list as a <code>custom_json “go_nft_list“.
<p dir="auto">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 <code>go_mint key. Transfers follow the same principle, using the <code>go_transfer key.
<h4>Mint:
<pre><code>{
mint_id: 1,
mints: [{
id: base_id,
options: {
e:{
a:attack_ev,
d:defense_ev,
h:health_ev
}
},
owner:user_id
}]
}
<p dir="auto">This will create NFTs with incrementing IDs.
<h4>Transfer:
<pre><code>[
[1, from, to],
[2, from, to]
]
<p dir="auto">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.
<p dir="auto">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!
<p dir="auto">Happy <a href="https://go.splex.gg" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">golemancing!
<p dir="auto">Ps.:Please keep in mind that this is still in a very early state and there will be changes.
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
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)
<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@golem.overlord/upvoted.png?202306101137" /><td>You received more than 2750 upvotes.<br />Your next target is to reach 3000 upvotes. <p dir="auto"><sub><em>You can view your badges on <a href="https://hivebuzz.me/@golem.overlord" target="_blank" rel="noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">your board and compare yourself to others in the <a href="https://hivebuzz.me/ranking" target="_blank" rel="noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Ranking<br /> <sub><em>If you no longer want to receive notifications, reply to this comment with the word <code>STOPI cant wait to spend my shards!
nice !
I'm stacking my $SHARD after reading it. Probably it will increase the value when NFT market launch :)
Nice!
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:
understandable, and im looking forward to see your implementation. :)