CN109224447A - The block chain library CellLink and computer equipment based on C# - Google Patents

The block chain library CellLink and computer equipment based on C# Download PDF

Info

Publication number
CN109224447A
CN109224447A CN201811014156.XA CN201811014156A CN109224447A CN 109224447 A CN109224447 A CN 109224447A CN 201811014156 A CN201811014156 A CN 201811014156A CN 109224447 A CN109224447 A CN 109224447A
Authority
CN
China
Prior art keywords
private key
address
module
block chain
celllink
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.)
Pending
Application number
CN201811014156.XA
Other languages
Chinese (zh)
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.)
Guangzhou Matrix Information Technology Co Ltd
Original Assignee
Guangzhou Matrix Information 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 Guangzhou Matrix Information Technology Co Ltd filed Critical Guangzhou Matrix Information Technology Co Ltd
Priority to CN201811014156.XA priority Critical patent/CN109224447A/en
Publication of CN109224447A publication Critical patent/CN109224447A/en
Pending legal-status Critical Current

Links

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/60Generating or modifying game content before or while executing the game program, e.g. authoring tools specially adapted for game development or game-integrated level editor
    • 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/60Methods for processing data by generating or executing the game program
    • A63F2300/6009Methods for processing data by generating or executing the game program for importing or creating game content, e.g. authoring tools during game development, adapting content to different platforms, use of a scripting language to create content

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Storage Device Security (AREA)

Abstract

The present invention provides a kind of block chain library CellLink based on C# and computer equipment, the block chain library CellLink based on C# in the Unity3D engine of each version for directly using, comprising: block management module, encrypting module, common recognition algoritic module, intelligent contract module, address management module and graphical control module;Wherein, common recognition algoritic module, for determining digging mineral rights value size using VH-PoS common recognition algorithm;Intelligent contract module, for issuing intelligent contract using Lua virtual machine;Address management module, for utilizing at least one root private key and the multiple block chain private keys of multiple MCL address administrations;Graphical control module, for utilizing graphical console control block management module, encrypting module, common recognition algoritic module, intelligent contract module and address management module based on Unity3D engine.CellLink block chain library based on C# of the invention can access block chain function using Unity3D engine under graphical, reduce operation difficulty, improve the efficiency for using Unity3D engine development block chain to apply.

Description

