CN111249745B - Game deployment method, game operation method, device and storage medium - Google Patents

Game deployment method, game operation method, device and storage medium Download PDF

Info

Publication number
CN111249745B
CN111249745B CN202010099027.6A CN202010099027A CN111249745B CN 111249745 B CN111249745 B CN 111249745B CN 202010099027 A CN202010099027 A CN 202010099027A CN 111249745 B CN111249745 B CN 111249745B
Authority
CN
China
Prior art keywords
game
platform
transaction
initial configuration
contract
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010099027.6A
Other languages
Chinese (zh)
Other versions
CN111249745A (en
Inventor
袁兴强
王志文
吴思进
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Fuzamei Technology Co Ltd
Original Assignee
Hangzhou Fuzamei Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Fuzamei Technology Co Ltd filed Critical Hangzhou Fuzamei Technology Co Ltd
Priority to CN202010099027.6A priority Critical patent/CN111249745B/en
Publication of CN111249745A publication Critical patent/CN111249745A/en
Application granted granted Critical
Publication of CN111249745B publication Critical patent/CN111249745B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/70Game security or game management aspects
    • A63F13/77Game security or game management aspects involving data related to game devices or game servers, e.g. configuration data, software version or amount of memory
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/50Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by details of game servers
    • A63F2300/55Details of game data or player data management
    • A63F2300/5526Game data structure

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a game deployment method, a game operation method, equipment and a storage medium, wherein the method comprises the following steps: a game contract for the first game is issued on the blockchain. Wherein the game contract is configured with a platform initial configuration interface and a game interface; the platform initial configuration interface is used for the operation terminal to call when generating the platform initial configuration transaction; the game contract is used for storing various parameters when the initial configuration transaction of the execution platform is successful, and recording a unique identifier of a first game of the first game platform on the blockchain so as to enable the operation terminal to configure the unique identifier in the game installation package; the game interface is used for being called by the user side when the game starting transaction is generated, and the game starting transaction comprises a unique identifier; the game contract is also used to determine the game platform of the present game based on the unique identifier when performing the game initiation transaction. The invention realizes that different operators can be supported to operate respectively only by deploying a game on the chain.

Description

Game deployment method, game operation method, device and storage medium
Technical Field
The present application relates to the technical field of decentralised games, and in particular, to a game deployment method, a game operation method, a game method, a device, and a storage medium.
Background
Current popular games typically authorize game operators of different channels of different platforms to operate separately, each of which maintains a centralized server operated by the own.
Correspondingly, for the decentralised blockchain game, to be authorized to game operators of different platforms, a plurality of game contracts need to be repeatedly deployed on different blockchains or on the same blockchain for each game operator, so that blockchain resources are very wasted, and meanwhile, the problem of complicated maintenance of game upgrading exists.
Disclosure of Invention
In view of the above-described drawbacks or shortcomings in the prior art, it is desirable to provide a game deployment method, a game operation method, a game method, an apparatus, and a storage medium that can support separate operations by different operators by deploying a game only once on a blockchain.
In a first aspect, the present invention provides a game deployment method, including:
a game contract for the first game is issued on the blockchain.
Wherein the game contract is configured with a platform initial configuration interface and a game interface;
the platform initial configuration interface is used for the operation terminal of the game operator to be invoked when generating a platform initial configuration transaction of the first game platform, wherein the platform initial configuration transaction comprises various parameters required by configuring the game platform of the first game;
the game contract is used for storing various parameters when the initial configuration transaction of the execution platform is successful, and recording a unique identifier of a first game of the first game platform on the blockchain so that the operation terminal can configure the unique identifier in a game installation package of the first game platform;
the game interface is used for being called by a user side of a game player when a game starting transaction for starting a game is generated, and the game starting transaction comprises a unique identifier;
the game contract is also used for determining a game platform corresponding to the first game according to the unique identifier when executing the game starting transaction.
In a second aspect, the present invention provides a game operation method suitable for an operation terminal of a game operator, a game contract of a first game being deployed on a blockchain, the game contract being configured with a platform initial configuration interface and a game interface, the method comprising:
calling a platform initial configuration interface to generate a platform initial configuration transaction of a first game of the first game platform and sending the platform initial configuration transaction to the blockchain node for executing the platform initial configuration transaction through a game contract, storing various parameters of the game platform of the first game configured in the platform initial configuration transaction, and recording a unique identifier of the first game platform on the blockchain;
the method comprises the steps of obtaining a unique identifier, configuring the unique identifier in a game installation package of a first game platform, enabling a user side to install the game installation package, calling a game interface to generate a game starting transaction comprising the unique identifier, and sending the game starting transaction to a blockchain node for executing the game starting transaction through a game contract, and determining the game platform corresponding to the first game according to the unique identifier.
In a third aspect, the present invention provides a game operating method for a blockchain node, the blockchain having a game contract for a first game deployed thereon, the game contract being configured with a platform initial configuration interface and a game interface, the method comprising:
the method comprises the steps of executing platform initial configuration transaction through a game contract, storing various parameters of a game platform for configuring a first game in the platform initial configuration transaction, recording a unique identifier of the first game platform on a blockchain, configuring the unique identifier in a game installation package of the first game platform by an operation terminal of a game operator, and calling a game interface to generate a game starting transaction comprising the unique identifier and sending the game starting transaction after the game installation package is installed by a user side; the platform initial configuration transaction is generated by calling a platform initial configuration interface when the operation terminal initially configures a first game of a first game platform;
executing game starting transaction through the game contract, and determining the game platform corresponding to the first game according to the unique identifier.
In a fourth aspect, the present invention provides a game method applicable to a user terminal, where a game contract of a first game is deployed on a blockchain, and the game contract is configured with a platform initial configuration interface and a game interface; the platform initial configuration interface is used for the operation terminal of the game operator to be invoked when generating a platform initial configuration transaction of the first game platform, wherein the platform initial configuration transaction comprises various parameters required by configuring the game platform of the first game; the game contract is used for storing various parameters when the initial configuration transaction of the execution platform is successful, and recording a unique identifier of a first game of the first game platform on the blockchain; the method comprises the following steps:
a game installation package for installing a first game of a first game platform; wherein the game installation package is configured with a unique identifier of a first game of the first game platform;
and calling the game interface to generate a game starting transaction comprising the unique identifier and sending the game starting transaction to the blockchain node for executing the game starting transaction through the game contract, and determining the game platform corresponding to the first game according to the unique identifier.
In a fifth aspect, the present invention also provides an apparatus comprising one or more processors and a memory, wherein the memory contains instructions executable by the one or more processors to cause the one or more processors to perform the methods provided in accordance with the embodiments of the present invention.
In a sixth aspect, the present invention also provides a storage medium storing a computer program that causes a computer to execute the method provided according to the embodiments of the present invention.
According to the game deployment method, the game operation method, the game device and the storage medium, the platform initial configuration interface is configured in the game contracts on the deployment blockchain, so that different operators of the same type of game can respectively call the interface to configure various parameters of the type of game in the respective platforms in the game contracts, the unique identifiers of the type of game of the respective platforms are recorded on the links by the game, the unique identifiers of the own platform are configured in the game installation package by the game operators, the game platforms logged in by the player are determined according to the unique identifiers when the game contracts are executed and the game is started and traded when the player starts the game, the game developers can support the same type of game respectively by only deploying the game on the blockchain once, the waste of the blockchain resources is avoided, and the upgrading maintenance of the game is simplified.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the detailed description of non-limiting embodiments, made with reference to the following drawings, in which:
fig. 1 is a flowchart of a game deployment method according to an embodiment of the present invention.
Fig. 2 is a flowchart of a game operation method according to an embodiment of the present invention.
Fig. 3 is a flowchart of another game operation method according to an embodiment of the present invention.
Fig. 4 is a flowchart of a game method according to an embodiment of the present invention.
Fig. 5 is a schematic structural diagram of an apparatus according to an embodiment of the present invention.
Detailed Description
The present application is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be noted that, for convenience of description, only the portions related to the invention are shown in the drawings.
It should be noted that, in the case of no conflict, the embodiments and features in the embodiments may be combined with each other. The present application will be described in detail below with reference to the accompanying drawings in conjunction with embodiments.
Fig. 1 is a flowchart of a game deployment method according to an embodiment of the present invention.
As shown in fig. 1, in this embodiment, the present invention provides a game deployment method, including:
s10: a game contract for the first game is issued on the blockchain.
Wherein the game contract is configured with a platform initial configuration interface and a game interface;
the platform initial configuration interface is used for the operation terminal of the game operator to be invoked when generating a platform initial configuration transaction of the first game platform, wherein the platform initial configuration transaction comprises various parameters required by configuring the game platform of the first game;
the game contract is used for storing various parameters when the initial configuration transaction of the execution platform is successful, and recording a unique identifier of a first game of the first game platform on the blockchain so that the operation terminal can configure the unique identifier in a game installation package of the first game platform;
the game interface is used for being called by a user side of a game player when a game starting transaction for starting a game is generated, and the game starting transaction comprises a unique identifier;
the game contract is also used for determining a game platform corresponding to the first game according to the unique identifier when executing the game starting transaction.
The above method is exemplified by game developer a deploying game R on the blockchain and authorizing game operators B, C, and D to operate game R respectively, player E installing game R operated by B.
In step S10, after completing the development of game R (including the game contracts and the programs of the user side that need to be deployed to the blockchain), game developer A publishes game contract C of game R on the blockchain R
In the present embodiment, game contract C R Configured with platform initial configuration interface I 1 Game interface I 2 Operator configuration interface I 3 . Wherein the operator configures the interface I 3 The terminal is used for calling the terminal of the game developer when generating an operator configuration transaction for maintaining the operator verification information in the game contract; the operator verification information is used for verifying whether the generating party of the platform initial configuration transaction has the authority of the game operator when the game contract executes the platform initial configuration transaction.
After the game developer A and the B platform, the C platform and the D platform respectively reach an authorization protocol, the terminal of the game developer A calls the operator configuration interface I 3 Generating operator configuration transactions tx A And sent to the blockchain node. tx (tx) A Public key P comprising B platform, C platform and D platform B 、P C 、P D
Block link point receiving, broadcasting, packaging and passing through game contract C R Execution tx A In game contract C R In which game operators and corresponding operator authentication information (B-platform-P B C platform-P C D platform-P D )。
When the operation terminal of the B platform initially configures the game R of the B platform, a platform initial configuration interface I is called 1 Generating a platform initial configuration transaction tx based on parameters of game R of platform B to be configured (e.g., game currency, recharge rules, bonus rules, etc.) B Through P B The corresponding private key p B And after signing, sending the signature to the blockchain node.
Block link point reception, broadcasting, packaging and passing through a gameContract C R Execution tx B Through P B Verification tx B After the signature of the B-platform game R is successful, the parameters of the B-platform game R are stored and the hash (tx B ) The unique identifier of game R as B-stage is recorded on the blockchain.
Similarly, the operation terminals of the C platform/D platform respectively generate platform initial configuration transaction tx C /tx D And sent to blockchain nodes, game contract C R Execution tx C /tx D After success, the parameters of game R of the C/D platform are stored and hashed (tx C )/hash(tx D ) The unique identifier of game R as a C/D platform is recorded on the blockchain.
The operation terminal of the B-platform obtains the unique identifier hash (tx B ) Then, according to the program and hash (tx B ) And generating a game installation package of the game R of the B platform, and issuing the game installation package for downloading and installing by a player.
After the user side of player E installs the game installation package of game R of B platform, when starting game, the game interface I is called 2 Generating a hash (tx) B ) Game initiation transaction tx E And sent to the blockchain node.
Block link point receiving, broadcasting, packaging and passing through game contract C R Execution tx E According to tx E In (tx) B ) And determining that the player E opens the game R of the platform B this time.
The above examples illustrate an exemplary configuration of an operator verification mechanism by a game developer in a game contract and an operator configuration interface to maintain authorized operators, and in another embodiment, the game developer may also open the authorization for free, without configuring the operator configuration interface, without storing operator verification information, and without verifying the identity of the operator when performing the platform initial configuration transaction in the game contract.
The above examples are described by way of example with a transaction hash in which a unique identifier is configured as a platform initial configuration transaction; in more embodiments, the unique identifier may be configured as a public key or address of the corresponding game operator, or a random number, or the like, so long as it is ensured that the unique identifiers of the first games of the respective platforms are different, the same technical effect can be achieved.
In a preferred embodiment, the game contract is further configured with a platform maintenance interface; the platform maintenance interface is used for the operation terminal of the game operator to be invoked when generating the platform maintenance transaction for maintaining various parameters.
According to the embodiment, the platform initial configuration interface is configured in the game contracts on the deployment blockchain, so that different operators of the same type of game can respectively call the interface to configure various parameters of the type of game in the respective platforms in the game contracts, the unique identifiers of the games of the respective platforms are recorded by the game on the approximately chain, the unique identifiers of the own platform are configured in the game installation package by the game operators, the game platforms logged in by the player are determined according to the unique identifiers when the game contracts are executed when the player starts the game and sends the game start transaction at the user side, the game developers can support the different operators to operate the same type of game respectively only by deploying the game on the blockchain once, the waste of blockchain resources is avoided, and the upgrading maintenance of the game is simplified.
Fig. 2 is a flowchart of a game operation method according to an embodiment of the present invention. The method shown in fig. 2 may be performed in conjunction with the method shown in fig. 1.
As shown in fig. 2, in this embodiment, the present invention further provides a game operation method applicable to an operation terminal of a game operator, where a game contract of a first game is deployed on a blockchain, the game contract is configured with a platform initial configuration interface and a game interface, and the method includes:
s21: calling a platform initial configuration interface to generate a platform initial configuration transaction of a first game of the first game platform and sending the platform initial configuration transaction to the blockchain node for executing the platform initial configuration transaction through a game contract, storing various parameters of the game platform of the first game configured in the platform initial configuration transaction, and recording a unique identifier of the first game platform on the blockchain;
s23: the method comprises the steps of obtaining a unique identifier, configuring the unique identifier in a game installation package of a first game platform, enabling a user side to install the game installation package, calling a game interface to generate a game starting transaction comprising the unique identifier, and sending the game starting transaction to a blockchain node for executing the game starting transaction through a game contract, and determining the game platform corresponding to the first game according to the unique identifier.
Preferably, the game contract stores operator verification information maintained by a game developer; the operator verification information is used for verifying whether the generating party of the platform initial configuration transaction has the authority of the game operator when the game contract executes the platform initial configuration transaction.
Preferably, the unique identifier is a transaction hash of the platform initial configuration transaction.
The principle of game operation of the method shown in fig. 2 can refer to the method shown in fig. 1, and will not be described here again.
Fig. 3 is a flowchart of another game operation method according to an embodiment of the present invention. The method shown in fig. 3 may be performed in conjunction with the method shown in fig. 1-2.
As shown in fig. 3, in this embodiment, the present invention further provides a game operation method applicable to a blockchain node, where a game contract of a first game is deployed on a blockchain, the game contract is configured with a platform initial configuration interface and a game interface, and the method includes:
s31: the method comprises the steps of executing platform initial configuration transaction through a game contract, storing various parameters of a game platform for configuring a first game in the platform initial configuration transaction, recording a unique identifier of the first game platform on a blockchain, configuring the unique identifier in a game installation package of the first game platform by an operation terminal of a game operator, and calling a game interface to generate a game starting transaction comprising the unique identifier and sending the game starting transaction after the game installation package is installed by a user side; the platform initial configuration transaction is generated by calling a platform initial configuration interface when the operation terminal initially configures a first game of a first game platform;
s33: executing game starting transaction through the game contract, and determining the game platform corresponding to the first game according to the unique identifier.
Preferably, the game contract has stored therein operator verification information maintained by the game developer.
The executing the platform initial configuration transaction through the game contract further comprises verifying whether a generating party of the platform initial configuration transaction has the authority of the game operator according to the operator verification information.
Preferably, the unique identifier is a transaction hash of the platform initial configuration transaction.
The principle of game operation of the method shown in fig. 3 can also refer to the method shown in fig. 1, and will not be described again here.
Fig. 4 is a flowchart of a game method according to an embodiment of the present invention. The method shown in fig. 4 may be performed in conjunction with the methods shown in fig. 1-3.
As shown in fig. 4, in this embodiment, the present invention further provides a game method suitable for a user side, where a game contract of a first game is deployed on a blockchain, and the game contract is configured with a platform initial configuration interface and a game interface; the platform initial configuration interface is used for the operation terminal of the game operator to be invoked when generating a platform initial configuration transaction of the first game platform, wherein the platform initial configuration transaction comprises various parameters required by configuring the game platform of the first game; the game contract is used for storing various parameters when the initial configuration transaction of the execution platform is successful, and recording a unique identifier of a first game of the first game platform on the blockchain; the method comprises the following steps:
s41: a game installation package for installing a first game of a first game platform; wherein the game installation package is configured with a unique identifier of a first game of the first game platform;
s43: and calling the game interface to generate a game starting transaction comprising the unique identifier and sending the game starting transaction to the blockchain node for executing the game starting transaction through the game contract, and determining the game platform corresponding to the first game according to the unique identifier.
Preferably, the unique identifier is a transaction hash of the platform initial configuration transaction.
The principle of game operation of the method shown in fig. 4 can also refer to the method shown in fig. 1, and will not be described again here.
Fig. 5 is a schematic structural diagram of an apparatus according to an embodiment of the present invention.
As shown in fig. 5, as another aspect, the present application also provides an apparatus 500 including one or more Central Processing Units (CPUs) 501, which can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM503, various programs and data required for the operation of the device 500 are also stored. The CPU501, ROM502, and RAM503 are connected to each other through a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input section 506 including a keyboard, a mouse, and the like; an output portion 507 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker, and the like; a storage portion 508 including a hard disk and the like; and a communication section 509 including a network interface card such as a LAN card, a modem, or the like. The communication section 509 performs communication processing via a network such as the internet. The drive 510 is also connected to the I/O interface 505 as needed. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as needed so that a computer program read therefrom is mounted into the storage section 508 as needed.
In particular, according to embodiments of the present disclosure, the method described in any of the above embodiments may be implemented as a computer software program. For example, embodiments of the present disclosure include a computer program product comprising a computer program tangibly embodied on a machine-readable medium, the computer program comprising program code for performing any of the methods described above. In such an embodiment, the computer program may be downloaded and installed from a network via the communication portion 509, and/or installed from the removable media 511.
As yet another aspect, the present application also provides a computer-readable storage medium, which may be a computer-readable storage medium contained in the apparatus of the above-described embodiment; or may be a computer-readable storage medium, alone, that is not assembled into a device. The computer readable storage medium stores one or more programs for use by one or more processors to perform the methods described herein.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units or modules described in the embodiments of the present application may be implemented by software, or may be implemented by hardware. The described units or modules may also be provided in a processor, for example, the units may be software programs provided in a computer or a mobile smart device, or may be separately configured hardware devices. Wherein the names of the units or modules do not in some cases constitute a limitation of the units or modules themselves.
The foregoing description is only of the preferred embodiments of the present application and is presented as a description of the principles of the technology being utilized. It will be appreciated by persons skilled in the art that the scope of the invention referred to in this application is not limited to the specific combinations of features described above, but also covers other embodiments which may be formed by any combination of features described above or their equivalents without departing from the spirit of the application. Such as the above-described features and technical features having similar functions (but not limited to) disclosed in the present application are replaced with each other.

