CN111221568A - Fabric chain code life cycle management system based on physical machine deployment - Google Patents

Fabric chain code life cycle management system based on physical machine deployment Download PDF

Info

Publication number
CN111221568A
CN111221568A CN202010026645.8A CN202010026645A CN111221568A CN 111221568 A CN111221568 A CN 111221568A CN 202010026645 A CN202010026645 A CN 202010026645A CN 111221568 A CN111221568 A CN 111221568A
Authority
CN
China
Prior art keywords
chain code
sdk
project
chain
fabric
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.)
Granted
Application number
CN202010026645.8A
Other languages
Chinese (zh)
Other versions
CN111221568B (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 Qulian Technology Co Ltd
Original Assignee
Hangzhou Qulian 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 Qulian Technology Co Ltd filed Critical Hangzhou Qulian Technology Co Ltd
Priority to CN202010026645.8A priority Critical patent/CN111221568B/en
Publication of CN111221568A publication Critical patent/CN111221568A/en
Application granted granted Critical
Publication of CN111221568B publication Critical patent/CN111221568B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/389Keeping log of transactions for guaranteeing non-repudiation of a transaction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a Fabric chain code life cycle management system based on physical machine deployment, wherein the Fabric chain code is managed based on project dimension, the system is communicated with communication between BaaS and SDK through unique identification of a project and a contract to realize life cycle management of a BaaS platform and the SDK on the Fabric chain code, and the management system comprises a project management module, a chain code installation module, a chain code deployment module, a chain code updating module, a chain code calling module and a historical version record. The invention greatly shortens the whole life cycle of the Fabric chain code from installation to calling, and realizes the high-efficiency management of the Fabric chain code through the functions of project warehouse, historical version record and the like.

Description

Fabric chain code life cycle management system based on physical machine deployment
Technical Field
The invention relates to the field of bottom layer services of a block chain, in particular to a Fabric chain code life cycle management system based on physical machine deployment.
Background
The block chain technology is a bottom layer technology of digital currency such as bitcoin, Ether house and the like, is a decentralized distributed account book technology, can safely store data, and has the advantages of no falsification of information and public transparency. And the transaction confirmation of the block chain is completed by the consensus of all the nodes on the block, and the block is packed and written after the consensus is successful. All transactions on the block chain network are stored in the block chain, and any node has a complete account book, so that information cannot be tampered, information sharing is realized, and information circulation efficiency is improved.
The intelligent contract on the blockchain refers to a string of binary codes which are written and compiled by languages such as Solidity, GO and the like and run on the blockchain. Data storage, reading and writing and some logic operations on the blockchain can be realized through the intelligent contract, and most blockchain applications are operated based on the intelligent contract at present.
Fabric is the mainstream blockchain underlying technology, and there are few blockchains or service platforms based on Fabric in the market, and Fabric chain code management is one of the functional modules. Research shows that the management of the Fabric chain code does not really meet the good management of the life cycle of the Fabric chain code, and the phenomena of long deployment process, complex operation and the like still exist. Meanwhile, most platforms do not fully substitute the visual angle of a developer to design functions, only support the chain code management of the BaaS platform, and do not synchronize the functions to the SDK.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a Fabric chain code life cycle management system based on physical machine deployment, which accelerates the life cycle management of the Fabric chain code and simultaneously supports the operation of an SDK on the Fabric chain code.
The specific technical scheme is as follows:
a Fabric chain code life cycle management system based on physical machine deployment, wherein the Fabric chain code is managed based on project dimension, the system gets through communication between BaaS and SDK through unique identification of projects and contracts, and life cycle management of BaaS platform and SDK to the Fabric chain code is realized, the management system comprises the following modules:
(1) the project management module supports the creation, editing and deletion of projects;
and (4) new construction of a project: the function completes the creation of the project according to the basic information of the project filled by the user, including the project name, the affiliated chain and the project type, and generates a unique project identifier App Key & App Secret for ensuring the safety and privacy of the interaction between the SDK and the Fabric block chain;
and (4) editing the project: this function supports the editing of project names and project descriptions;
item deletion: the function supports deletion of the item, and if the item has a deployed chain code, the item cannot be deleted.
(2) The chain code installation module supports a user to install the chain code through the BaaS platform and the SDK;
for the BaaS platform: the chain code installation module supports a user to fill in a chain code name and upload a chain code file with go as suffix and select a channel, and can generate a unique identifier UUID of the chain code and automatically install the chain code on all peer nodes of the channel;
for the SDK: the chain code installation module supports a user to download the SDK, configure the SDK, initialize the SDK and call a chain code deployment method, the SDK uniquely identifies a designated item installed by the chain code through App Key & App Secret and UUID, and the chain code is installed on the chain through the binding relationship between the item and the chain;
(3) the chain code deployment module supports a user to deploy a channel from the chain code to the Fabric Block Link network;
for the BaaS platform: the chain code deployment module supports a user to fill in initialization parameters, organization is used as dimensionality, a transaction endorsement strategy is set visually, the chain code deployment module can automatically deploy chain codes to a channel, and the transaction endorsement strategy is deployed to a specified endorsement node.
For the SDK: the chain code deployment module supports a user to set initialization parameters, set a transaction endorsement policy and execute a deployment command, and the SDK is to instantiate a chain code in a channel;
(4) the chain code updating module can simultaneously realize chain code installation and chain code deployment, has the same specific realization mode as the chain code installation module and the chain code deployment module, and supports a user to update a channel from a chain code to a Fabric block link network through a BaaS platform or an SDK;
(5) the chain code calling module supports a user to call the deployed chain code through a BaaS platform or an SDK;
for the BaaS platform: the chain code calling module supports a user to fill in a calling method and calling parameters, automatically calls a chain code and generates a transaction record, wherein the transaction record comprises a called method name, parameters, a calling result and transaction hash, and the transaction record is the same as the transaction record in a historical version contract;
for the SDK: the chain code calling module executes a calling method, the SDK automatically calls the chain code, and a transaction record of the block chain is recorded through the BaaS platform;
(6) and the historical version record is used for recording all historical versions of the chain code, and comprises basic information of each version and a corresponding transaction record of each version.
Further, in the historical version recording module, the basic information of each version includes a chain code number, a UUID, update time, a chain code description, a channel, endorsement node organization, and a chain code, and the transaction record includes transaction hash, block height, and transaction completion time.
Further, the project management module supports that the project basic information filled by the user also comprises project description.
Further, the chain code installation module also supports a user to fill in the description of the chain code.
The invention has the following beneficial effects:
(1) the method is characterized in that contracts are installed according to channel dimensions, a trading endorsement strategy is set according to organization dimension visualization, and the life management cycle of the Fabric chain code is greatly accelerated on the basis of meeting the real trading process;
(2) the method supports the BaaS platform and the SDK to synchronously manage the Fabric chain code, and uniquely identifies the designated BaaS project associated with the chain code through App Key, App Secret and UUID;
(3) and recording the basic information and transaction records of the current and all historical Fabric chain codes, wherein the transaction records are distinguished according to the chain code versions.
Drawings
FIG. 1 is a basic architecture diagram of Fabric chain code lifecycle management;
FIG. 2 is a flow diagram of the operation of the Fabric chain code from upload to call.
Detailed Description
The present invention will be described in further detail with reference to the following drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1-2, the Fabric chain code lifecycle management system based on physical machine deployment of the present invention, wherein the Fabric chain code is managed based on project dimensions, and the system enables communication between BaaS and SDK through unique identifiers of a project and a contract, so as to implement lifecycle management of the Fabric chain code by the BaaS platform and the SDK, and the management system includes the following modules:
(1) the project management module supports the creation, editing and deletion of projects;
and (4) new construction of a project: the function is based on the premise that a user creates a Fabric network, and the function completes the creation of a project according to the basic information of the project filled by the user, including the project name, the affiliated chain and the project type, generates a unique project identifier AppKey & App Secret which is in one-to-one correspondence with a Fabric Block chain network and is used for ensuring the safety and privacy of the interaction between the SDK and the Fabric Block chain; one project can only bind one Fabric blockchain network, and one Fabric blockchain network can be bound by a plurality of projects.
And (4) editing the project: the function supports the editing of project names and project descriptions, and the project names, the affiliated chains and the project types can not be changed after the project creation is completed;
item deletion: this function supports the deletion of items. If the item has no contracts or contracts are not deployed, the item may be deleted; if the item has the deployed chain code, the item cannot be deleted.
(2) The chain code installation module supports a user to install the chain code through the BaaS platform and the SDK;
for the BaaS platform: the chain code installation module supports a user to fill in and upload a chain code name, selects a channel (the channel ensures the privacy of synchronous consensus data among nodes in the Fabric, and the data of different channels are independent and can not be shared), and can generate a unique identifier UUID of the chain code and automatically install the chain code on a peer node of the channel; a project supports the creation of a plurality of chain codes, and a project detail page presents all the created chain codes in reverse chronological order.
For the SDK: the chain code installation module supports a user to download an SDK, installs an SDK jar package to a maven local warehouse, initializes an SDKClient object, constructs the SDK, initializes the SDK, creates a transaction initiation account address, compiles a contract by using the SDK, and calls a chain code installation method, wherein the SDK uniquely identifies a designated item of chain code installation through an App Key and an App Secret and a UUID, and installs the chain code to a peer node through a one-to-one binding relationship between the item and the chain;
(3) the chain code deployment module supports a user to deploy a channel from the chain code to the Fabric Block Link network;
for the BaaS platform: the chain code deployment module supports a user to fill in initialization parameters, organization is used as a dimension, a transaction endorsement strategy is set visually (in Fabric, transactions can take effect only through endorsement verification of endorsement nodes, the transaction endorsement strategy is set to be endorsement nodes under the appointed organization and the organization), the chain code deployment module can automatically deploy chain codes to a channel, and the transaction endorsement strategy is deployed to the appointed endorsement nodes.
For the SDK: the chain code deployment module supports a user to set initialization parameters, set a transaction endorsement policy and execute a deployment command, and the SDK is to instantiate a chain code in a channel;
(4) the chain code updating module can simultaneously realize chain code installation and chain code deployment, has the same specific realization mode as the chain code installation module and the chain code deployment module, and supports a user to update a channel from a chain code to a Fabric block link network through a BaaS platform or an SDK;
(5) the chain code calling module supports a user to call the deployed chain code through a BaaS platform or an SDK;
for the BaaS platform: the chain code calling module supports a user to fill in a calling method and calling parameters, automatically calls a chain code and generates a transaction record, wherein the transaction record comprises a called method name, parameters, a calling result and transaction hash, and the transaction record is the same as the transaction record in a historical version contract;
for the SDK: the chain code calling module supports a user to execute an invoke calling method, the SDK automatically calls the chain code, and the transaction record of the block chain is recorded through the BaaS platform;
(6) history version record: it is used to record all historical versions of the chain code, including basic information for each version and the corresponding transaction record for each version.
The basic information of each version of the chain code comprises a chain code number, a UUID, updating time, a chain code description, a channel, endorsement node organization and a chain code, and the transaction record corresponding to each version comprises transaction hash, block height, transaction completion time and the like.
In order to ensure the integrity of the project information and the chain code information and facilitate the user to know the creation background and the application scene of the project and the chain code, the project management module supports the project basic information filled by the user to further comprise project description, and the chain code installation module supports the user to fill the chain code description.
It will be understood by those skilled in the art that the foregoing is only a preferred embodiment of the present invention, and is not intended to limit the invention, and although the invention has been described in detail with reference to the foregoing examples, it will be apparent to those skilled in the art that various changes in the form and details of the embodiments may be made and equivalents may be substituted for elements thereof. All modifications, equivalents and the like which come within the spirit and principle of the invention are intended to be included within the scope of the invention.

Claims (4)

1. A Fabric chain code life cycle management system based on physical machine deployment, wherein the Fabric chain code is managed based on project dimension, the system gets through communication between BaaS and SDK through unique identification of projects and contracts, and life cycle management of BaaS platform and SDK to the Fabric chain code is realized, the management system comprises the following modules:
(1) the project management module supports the creation, editing and deletion of projects;
and (4) new construction of a project: the function completes the creation of the project according to the basic information of the project filled by the user, including the project name, the affiliated chain and the project type, and generates a unique project identifier App Key & App Secret for ensuring the safety and privacy of the interaction between the SDK and the Fabric block chain;
and (4) editing the project: this function supports the editing of project names and project descriptions;
item deletion: the function supports deletion of the item, and if the item has a deployed chain code, the item cannot be deleted.
(2) The chain code installation module supports a user to install the chain code through the BaaS platform and the SDK;
for the BaaS platform: the chain code installation module supports a user to fill in a chain code name and upload a chain code file with go as suffix and select a channel, and can generate a unique identifier UUID of the chain code and automatically install the chain code on all peer nodes of the channel;
for the SDK: the chain code installation module supports a user to download the SDK, configure the SDK, initialize the SDK and call a chain code deployment method, the SDK uniquely identifies a designated item installed by the chain code through App Key & App Secret and UUID, and the chain code is installed on the chain through the binding relationship between the item and the chain.
(3) The chain code deployment module supports a user to deploy a channel from the chain code to the Fabric Block Link network;
for the BaaS platform: the chain code deployment module supports a user to fill in initialization parameters, organization is used as dimensionality, a transaction endorsement strategy is set visually, the chain code deployment module can automatically deploy chain codes to a channel, and the transaction endorsement strategy is deployed to a specified endorsement node.
For the SDK: the chain code deployment module supports a user to set initialization parameters, set a transaction endorsement policy and execute a deployment command, and the SDK is to instantiate a chain code in a channel;
(4) the chain code updating module can simultaneously realize chain code installation and chain code deployment, has the same specific realization mode as the chain code installation module and the chain code deployment module, and supports a user to update a channel from a chain code to a Fabric block link network through a BaaS platform or an SDK;
(5) the chain code calling module supports a user to call the deployed chain code through a BaaS platform or an SDK;
for the BaaS platform: the chain code calling module supports a user to fill in a calling method and calling parameters, automatically calls a chain code and generates a transaction record, wherein the transaction record comprises a called method name, parameters, a calling result and transaction hash, and the transaction record is the same as the transaction record in a historical version contract;
for the SDK: the chain code calling module executes a calling method, the SDK automatically calls the chain code, and a transaction record of the block chain is recorded through the BaaS platform;
(6) and the historical version record is used for recording all historical versions of the chain code, and comprises basic information of each version and a corresponding transaction record of each version.
2. The Fabric chain code lifecycle management system based on physical machine deployment of claim 1, wherein the historical version record module, the basic information of each version comprises chain code number, UUID, update time, chain code description, channel, endorsement node organization, chain code, and the transaction record comprises transaction hash, block height, and transaction completion time.
3. The system for Fabric chain code lifecycle management based on physical machine deployment of claim 1, wherein the project management module supports project basic information filled by a user and further comprises project description.
4. The Fabric chain code lifecycle management system based on physical machine deployment of claim 1, wherein the chain code installation module further supports a user to fill out a chain code description.
CN202010026645.8A 2020-01-10 2020-01-10 Fabric chain code life cycle management system based on physical machine deployment Active CN111221568B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010026645.8A CN111221568B (en) 2020-01-10 2020-01-10 Fabric chain code life cycle management system based on physical machine deployment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010026645.8A CN111221568B (en) 2020-01-10 2020-01-10 Fabric chain code life cycle management system based on physical machine deployment

Publications (2)

Publication Number Publication Date
CN111221568A true CN111221568A (en) 2020-06-02
CN111221568B CN111221568B (en) 2023-05-26

Family

ID=70832440

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010026645.8A Active CN111221568B (en) 2020-01-10 2020-01-10 Fabric chain code life cycle management system based on physical machine deployment

Country Status (1)

Country Link
CN (1) CN111221568B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111797160A (en) * 2020-06-16 2020-10-20 苏宁金融科技(南京)有限公司 Method, system and electronic equipment for sharing intelligent contract
CN112418890A (en) * 2020-11-27 2021-02-26 链亦科技(上海)有限公司 Block chain-based medicine anti-counterfeiting traceability system and method
US20220147503A1 (en) * 2020-08-11 2022-05-12 Massachusetts Mutual Life Insurance Company Systems and methods to generate a database structure with a low-latency key architecture
CN115022347A (en) * 2022-05-30 2022-09-06 长春大学 Fire control monitoring data storage system based on Fabric and IPFS

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107562513A (en) * 2017-07-18 2018-01-09 杭州趣链科技有限公司 A kind of management method of the intelligent contract life cycle based on JAVA
CN108965468A (en) * 2018-08-16 2018-12-07 北京京东尚科信息技术有限公司 Block chain network service platform and its chain code installation method, storage medium
US20190104196A1 (en) * 2017-09-29 2019-04-04 Oracle International Corporation System and method for providing a representational state transfer proxy service for a blockchain cloud service
US20190108482A1 (en) * 2017-10-06 2019-04-11 Sap Se Enablement of procurement processes with asset traceability using blockchain technology
CN109727032A (en) * 2018-12-29 2019-05-07 杭州趣链科技有限公司 A kind of alliance's block chain access control method of identity-based id password
CN109801043A (en) * 2019-02-01 2019-05-24 苏州链读文化传媒有限公司 Life cycle learning records authentication device and authentication method based on block chain
CN110580624A (en) * 2018-06-07 2019-12-17 华为技术有限公司 Chain code upgrading method and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107562513A (en) * 2017-07-18 2018-01-09 杭州趣链科技有限公司 A kind of management method of the intelligent contract life cycle based on JAVA
US20190104196A1 (en) * 2017-09-29 2019-04-04 Oracle International Corporation System and method for providing a representational state transfer proxy service for a blockchain cloud service
CN110192380A (en) * 2017-09-29 2019-08-30 甲骨文国际公司 System and method for managing block chain cloud service
US20190108482A1 (en) * 2017-10-06 2019-04-11 Sap Se Enablement of procurement processes with asset traceability using blockchain technology
CN110580624A (en) * 2018-06-07 2019-12-17 华为技术有限公司 Chain code upgrading method and device
CN108965468A (en) * 2018-08-16 2018-12-07 北京京东尚科信息技术有限公司 Block chain network service platform and its chain code installation method, storage medium
CN109727032A (en) * 2018-12-29 2019-05-07 杭州趣链科技有限公司 A kind of alliance's block chain access control method of identity-based id password
CN109801043A (en) * 2019-02-01 2019-05-24 苏州链读文化传媒有限公司 Life cycle learning records authentication device and authentication method based on block chain

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111797160A (en) * 2020-06-16 2020-10-20 苏宁金融科技(南京)有限公司 Method, system and electronic equipment for sharing intelligent contract
CN111797160B (en) * 2020-06-16 2023-05-02 苏宁金融科技(南京)有限公司 Method, system and electronic device for sharing intelligent contract
US20220147503A1 (en) * 2020-08-11 2022-05-12 Massachusetts Mutual Life Insurance Company Systems and methods to generate a database structure with a low-latency key architecture
CN112418890A (en) * 2020-11-27 2021-02-26 链亦科技(上海)有限公司 Block chain-based medicine anti-counterfeiting traceability system and method
CN115022347A (en) * 2022-05-30 2022-09-06 长春大学 Fire control monitoring data storage system based on Fabric and IPFS
CN115022347B (en) * 2022-05-30 2023-11-17 长春大学 Fire control monitoring data storage system based on Fabric and IPFS

Also Published As

Publication number Publication date
CN111221568B (en) 2023-05-26

Similar Documents

Publication Publication Date Title
CN111221568A (en) Fabric chain code life cycle management system based on physical machine deployment
CN107147704B (en) block chain-oriented universal service middleware system
CN107145521B (en) A kind of data migration method towards block chain multistage intelligent contract
CN106250199B (en) A kind of the dynamic micro services call method and device of multilingual cloud compiling
CN112015517B (en) Block chain node dynamic migration method and system based on k8s cluster
CN104142847B (en) Stateless virtual machine and its application under cloud computing environment
CN109800056A (en) A kind of block chain dispositions method based on container
CN102520972A (en) Video game development system and method thereof
CN101371227A (en) Persistent maintenance of customization data on computing devices
CN106407430A (en) Complex and intelligent contract state synchronization method based on phase buckets
CN107766050A (en) The dispositions method and device of a kind of heterogeneous applications
CN109559229A (en) The method of the intelligent contract group of update based on block chain
CN109669709A (en) A kind of data migration method and data mover system of the upgrading of block chain
CN112527781B (en) Intelligent contract data migration method and system
CN103942281A (en) Method and device for operating object persistently stored
CN110417857B (en) Block chain protocol processing device, processing method and block chain
CN102646056A (en) Function expansion method and device for grid GIS (geographic information system) platform based applications
CN109933338A (en) Block chain dispositions method, device, computer equipment and storage medium
CN110515625A (en) Task construction method, device, equipment and computer readable storage medium
CN111176791A (en) Cross-virtual machine calling method based on multi-virtual machine blockchain platform
CN104067258A (en) Platform runtime abstraction
CN115051927B (en) Data network development method and system
CN113392144A (en) Museum service data storage and query method and system based on block chain
CN116149747A (en) Interface arrangement method, device, electronic equipment and computer readable storage medium
CN102197390B (en) Providing functionality to client services by implementing and binding contracts

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