C # based CellLink block chain library and computer equipment
Technical Field
The invention relates to the technical field of block chains, in particular to a C # based CellLink block chain library, computer equipment and a computer storage medium.
Background
With the continuous development of the blockchain technology, the application of the blockchain technology is more and more extensive. In the game industry, the application of the blockchain technology brings better experience, for example, the application of the blockchain technology in the game can make the virtual article permanent, the virtual article value permanent and the game server provide permanent.
However, the current game integrated blockchain scheme is complex, and a game developer who does not know the blockchain technology can hardly access a game to a blockchain network and debug and release the game, so that the development efficiency is low.
Disclosure of Invention
In view of the above problems, the present invention provides a C # based CellLink blockchain library, a computer device, and a computer storage medium, so as to reduce the difficulty of the Unity3D engine accessing blockchain function operation and improve the efficiency of developing blockchain applications using the Unity3D engine.
In order to achieve the purpose, the invention adopts the following technical scheme:
a C # based CellLink blockchain library for direct use in versions of the Unity3D engine, comprising: the system comprises a block management module, an encryption module, a consensus algorithm module, an intelligent contract module, an address management module and a graphical control module; wherein,
the consensus algorithm module is used for determining the size of the mining weight value by using a VH-PoS consensus algorithm;
the intelligent contract module is used for issuing an intelligent contract by utilizing a Lua virtual machine;
the address management module is used for managing a plurality of block chain private keys by utilizing at least one root private key and a plurality of MCL addresses;
the graphical control module is used for controlling the block management module, the encryption module, the consensus algorithm module, the intelligent contract module and the address management module by utilizing a graphical control console based on the Unity3D engine.
Preferably, the address management module includes:
the address generation unit is used for generating a sub private key for the first time by utilizing a root private key and determining path information corresponding to the sub private key and a primary block chain address corresponding to the sub private key according to the sub private key generated for the first time;
the encoding unit is used for generating a corresponding MCL address through a preset packaging code by utilizing the native block chain address and the corresponding path information;
the private key calculation unit is used for generating the sub private key again by calculating the path information in the root private key and the corresponding MCL address when the block chain operation is carried out;
and the block chain operation unit is used for performing block chain operation by using the regenerated sub private key and the block chain address in the corresponding MCL address.
Preferably, the address management module further comprises:
and the address naming unit is used for assigning a unique name to the corresponding MCL address in the current block chain private key management environment.
Preferably, the encoding unit is a Base58 encoding unit, and the Base58 encoding unit is configured to generate the corresponding MCL address through Base58 encapsulation encoding by using the native blockchain address and the corresponding path information.
Preferably, the address generating unit is a BIP32 address generating unit, and the BIP32 address generating unit is configured to calculate and generate a sub-private key for the first time through a BIP32 protocol by using a root private key, and determine path information corresponding to the sub-private key and a raw block chain address corresponding to the sub-private key according to the sub-private key generated for the first time.
Preferably, the private key calculation unit is a BIP32 private key calculation unit, and the BIP32 private key calculation unit is configured to generate the child private keys again through calculation by using the root private key and path information in the corresponding MCL address through a BIP32 protocol.
Preferably, the graphical control module controls the functions of the modules in the CellLink block chain library by using RPC commands.
Preferably, the RPC command includes: a misc-like command, a rawtransaction-like command, a wallet-like command, a blockchain-like command, a mining-like command, a network command, and a server command.
The invention also provides computer equipment which comprises a memory and a processor, wherein the memory is used for storing the C # based CellLink block chain library, and the processor runs the C # based CellLink block chain library.
The invention also provides a computer storage medium, which stores the C # based CellLink block chain library in the computer equipment.
The invention provides a C # based CellLink block chain library, which is used for being directly used in Unity3D engines of various versions and comprises the following steps: the system comprises a block management module, an encryption module, a consensus algorithm module, an intelligent contract module, an address management module and a graphical control module; the consensus algorithm module is used for determining the mining weight value by using a VH-PoS consensus algorithm; the intelligent contract module is used for issuing an intelligent contract by utilizing a Lua virtual machine; the address management module is used for managing a plurality of block chain private keys by utilizing at least one root private key and a plurality of MCL addresses; the graphical control module is used for controlling the block management module, the encryption module, the consensus algorithm module, the intelligent contract module and the address management module by utilizing a graphical control console based on the Unity3D engine. According to the C # based CellLink block chain library, the graphical module is used for controlling the function of each module in the block chain library, so that a user can access the block chain function by using a Unity3D engine under the graphical condition, the operation difficulty is reduced, and the efficiency of developing the block chain application by using the Unity3D engine is improved.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
To more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are required to be used in the embodiments will be briefly described below, and it should be understood that the following drawings only illustrate some embodiments of the present invention, and therefore should not be considered as limiting the scope of the present invention.
Fig. 1 is a schematic structural diagram of a C # based CellLink block chain library according to embodiment 1 of the present invention;
fig. 2 is a schematic structural diagram of an address management module according to embodiment 2 of the present invention;
fig. 3 is a tree diagram of a root private key generation child private key provided in embodiment 2 of the present invention;
fig. 4 is a schematic structural diagram of an address management module according to embodiment 3 of the present invention;
fig. 5 is a schematic structural diagram of an address management module according to embodiment 4 of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Fig. 1 is a schematic structural diagram of a C # based CellLink blockchain library provided in embodiment 1 of the present invention, where the C # based CellLink blockchain library 100 is used directly in a Unity3D engine of each version, and includes: a block management module 110, an encryption module 120, a consensus algorithm module 130, an intelligent contract module 140, an address management module 150, and a graphical control module 160; wherein,
and the consensus algorithm module 130 is used for determining the mining weight value by using a VH-PoS consensus algorithm.
In the embodiment of the present invention, the consensus algorithm module 130 of the CellLink block chain library obtains the size of the digital currency and the age of the currency, wherein the age of the currency, that is, the height difference between the latest block and the height of the digital currency, calculates a value V by using a VH-PoS consensus algorithm according to the obtained size of the digital currency and the age of the currency, obtains a random number f by using a deterministic random algorithm, and calculates the mining weight value by substituting the value V and the random number f by using the VH-PoS consensus algorithm.
In the embodiment of the present invention, the VH-PoS consensus algorithm used by the consensus algorithm module 130 can greatly improve security on the basis of security and energy saving of a PoS mechanism, and does not require agent verification of DPoS, thereby optimizing centralized work.
And the intelligent contract module 140 is used for issuing the intelligent contract by using the Lua virtual machine.
In the embodiment of the invention, the intelligent contract module of the CellLink block chain library runs by using the Lua virtual machine and directly utilizes the Lua script to compile the intelligent contract, so that the operation of a development user is simpler.
An address management module 150 for managing a plurality of blockchain private keys using at least one root private key and a plurality of MCL addresses.
In the embodiment of the present invention, the address management module 150 may generate an MCL address according to a private key corresponding to each native CellLink address, and the MCL addresses may be managed by one root private key, so that the management of the private key is simpler, and the block chain operation is safer by centrally managing one root private key. The address management module supports standard BIP32 protocol, BIP38 protocol and BIP39 protocol, and the MCL address includes a native CellLink address and path information of a corresponding sub-private key.
And the graphical control module 160 is used for controlling the block management module, the encryption module, the consensus algorithm module, the intelligent contract module and the address management module by using the graphical control console based on the Unity3D engine.
In the embodiment of the present invention, the CellLink block chain library further includes a graphic control module 160, which is developed by using SDK and controls the block management module 110, the encryption module 120, the consensus algorithm module 130, the intelligent contract module 140, and the address management module 150 by using an application programming interface therein, that is, the graphic control module 160 controls the functions of each module in the CellLink block chain library by using an RPC command. For example, the graphic control module 160 may also perform a blockchain operation of an application such as mining, transferring transactions, querying, uploading an intelligent contract, and calling the intelligent contract on the CellLink network by inputting an RPC command.
In the embodiment of the present invention, the RPC command includes: a misc-like command, a rawtransaction-like command, a wallet-like command, a blockchain-like command, a mining-like command, a network command, and a server command. The user can input the above RPC command in the graphics module to perform the blockchain operation of the application of the Unity3D engine.
Example 2
Fig. 2 is a schematic structural diagram of an address management module according to embodiment 2 of the present invention.
The address management module 200 includes:
the address generating unit 210 is configured to generate a sub-private key for the first time by using the root private key, and determine path information corresponding to the sub-private key and a native block chain address corresponding to the sub-private key according to the sub-private key generated for the first time.
In the embodiment of the present invention, the root private key may be generated in the computer device, for example, the root private key may be generated in the computer device by using the address generating unit 210 of the address management module 200, a sub private key may be generated for the first time by using the root private key, and corresponding path information and a raw block chain address corresponding to the sub private key may be determined according to the sub private key. The root private key is provided with at least one sub private key, a plurality of sub private keys can be generated by utilizing an algorithm protocol, the sub private keys can further generate more sub private keys by utilizing the same algorithm protocol, the generation process is a tree structure, and therefore path information of each sub private key generated by utilizing the root private key can be recorded, and the root private key is subsequently guided by utilizing the path information to generate the corresponding sub private key. For example, as shown in fig. 3, the root private key generates a tree diagram of the child private keys, the path information of the root private key 300 generating the child private key 307 may be 1/1/1, and so on, the following all path information table according to the tree diagram of fig. 2 may be obtained:
sub-private key Route of travel
301 1
302 2
303 1/1
304 1/2
305 2/3
306 2/4
307 1/1/1
308 1/1/2
309 2/3/3
310 2/3/4
311 2/4/5
Fig. 2 is only an example given by the embodiment of the present invention, in practical applications, the root private key may generate more sub private keys, that is, there may be a plurality of sub private keys in the second layer in the tree diagram, each sub private key in the second layer may further generate a plurality of sub private keys in three layers, the sub private keys may be continuously generated according to the layers, and a plurality of raw block chain addresses may be correspondingly generated by the plurality of sub private keys. And the path information is binary in practical application, for example, each layer of path is 3-bit binary, the path information of the sub-private key 311 is 010/100/101.
In the embodiment of the present invention, the sub-private key is combined with the encryption algorithm to generate the original block chain address, that is, the original block chain address can be understood as a sub-public key corresponding to the sub-private key. Each native block chain address corresponds to an operable block chain, for example, in a bitcoin application of the block chain, the native block chain address is equivalent to a bitcoin address, and is used for sharing the bitcoin with other people, and the operation process must be combined with the sub-private key to be operable successfully, so that the operation security can be ensured, and the sharing operation includes transaction of the bitcoin and the like.
In the prior art, the native blockchain address may be a longer binary number, for example, a 33-byte binary number, 1 byte and 8 bits, so that the native blockchain address may be further encoded and compressed to generate a shorter blockchain address. The block chain address may be generated by encoding using, for example, a hash algorithm, a 58-ary transform, or the like.
The encoding unit 220 is configured to generate a corresponding MCL address through a predetermined encapsulation encoding by using the raw block chain address and the corresponding path information.
In the embodiment of the invention, the path information corresponding to the sub-private key is added to the original block chain address to be encoded to generate the MCL address, and the MCL address can be defined as a new block chain address and carries the path information of the corresponding sub-private key. The path information may be added before the highest bit of the pbk address, or after the lowest bit of the pbk address, or may be inserted into a predetermined number of bits in the address to improve security, which is not limited herein.
In the embodiment of the present invention, the encoding and encapsulating process may be implemented by using an encoding algorithm or an encoding application, for example, a plurality of MCL addresses may be generated by encoding a plurality of raw block chain addresses and corresponding path information by using an encoding application.
And the private key calculation unit 230 is configured to, when performing the blockchain operation, generate the child private key again by calculation using the root private key and the path information in the corresponding MCL address.
In the embodiment of the invention, when the block chain operation is carried out, a user can generate a corresponding sub private key again by combining a root private key and utilizing an algorithm protocol under a secure environment through path information in an MCL address, wherein the sub private key corresponds to a block chain address in the MCL.
And a block chain operation unit 240, configured to perform a block chain operation using the regenerated sub-private key and the block chain address in the corresponding MCL address.
In the embodiment of the invention, the block chain operation can be carried out by utilizing the regenerated sub private key and the block chain address in the corresponding MCL address. In summary, the above steps of this embodiment are used to manage the blockchain address, and a plurality of new MCL addresses are generated by using a plurality of blockchain addresses, so that when the blockchain operation is performed, only one root private key is needed for a plurality of MCL addresses, which greatly reduces the management difficulty of the private key and improves the security compared with the prior art in which each blockchain address needs one private key. In the above embodiment, after the primary and secondary sub-private keys are generated by using the root private key, the sub-private keys can be completely deleted without any trace in the operating environment after being used, and the root private key is stored only by a high-security means.
Example 3
Fig. 4 is a schematic structural diagram of an address management module according to embodiment 3 of the present invention.
The address management module 400 includes:
the address generating unit 410 is configured to generate a sub-private key for the first time by using the root private key, and determine path information corresponding to the sub-private key and a native block chain address corresponding to the sub-private key according to the sub-private key generated for the first time.
The encoding unit 420 is configured to generate a corresponding MCL address through a predetermined encapsulation encoding by using the raw block chain address and the corresponding path information.
The address naming unit 430 is used in the current context of block chain private key management to assign a unique name to the corresponding MCL address.
In the embodiment of the invention, the generated MCL address can be named uniquely in the block chain private key management environment, so that a user can better manage a plurality of MCL addresses. For example, if the management environment is a computer device, the computer device may automatically name the generated MCL address, and the naming mode may be a number or a name according to the generated timestamp, which is not limited herein. An algorithm or application may also be used in the computer device for naming, but is not limited thereto.
And the private key calculation unit 440 is configured to generate the child private key again through calculation by using the root private key and the path information in the corresponding MCL address when performing the block chain operation.
And a block chain operation unit 450, configured to perform a block chain operation using the regenerated sub-private key and the block chain address in the corresponding MCL address.
In the embodiment of the present invention, for more detailed functional description of each unit, reference may be made to contents of corresponding parts in the foregoing embodiment, which are not described herein again.
Example 4
Fig. 5 is a schematic structural diagram of an address management module according to embodiment 4 of the present invention.
The address management module 500 includes:
the BIP32 address generating unit 510 is configured to calculate and generate a sub-private key for the first time through a BIP32 protocol by using a root private key, and determine path information corresponding to the sub-private key and a raw block chain address corresponding to the sub-private key according to the sub-private key generated for the first time.
And a Base58 encoding unit 520 for generating a corresponding MCL address through Base58 encapsulation encoding using the native blockchain address and corresponding path information.
A BIP32 private key calculation unit 530 for generating again a child private key through calculation by the BIP32 protocol using the root private key and path information in the corresponding MCL address.
And a block chain operation unit 540, configured to perform a block chain operation using the regenerated sub-private key and the block chain address in the corresponding MCL address.
In the embodiment of the present invention, in the process of generating the sub-private key by using the root private key, the BIP32 protocol algorithm may be used, for example, an application program using the BIP32 protocol algorithm may be used to generate a plurality of sub-private keys in combination with the root private key in a secure environment, or to aggregate the root private key and the path information to generate corresponding sub-private keys. Moreover, the encoding and packaging process of the native block chain address and the corresponding path information adopts a Base58 algorithm, wherein the Base58 algorithm is 58-system conversion, so that the length of the address can be effectively reduced, and the MCL address management is facilitated for a user.
In addition, the invention also provides a computer device, which comprises a memory and a processor, wherein the memory can be used for storing the C # based CellLink block chain library, and the processor enables the computer device to execute the functions of each module in the C # based CellLink block chain library by operating the C # based CellLink block chain library.
The memory may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the computer device, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The embodiment also provides a computer storage medium for storing the C # based CellLink block chain library used in the computer device.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative and, for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, 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 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.
In addition, each functional module or unit in each embodiment of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention or a part of the technical solution that contributes to the prior art in essence can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a smart phone, a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A C # based CellLink blockchain library for direct use in versions of the Unity3D engine, comprising: the system comprises a block management module, an encryption module, a consensus algorithm module, an intelligent contract module, an address management module and a graphical control module; wherein,
the consensus algorithm module is used for determining the size of the mining weight value by using a VH-PoS consensus algorithm;
the intelligent contract module is used for issuing an intelligent contract by utilizing a Lua virtual machine;
the address management module is used for managing a plurality of block chain private keys by utilizing at least one root private key and a plurality of MCL addresses;
the graphical control module is used for controlling the block management module, the encryption module, the consensus algorithm module, the intelligent contract module and the address management module by utilizing a graphical control console based on the Unity3D engine.
2. The C # based CellLink block chain library of claim 1, wherein said address management module comprises:
the address generation unit is used for generating a sub private key for the first time by utilizing a root private key and determining path information corresponding to the sub private key and a primary block chain address corresponding to the sub private key according to the sub private key generated for the first time;
the encoding unit is used for generating a corresponding MCL address through a preset packaging code by utilizing the native block chain address and the corresponding path information;
the private key calculation unit is used for generating the sub private key again by calculating the path information in the root private key and the corresponding MCL address when the block chain operation is carried out;
and the block chain operation unit is used for performing block chain operation by using the regenerated sub private key and the block chain address in the corresponding MCL address.
3. The C # based CellLink block chain library of claim 2, wherein said address management module further comprises:
and the address naming unit is used for assigning a unique name to the corresponding MCL address in the current block chain private key management environment.
4. The C # based CellLink block chain library of claim 2, wherein the coding unit is a Base58 coding unit, the Base58 coding unit is configured to generate corresponding MCL addresses through Base58 encapsulation coding using native blockchain addresses and corresponding path information.
5. The C # -based CellLink block chain library according to claim 2, wherein the address generation unit is a BIP32 address generation unit, the BIP32 address generation unit is configured to generate a sub-private key by using a root private key through BIP32 protocol calculation for the first time, and determine path information corresponding to the sub-private key and a native block chain address corresponding to the sub-private key according to the sub-private key generated for the first time.
6. The C # based CellLink blockchain library of claim 2, wherein said private key calculation unit is a BIP32 private key calculation unit, said BIP32 private key calculation unit is configured to generate said child private keys again by calculation through a BIP32 protocol using path information in said root private key and said corresponding MCL address.
7. The C # based CellLink block-chain library of claim 1, wherein said graphical control module controls the function of each module in said CellLink block-chain library using RPC commands.
8. The C # based CellLink block-chain library of claim 7, wherein the RPC commands comprise: a misc-like command, a rawtransaction-like command, a wallet-like command, a blockchain-like command, a mining-like command, a network command, and a server command.
9. A computer device comprising a memory for storing the C # based CellLink blockchain library and a processor executing the C # based CellLink blockchain library of any of claims 1 to 8.
10. A computer storage medium storing the C # based CellLink blockchain library in the computer device of claim 9.
CN201811014156.XA 2018-08-31 2018-08-31 The block chain library CellLink and computer equipment based on C# Pending CN109224447A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811014156.XA CN109224447A (en) 2018-08-31 2018-08-31 The block chain library CellLink and computer equipment based on C#

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811014156.XA CN109224447A (en) 2018-08-31 2018-08-31 The block chain library CellLink and computer equipment based on C#