Claims (14)

1. A method of game deployment, comprising:
issuing a game contract for the first game on the blockchain;
wherein the game contract is configured with a platform initial configuration interface and a game interface;
the platform initial configuration interface is used for an operation terminal of a game operator to be invoked when generating a platform initial configuration transaction of a first game for configuring a first game platform for the first time, and the platform initial configuration transaction comprises various parameters required by configuring the game platform of the first game;
the game contract is used for storing the parameters when the platform initial configuration transaction is executed successfully, and recording a unique identifier of a first game of the first game platform on a blockchain for the operation terminal to configure the unique identifier in a game installation package of the first game platform;
the game interface is used for being called by a user side of a game player when a game starting transaction for starting a game is generated, and the game starting transaction comprises the unique identifier;
the game contract is also used for determining a game platform corresponding to the first game according to the unique identifier when the game starting transaction is executed.
2. The method of claim 1, wherein the game contract is further configured with a platform maintenance interface;
the platform maintenance interface is used for the operation terminal of the game operator to be invoked when generating the platform maintenance transaction for maintaining the parameters.
3. The method of claim 1, wherein the game contract is further configured with an operator configuration interface;
the operator configuration interface is used for a terminal of a game developer to be called when an operator configuration transaction for maintaining operator verification information in the game contract is generated;
the operator verification information is used for verifying whether the game is authorized by the game operator about when the platform initial configuration transaction is executed.
4. A method according to any of claims 1-3, wherein the unique identifier is a transaction hash of the platform initial configuration transaction.
5. A method of game operation, wherein a game contract for a first game is deployed on a blockchain, the game contract configured with a platform initial configuration interface and a game interface, the method being adapted for an operation terminal of a game operator, the method comprising:
invoking the platform initial configuration interface to generate a platform initial configuration transaction of a first game platform, and sending the platform initial configuration transaction to a blockchain node for executing the platform initial configuration transaction through the game contract, storing various parameters of the game platform configuring the first game in the platform initial configuration transaction, and recording a unique identifier of the first game platform on a blockchain;
the unique identifier is obtained, the unique identifier is configured in a game installation package of a first game of the first game platform, after the game installation package is installed by a user side, the game interface is called to generate a game starting transaction comprising the unique identifier and is sent to a blockchain node so as to execute the game starting transaction through the game contract, and the game platform corresponding to the first game is determined according to the unique identifier.
6. The method of claim 5, wherein the game contract has operator verification information maintained by a game developer;
the operator verification information is used for verifying whether the game is authorized by the game operator about when the platform initial configuration transaction is executed.
7. The method of claim 5 or 6, wherein the unique identifier is a transaction hash of the platform initial configuration transaction.
8. A method of game operation, wherein a game contract for a first game is deployed on a blockchain, the game contract configured with a platform initial configuration interface and a game interface, the method being applicable to blockchain nodes, the method comprising:
executing platform initial configuration transaction through the game contract, storing various parameters of a game platform for configuring the first game in the platform initial configuration transaction, recording a unique identifier of the first game platform on a blockchain, configuring the unique identifier in a game installation package of the first game platform by an operation terminal of a game operator, and calling the game interface to generate and send a game starting transaction comprising the unique identifier after the game installation package is installed by a user side; the platform initial configuration transaction is generated by the operation terminal calling the platform initial configuration interface when the operation terminal initially configures a first game of a first game platform;
executing the game starting transaction through the game contract, and determining a game platform corresponding to the first game according to the unique identifier.
9. The method of claim 8, wherein the game contract has operator verification information maintained by a game developer;
the executing the platform initial-configuration transaction through the game contract further includes verifying whether a generator of the platform initial-configuration transaction has rights of a game operator according to the operator verification information.
10. The method of claim 8 or 9, wherein the unique identifier is a transaction hash of the platform initial configuration transaction.
11. A method of gaming, wherein a game contract for a first game is deployed on a blockchain, the game contract configured with a platform initial configuration interface and a game interface; the platform initial configuration interface is used for an operation terminal of a game operator to be invoked when generating a platform initial configuration transaction of a first game for configuring a first game platform for the first time, and the platform initial configuration transaction comprises various parameters required by configuring the game platform of the first game; the game contract is used for storing various parameters when the platform initial configuration transaction is executed successfully, and recording a unique identifier of a first game of the first game platform on a blockchain; the method is suitable for the user side, and comprises the following steps:
a game installation package for installing a first game of a first game platform; wherein the game installation package is configured with a unique identifier of a first game of the first game platform;
and calling the game interface to generate a game starting transaction comprising the unique identifier and sending the game starting transaction to a blockchain node for executing the game starting transaction through the game contract, and determining a game platform corresponding to the first game according to the unique identifier.
12. The method of claim 11, wherein the unique identifier is a transaction hash of the platform initial configuration transaction.
13. An apparatus, the apparatus comprising:
one or more processors;
a memory for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of any of claims 1-12.
14. A storage medium storing a computer program, which when executed by a processor implements the method of any one of claims 1-12.
CN202010099027.6A 2020-02-18 2020-02-18 Game deployment method, game operation method, device and storage medium Active CN111249745B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010099027.6A CN111249745B (en) 2020-02-18 2020-02-18 Game deployment method, game operation method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010099027.6A CN111249745B (en) 2020-02-18 2020-02-18 Game deployment method, game operation method, device and storage medium

