Hive blockchain service introduction
What is Hive blockchain service?¶
A highly free web3 game development environment is provided.¶
Since the Hive Blockchain Service has no restrictions on how to implement the web3 ecosystem, game teams only need to apply blockchain functions to games that have already been designed.
You can easily develop web3 games.¶
You can develop web3 games by simply calling the API provided by Hive blockchain without having to develop complex blockchain functions yourself.
It provides blockchain functions optimized for web3 games.¶
It provides functions optimized for web3 game development and operation, such as mass minting that allows you to mint up to 200 items with one signature, and a royalty function that pays a certain amount of profit to the game company when trading NFTs.
It provides efficient web3 game management functions.¶
Blockchain functions required for web3 game development and operation, such as contract distribution, token issuance, NFT minting, convert pool creation, and ratio adjustment, can be set through the Hive console.
Launching a multi-chain-based web3 game¶
You can directly implement a multi-chain (XPLA, Polygon)-based web3 ecosystem.¶
By utilizing blockchain functions such as contract, NFT issuance and convert pool creation for implementing a web3 ecosystem, you can launch a multi-chain-based web3 game without complex development.
Hive Blockchain API, optimized for web3 games¶
Hive Blockchain API is linked with Hive console to set up blockchain functions required for launching web3 games. It mainly consists of functions required to perform blockchain functions requested by users.
Implement a web3 environment simply with Hive console¶
Hive Console consists of blockchain functions required by administrators for launching and operating web3 games. You can implement a web3 game environment such as deploying contracts and creating convert pools with simple settings without development knowledge.
Launching a web3 game with ease¶
Configure the environment required for operating a web3 game through Hive console settings and then link the Hive Blockchain API.
Try Blockchain Open API if you want a custom API.¶
Blockchain Open API consists of core blockchain functions supported by Multichain (XPLA, Polygon). It has the advantage of being able to develop and use the provided APIs according to the characteristics of each game.
Integrate XPLA to the game¶
You can easily launch a web3 game by integrating XPLA to the game.¶
- Since you can immediately call the blockchain function web UI in-game, there is no need to develop a separate page for users.
- Since essential blockchain functions such as wallet creation, contract distribution, and convert pool are set up on the console, there is no need for complex development.
-
Since you can onboard to *XPLA Games, you can launch your game in a stable and verified web3 ecosystem.
-
*XPLA Games: Web3 game ecosystem operated by Com2uS Group
XPLA Web UI¶
With XPLA Web, you do not need to develop a separate page for users. You can provide a blockchain function execution UI to users with a simple API call in-game.
KYC Verification¶
KYC verification can prevent excessive XPLA leakage and abuse issues in advance, thereby maintaining a stable game ecosystem. KYC verification is required for users to perform blockchain functions.
Minting¶
Mint the items selected by the user into NFTs.
Convert¶
Exchange the game goods selected by the user into XPLA or game tokens.
Lock¶
Deactivate the NFT in the user's wallet so that it can be used in the game.
Unlock¶
Activate the user's NFT items in the user's wallet.
Burn¶
Delete the NFT in the user's wallet from the XPLA network so that it can be used in the game. If the same item is re-minted as an NFT after burning, the same token ID will be maintained.
XPLA integration is easy.¶
Apply Hive SDK, set up the Hive console, and integrate the XPLA Platform API to integrate XPLA.