Publications (1)

Publication Number Publication Date
CN109224447A true CN109224447A (en) 2019-01-18

Family

ID=65059877

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811014156.XA Pending CN109224447A (en) 2018-08-31 2018-08-31 The block chain library CellLink and computer equipment based on C#

Country Status (1)

Country Link
CN (1) CN109224447A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109257341A (en) * 2018-09-04 2019-01-22 广州矩阵信息科技有限公司 A kind of management method and equipment of block chain address
CN110175758A (en) * 2019-05-08 2019-08-27 杭州宇链科技有限公司 Multilayer is shared in the benefit method automatically on a kind of chain based on block chain

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106651303A (en) * 2016-12-02 2017-05-10 北京轻信科技有限公司 Intelligent contract processing method and system based on templates
CN107527286A (en) * 2016-06-20 2017-12-29 惠众商务顾问(北京)有限公司 The polymorphic link of community's block chain and Intelligent processing device
WO2018069736A1 (en) * 2016-10-14 2018-04-19 Axial Medical Printing Limited A method for generating a 3d physical model of a patient specific anatomic feature from 2d medical images
CN108009294A (en) * 2017-12-26 2018-05-08 中电科大数据研究院有限公司 A kind of big data wisdom credit administers platform architecture
CN108305056A (en) * 2018-03-27 2018-07-20 搜游网络科技(北京)有限公司 Data processing method, device based on block chain and block chain meshed network

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107527286A (en) * 2016-06-20 2017-12-29 惠众商务顾问(北京)有限公司 The polymorphic link of community's block chain and Intelligent processing device
WO2018069736A1 (en) * 2016-10-14 2018-04-19 Axial Medical Printing Limited A method for generating a 3d physical model of a patient specific anatomic feature from 2d medical images
CN106651303A (en) * 2016-12-02 2017-05-10 北京轻信科技有限公司 Intelligent contract processing method and system based on templates
CN108009294A (en) * 2017-12-26 2018-05-08 中电科大数据研究院有限公司 A kind of big data wisdom credit administers platform architecture
CN108305056A (en) * 2018-03-27 2018-07-20 搜游网络科技(北京)有限公司 Data processing method, device based on block chain and block chain meshed network

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
TERRYC007: "区块链游戏引擎COCOS Project BCX技术特点"", 《HTTPS://WWW.JIANSHU.COM/P/4575B033B07A》 *
全球人工智能: ""一文看懂DGames(区块链游戏)的技术架构和业务逻辑!"", 《HTTPS://WWW.SOHU.COM/A/234376182_642762》 *
官方: ""区块链公有链MagnaChain成为ChinaJoy 2018中国区块链技术与游戏开发者大会顶级赞助商"", 《HTTPS://WWW.TGBUS.COM/NEWS/116110》 *
小步2013: ""智能合约图形化部署和运行原理"", 《HTTPS://DEVELOPER.ALIYUN.COM/ARTICLE/496419》 *
算法学习者: ""精通比特币 - 第4章 密钥、地址、钱包"", 《HTTPS://BLOG.CSDN.NET/AMDS123/ARTICLE/DETAILS/73478735?FPS=1&LOCATIONNUM=8》 *
老码农不上班: ""比特币密钥生成规则及 Go 实现"", 《HTTPS://WWW.JIANSHU.COM/P/71A4454C74DA?UTM_CAMPAIGN=MALESKINE&UTM_CONTENT=NOTE&UTM_MEDIUM=SEO_NOTES&UTM_SOURCE=RECOMMENDATION》 *
腾讯游戏: ""游戏公链CellLink举行路演 借技术及生态引爆游戏区块链热潮"", 《BECKYWEI,HTTPS://GAMES.QQ.COM/A/20180607/026325.HTM》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109257341A (en) * 2018-09-04 2019-01-22 广州矩阵信息科技有限公司 A kind of management method and equipment of block chain address
CN110175758A (en) * 2019-05-08 2019-08-27 杭州宇链科技有限公司 Multilayer is shared in the benefit method automatically on a kind of chain based on block chain