Publications (2)

Publication Number Publication Date
CN111249745A CN111249745A (en) 2020-06-09
CN111249745B true CN111249745B (en) 2023-05-30

Family

ID=70945887

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010099027.6A Active CN111249745B (en) 2020-02-18 2020-02-18 Game deployment method, game operation method, device and storage medium

Country Status (1)

Country Link
CN (1) CN111249745B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109003078A (en) * 2018-06-27 2018-12-14 阿里巴巴集团控股有限公司 Intelligent contract call method and device, electronic equipment based on block chain
CN109173266A (en) * 2018-11-12 2019-01-11 网易(杭州)网络有限公司 Processing method, device, processor and the server of fictitious assets across game
CN109345238A (en) * 2018-08-31 2019-02-15 杭州复杂美科技有限公司 A kind of card game method and system, equipment and storage medium
CN109453521A (en) * 2018-11-12 2019-03-12 网易(杭州)网络有限公司 The processing method and system of game asset
CN110064202A (en) * 2019-05-31 2019-07-30 杭州复杂美科技有限公司 A kind of method for gaming, equipment and storage medium
JP2019211925A (en) * 2018-06-01 2019-12-12 エイチエムシステムズ株式会社 Information processing method, information processing apparatus and program

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019211925A (en) * 2018-06-01 2019-12-12 エイチエムシステムズ株式会社 Information processing method, information processing apparatus and program
CN109003078A (en) * 2018-06-27 2018-12-14 阿里巴巴集团控股有限公司 Intelligent contract call method and device, electronic equipment based on block chain
CN109345238A (en) * 2018-08-31 2019-02-15 杭州复杂美科技有限公司 A kind of card game method and system, equipment and storage medium
CN109173266A (en) * 2018-11-12 2019-01-11 网易(杭州)网络有限公司 Processing method, device, processor and the server of fictitious assets across game
CN109453521A (en) * 2018-11-12 2019-03-12 网易(杭州)网络有限公司 The processing method and system of game asset
CN110064202A (en) * 2019-05-31 2019-07-30 杭州复杂美科技有限公司 A kind of method for gaming, equipment and storage medium