Similar Documents

Publication Publication Date Title
US10726144B1 (en) Token-based storage service
JP6955026B2 (en) Systems and methods for parallel processing blockchain transactions
CN113240519B (en) Intelligent contract management method and device based on block chain and electronic equipment
CN111737654B (en) Infringement detection method and device based on block chain and electronic equipment
KR20210003234A (en) Maintaining blocks of a blockchain in a segmented blockchain network
US20170104736A1 (en) Secure data storage on a cloud environment
CN111753335A (en) Editing method and device for block content
CN105721156A (en) General Encoding Functions For Modular Exponentiation Encryption Schemes
CN109447636A (en) A kind of assets transfer method and device
CN110968554A (en) Block chain storage method, storage system and storage medium based on file chain blocks
CN109787768B (en) Identity authentication configuration method and device and computer readable storage medium
CN111669434B (en) Method, system, device and equipment for establishing communication group
CN105956492B (en) A file storage encryption method and device
CN110022315A (en) Weight management method, device and equipment in a kind of piece of chain type account book
CN109446202A (en) Identifier allocation method, device, server and storage medium
CN109224447A (en) The block chain library CellLink and computer equipment based on C#
CN110532016A (en) Method for edition management, method for updating edition and edition management system
Sarathchandra et al. A decentralized social network architecture
CN111228819B (en) Method, device and equipment for protecting Shader
CN116599971B (en) Digital asset data storage and application method, system, equipment and storage medium
US11526791B2 (en) Methods and systems for diverse instance generation in artificial intelligence planning
CN117290332A (en) Data migration verification method, device, equipment and storage medium
CN104461780A (en) Data block release method and device
CN109739615A (en) A kind of mapping method of virtual hard disk, equipment and cloud computing platform
US11972525B2 (en) Generating training data through image augmentation

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190118