Also Published As

Publication number Publication date
CN111249745A (en) 2020-06-09

Similar Documents

Publication Publication Date Title
US12028459B2 (en) Multi-access edge computing node with distributed ledger
CN110766408A (en) Cross-chain transaction verification method, engine, equipment and storage medium for heterogeneous block chain
US8495356B2 (en) System for securing virtual machine disks on a remote shared storage subsystem
CN110601896B (en) Data processing method and equipment based on block chain nodes
CN111543029A (en) Distributed autonomous identity for network function virtualization
CN110009321B (en) Transfer method and system based on block chain intelligent contract
CN112527912B (en) Data processing method and device based on block chain network and computer equipment
CN112767135B (en) Configuration method and device of rule engine, storage medium and computer equipment
JP2014519639A (en) System and method for enhancing transaction security
CN108846263B (en) Software authorization processing and running method and device and electronic equipment
CN113472807B (en) Private communication method and device between users
CN113220640B (en) Arbitration method and device based on block chain
CN113689216A (en) Cross-chain transaction processing method and device, equipment, storage medium and program product
CN116975901A (en) Identity verification method, device, equipment, medium and product based on block chain
CN111249745B (en) Game deployment method, game operation method, device and storage medium
CN114553608A (en) Method and device for accessing cloud platform
CN109213572A (en) A kind of confidence level based on virtual machine determines method and server
CN112926981B (en) Transaction information processing method, device and medium for block chain and electronic equipment
CN113628052A (en) Block chain asset and contract processing method, system and device based on prediction machine
CN115391801A (en) Method and device for updating encryption module in block chain system and related products
CN108063679B (en) Method and device for upgrading cloud management platform
CN108156122B (en) Method, system and equipment for introducing capability of capability open platform
CN117040930B (en) Resource processing method, device, product, equipment and medium of block chain network
CN118261597A (en) Transaction processing method, device, equipment, medium and product based on blockchain
CN114374554A (en) Block chain privacy protection method, electronic device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant