WO2022057679A1 - 一种区块链系统应用智能合约安装部署管理方法 - Google Patents
一种区块链系统应用智能合约安装部署管理方法 Download PDFInfo
- Publication number
- WO2022057679A1 WO2022057679A1 PCT/CN2021/116850 CN2021116850W WO2022057679A1 WO 2022057679 A1 WO2022057679 A1 WO 2022057679A1 CN 2021116850 W CN2021116850 W CN 2021116850W WO 2022057679 A1 WO2022057679 A1 WO 2022057679A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- blockchain
- smart contract
- organization
- management system
- installation
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/0823—Network architectures or network communication protocols for network security for authentication of entities using certificates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1433—Vulnerability analysis
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1097—Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0861—Generation of secret information including derivation or calculation of cryptographic keys or passwords
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/3247—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures
Definitions
- the present invention relates to the technical field of blockchain, in particular to a method for managing the installation and deployment of smart contracts applied to a blockchain system.
- the smart contract code After the smart contract code is written, it needs to be installed and deployed on the blockchain network.
- This design ensures the security and effective management of the entire smart contract installation and deployment through the source of the smart contract, the security detection and formal verification of the smart contract code, and the control of the installation and deployment authority of the contract.
- the present invention provides a blockchain system application smart contract installation and deployment management method to solve the problems of smart contract source legality, contract code security and smart contract life cycle management.
- the technical solution adopted in the present invention is: a method for installing and deploying a blockchain system application smart contract, comprising the following steps:
- step S1 the specific steps of the step S1 are:
- step S2 are:
- step S3 are:
- the formalized model in the described step S31 includes a normalized input module, a comprehensive configurable analysis module, a normalized output module, a protocol vulnerability repair module and a code vulnerability detection module;
- the normalized input module is used to be responsible for the basic interaction process of the protocol, the modeling of attacker capabilities and security objectives, and the translation of intermediate languages;
- the comprehensive and configurable analysis module is used to be responsible for analyzing the modeled protocol
- the normalized output module is used for translating and converting the output data of the comprehensive configurable analysis module, and giving tabular and graphical output;
- the protocol vulnerability repair module is responsible for giving corresponding vulnerability repair suggestions according to the analysis results
- the code vulnerability detection module is used for security detection of the smart contract implementation code.
- the authentication in the step S32 includes existence, weak consistency, non-injective consistency and injective consistency.
- the life cycle of the smart contract in the step S4 includes installation, deployment, upgrade and authority control processes.
- the installation process is: complete the security analysis and detection of the smart contract through the blockchain application management system, package the smart contract, add the signature and distribute it to all organizations on the blockchain network and wait for the organization to return the confirmation result;
- the deployment process is as follows: after collecting the smart contract installation information of the organization node through the blockchain application management system, check whether the collected installation success information is consistent with the endorsement policy, and if they are consistent, enter the deployment process, and enter the smart contract initialization parameters to start issuing Instantiate the smart contract command to the blockchain organization management system and wait for the instantiation result feedback;
- the contract upgrade process is as follows: perform security analysis on the upgraded smart contract, execute the installation and deployment process, make the transaction interface provided by the upgraded historical contract information invalid, and ensure the consistency of blockchain network node transactions;
- the permission control process includes user access channel permission control and calling contract method permission control. Specifically, the channel is successfully created in the blockchain application management system, and the system automatically assigns a unique access permission control key-value pair to the successfully created channel. The access rights control key-value pair is distributed to the blockchain organization management system, and the users of the access channel and smart contract are verified by the access rights control key-value pair in the blockchain organization management system.
- the blockchain application management system in the present invention analyzes and controls the security of the smart contract code, each blockchain node does not need to calculate the security of the smart contract, and each blockchain node can better improve its node business ability;
- the present invention uniformly issues safe and credible smart contracts through the blockchain application management system, and installs and deploys commands to each node of the blockchain network, which ensures that the nodes of the blockchain network all execute a unified consensus protocol, which can prevent the Blockchain nodes do evil by deploying smart contracts privately.
- Fig. 1 is a flow chart of the present invention.
- a blockchain system application smart contract installation and deployment management method includes the following steps:
- Organization nodes are distributed in the Internet.
- the communication between the blockchain application management system and the blockchain organization node management system is accessed through domain names.
- the organization node administrator registers in the blockchain application management system and logs in through userID and PW.
- Blockchain application management system submit the organization's domain name, port number and anchor node information, and package and upload the files in the organization's msp directory to the blockchain application management system;
- S15 Generate a corresponding and unique communication certificate for the audited organizational information through the blockchain application management system.
- the organization node administrator can download the certificate and the pk information of the blockchain application management system in the blockchain application management system.
- the blockchain application management system and the blockchain organization node management system express their identity and the authenticity of the message to the other party by exchanging certificates and signing the message sent during communication.
- the formal model includes a normalized input module, a comprehensive configurable analysis module, a normalized output module, a protocol vulnerability repair module and a code vulnerability detection module;
- the normalized input module is used to be responsible for the basic interaction process of the protocol, the modeling of attacker capabilities and security objectives, and the translation of intermediate languages;
- the comprehensive and configurable analysis module is used to be responsible for analyzing the modeled protocol
- the normalized output module is used for translating and converting the output data of the comprehensive configurable analysis module, and giving tabular and graphical output;
- the protocol vulnerability repair module is responsible for giving corresponding vulnerability repair suggestions according to the analysis results
- the code vulnerability detection module is used for security detection of the smart contract implementation code.
- the life cycle of a smart contract includes installation, deployment, upgrade, and permission control processes.
- the blockchain organization nodes and the blockchain application management system exchange information through a secure and trusted communication network.
- the message generator adds a signature to the generated message, and the message consumer After receiving the information, the identity of the originator of the message is verified first, and after the verification is passed, the signature of the received message is verified to ensure that the source of the message is legitimate and the message has not been tampered with.
- the installation process is as follows: complete the security analysis and detection of the smart contract through the blockchain application management system, package the smart contract, add the signature and distribute it to all organizations on the blockchain network and wait for the organization to return the confirmation result;
- the deployment process is as follows: after collecting the smart contract installation information of the organization node through the blockchain application management system, check whether the collected installation success information is consistent with the endorsement policy, and if they are consistent, enter the deployment process, and enter the smart contract initialization parameters to start issuing Instantiate the smart contract command to the blockchain organization management system and wait for the instantiation result feedback;
- the contract upgrade process is as follows: perform security analysis on the upgraded smart contract, execute the installation and deployment process, make the transaction interface provided by the upgraded historical contract information invalid, and ensure the consistency of blockchain network organization node transactions;
- the user access channel and call contract method permission control process is as follows: the channel is successfully created in the blockchain application management system, the system automatically assigns a unique access permission control key-value pair to the successfully created channel, and distributes the access permission control key-value pair Go to the blockchain organization management system, and in the blockchain organization management system, the users who access the channel and the smart contract through the access rights control key-value pair verify whether they have access rights.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
本发明公开了一种区块链系统应用智能合约安装部署管理方法。本发明中的区块链应用管理系统对智能合约代码的安全性进行分析及管控,在同一通道内的区块链网络组织节点可以从区块链应用管理系统获取到安全智能合约进行安装及部署。本发明通过区块链应用管理系统统一下发安全可信的智能合约,安装部署命令到区块链网络各组织节点,保证了区块链网络组织节点均执行统一的共识协议,可杜绝区块链节点通过私自部署智能合约进行作恶。
Description
本发明涉及区块链技术领域,具体涉及一种区块链系统应用智能合约安装部署管理方法。
智能合约代码编写完成以后需要安装部署到区块链网络上,区块链网络上节点安装的智能合约其来源的合法性,智能合约代码的安全性通常得不到保障,智能合约的整个生命周期未得到有效管理,节点是否已正确安装智能合约行使其权益均无法得知,导致通过智能合约记录到区块链的结果将不可信,失去区块链系统本身的价值。本设计通过对智能合约的来源,智能合约代码的安全检测和形式化验证,合约的安装部署权限控制来保障整个智能合约安装部署的安全性及有效管理。
发明内容
针对现有技术中的上述不足,本发明提供的一种区块链系统应用智能合约安装部署管理方法解决了智能合约的来源合法性、合约代码安全保障以及智能合约生命周期管理的问题。
为了达到上述发明目的,本发明采用的技术方案为:一种区块链系统应用智能合约安装部署管理方法,包括以下步骤:
S1、建立智能合约安装部署的可信环境;
S2、根据可信环境创建通道并邀请组织加入到通道;
S3、对智能合约进行安全分析;
S4、根据通道和智能合约的安全分析结果对智能合约的生命周期进行管理。
进一步地:所述步骤S1的具体步骤为:
S11、对区块链网络各组织节点使用证书生成工具生成密钥和证书;
S12、通过区块链网络组织节点管理员在区块链应用管理系统注册和登录,提交区块链组织的域名、端口号和锚节点信息,并将组织的msp文件夹下内容打包上传到区块链应用管理系统;
S13、通过区块链应用管理系统对区块链组织提交的域名、端口号、锚节点信息真实性及网络连通性进行审核及验证,对msp打包文件内容完整性进行检查,验证其组织证书是否完备,公钥信息是否缺失;
S14、将审核通过的组织信息公布到区块链应用管理系统;
S15、通过区块链应用管理系统对审核通过的组织信息生成对应且唯一的通信证书。
进一步地:所述步骤S2的具体步骤为:
S21、创建一个只包含指定组织信息的通道,保存创世块;
S22、根据收集到确认加入通道的组织的通信证书、域名及锚节点信息,生成通道配置更新交易并执行;
S23、根据域名信息将创世块发送到各组织,等待各组织确认回复,邀请组织节点加入通道。
进一步地:所述步骤S3的具体步骤为:
S31、使用模态逻辑、模型检测和定理证明形式化分析方法,以及自动分析工具的底层算法和原理,根据智能合约安全需求设计形式化模型;
S32、根据形式化模型对区块链智能合约协议的机密性、认证性、不可抵赖性以及匿名性、不可链接性和零知识性给出自动化分析,并对智能合约中不安全项给出攻击路线及相应的修复建议。
进一步地:所述步骤S31中的形式化模型包括规范化输入模块、综合可配 置分析模块、规范化输出模块、协议漏洞修复模块和代码漏洞检测模块;
所述规范化输入模块用于负责协议基本交互流程,攻击者能力和安全目标的建模,以及中间语言的翻译;
所述综合可配置分析模块用于负责对建模后的协议进行分析;
所述规范化输出模块用于负责翻译和转换综合可配置分析模块的输出数据,给出表格和图形化输出;
所述协议漏洞修复模块用于负责针对分析结果给出相应的漏洞修复建议;
所述代码漏洞检测模块用于负责对智能合约实现代码进行安全检测。
进一步地:所述步骤S32中的认证性包括存在性、弱一致性、非单射一致性和单射一致性。
进一步地:所述步骤S4中智能合约的生命周期包括安装、部署、升级和权限控制流程。
进一步地:所述安装流程为:通过区块链应用管理系统完成对智能合约安全分析检测,将智能合约打包,加上签名后分发到区块链网络上所有组织并等待组织返回确认结果;
所述部署流程为:通过区块链应用管理系统收集到组织节点安装智能合约信息后,检查收集到的安装成功信息与背书策略是否一致,一致则进入部署流程,输入智能合约初始化参数开始下发实例化智能合约命令到区块链组织管理系统,等待实例化结果反馈;
所述合约升级流程为:对升级后的智能合约进行安全分析,执行安装部署流程,使升级后历史合约信息提供的交易接口失效,保证区块链网络节点交易的一致性;
所述权限控制流程包括用户访问通道权限控制及调用合约方法权限控制, 具体为:在区块链应用管理系统创建通道成功,系统自动为创建成功的通道分配唯一的访问权限控制键值对,将访问权限控制键值对分发到区块链组织管理系统,在区块链组织管理系统通过访问权限控制键值对访问通道及智能合约的用户验证其是否有访问权限。
本发明的有益效果为:
(1)本发明中的区块链应用管理系统对智能合约代码的安全性进行分析及管控,各区块链节点无需对智能合约的安全进行计算,区块链各节点可更好提高其节点业务能力;
(2)本发明通过区块链应用管理系统统一下发安全可信的智能合约,安装部署命令到区块链网络各节点,保证了区块链网络节点均执行统一的共识协议,可杜绝区块链节点通过私自部署智能合约进行作恶。
图1为本发明流程图。
下面对本发明的具体实施方式进行描述,以便于本技术领域的技术人员理解本发明,但应该清楚,本发明不限于具体实施方式的范围,对本技术领域的普通技术人员来讲,只要各种变化在所附的权利要求限定和确定的本发明的精神和范围内,这些变化是显而易见的,一切利用本发明构思的发明创造均在保护之列。
如图1所示,一种区块链系统应用智能合约安装部署管理方法,包括以下步骤:
S1、建立智能合约安装部署的可信环境;具体步骤为:
S11、对区块链网络各组织节点使用证书生成工具根据crypto-config.yaml 生成密钥和证书,密钥和证书的目录如下:
S12、组织节点分布在互联网中,区块链应用管理系统、区块链组织节点管理系统之间的通信通过域名进行访问,组织节点管理员在区块链应用管理系统注册,通过userID及PW登录区块链应用管理系统,提交组织的域名、端口号和锚节点信息,并将组织的msp目录下文件打包上传到区块链应用管理系统;
S13、通过区块链应用管理系统对组织提交的域名、端口号、锚节点信息真实性及网络连通性进行审核及验证,对msp打包文件内容完整性进行检查,验证其组织证书是否完备,公钥信息是否缺失;
S14、将审核通过的组织信息公布到区块链应用管理系统,所有参与组建联盟链组织信息均在平台公开、透明;
S15、通过区块链应用管理系统对审核通过的组织信息生成对应且唯一的通信证书。组织节点管理员可在区块链应用管理系统下载到该证书及区块链应用管理系统pk信息。区块链应用管理系统与区块链组织节点管理系统通过互换证书、在通信时各方通过对发送的消息进行签名以向对方表面自己身份及消息的真实性。
S2、根据可信环境创建通道并邀请组织加入到通道;具体步骤为:
S21、创建一个只包含指定组织信息的通道,保存创世块;
S22、根据收集到确认加入通道的组织的通信证书、域名及锚节点信息,生成通道配置更新交易并执行;
S23、根据域名信息将创世块发送到各组织,等待各组织确认回复,使组织节点加入通道。
S3、对智能合约进行安全分析;具体步骤为:
S31、使用模态逻辑、模型检测和定理证明形式化分析方法,以及自动分析工具的地层算法和原理,根据智能合约安全需求设计形式化模型;
形式化模型包括规范化输入模块、综合可配置分析模块、规范化输出模块、协议漏洞修复模块和代码漏洞检测模块;
所述规范化输入模块用于负责协议基本交互流程,攻击者能力和安全目标的建模,以及中间语言的翻译;
所述综合可配置分析模块用于负责对建模后的协议进行分析;
所述规范化输出模块用于负责翻译和转换综合可配置分析模块的输出数据,给出表格和图形化输出;
所述协议漏洞修复模块用于负责针对分析结果给出相应的漏洞修复建议;
所述代码漏洞检测模块用于负责对智能合约实现代码进行安全检测。
S32、根据形式化模型对区块链智能合约协议的机密性、认证性(包括存在性、弱一致性、非单射一致性和单射一致性)、不可抵赖性以及匿名性、不可链接性和零知识性给出自动化分析,并对智能合约中不安全项给出攻击路线及相应的修复建议。
S4、根据通道和智能合约的安全分析结果对智能合约的生命周期进行管理。
智能合约的生命周期包括安装、部署、升级和权限控制流程。
在智能合约的安装、部署和升级中,区块链组织节点与区块链应用管理系 统间通过安全可信通信网络进行信息交互,消息的产生者对其产生的消息加上签名,消息消费者收到信息后首先对消息发起者身份进行验证,验证通过后对接收到的消息进行验签,确保消息来源合法,消息未被篡改。
所述安装流程为:通过区块链应用管理系统完成对智能合约安全分析检测,将智能合约打包,加上签名后分发到区块链网络上所有组织并等待组织返回确认结果;
所述部署流程为:通过区块链应用管理系统收集到组织节点安装智能合约信息后,检查收集到的安装成功信息与背书策略是否一致,一致则进入部署流程,输入智能合约初始化参数开始下发实例化智能合约命令到区块链组织管理系统,等待实例化结果反馈;
所述合约升级流程为:对升级后的智能合约进行安全分析,执行安装部署流程,使升级后历史合约信息提供的交易接口失效,保证区块链网络组织节点交易的一致性;
所述用户访问通道及调用合约方法权限控制流程为:在区块链应用管理系统创建通道成功,系统自动为创建成功的通道分配唯一的访问权限控制键值对,将访问权限控制键值对分发到区块链组织管理系统,在区块链组织管理系统通过访问权限控制键值对访问通道及智能合约的用户验证其是否有访问权限。
Claims (8)
- 一种区块链系统应用智能合约安装部署管理方法,其特征在于,包括以下步骤:S1、建立智能合约安装部署的可信环境;S2、根据可信环境创建通道并邀请组织加入到通道;S3、对智能合约进行安全分析,漏洞检测及安全报告输出;S4、根据通道和智能合约的安全分析结果对智能合约的生命周期进行管理。
- 根据权利要求1所述的区块链系统应用智能合约安装部署管理方法,其特征在于,所述步骤S1的具体步骤为:S11、对区块链网络各组织节点使用证书生成工具生成密钥和证书;S12、通过区块链网络组织节点管理员在区块链应用管理系统注册和登录,提交组织节点的域名、端口号和锚节点信息,并将组织的msp文件夹内容打包上传到区块链应用管理系统;S13、通过区块链应用管理系统对区块链组织提交的域名、端口号、锚节点信息真实性及网络连通性进行审核及验证,对msp打包文件内容完整性进行检查,验证其组织证书是否完备,公钥信息是否缺失;S14、将审核通过的区块链组织信息公布到区块链应用管理系统;S15、通过区块链应用管理系统对审核通过的组织信息生成对应且唯一的通信证书。
- 根据权利要求1所述的区块链系统应用智能合约安装部署管理方法,其特征在于,所述步骤S2的具体步骤为:S21、创建一个只包含指定组织信息的通道,保存创世块;S22、根据收集到确认加入通道的组织的通信证书、域名及锚节点信息,生成通道配置更新交易并执行;S23、根据区块链组织域名信息将创世块发送到各组织,等待各组织确认回复,邀请组织节点加入通道。
- 根据权利要求1所述的区块链系统应用智能合约安装部署管理方法,其特征在于,所述步骤S3的具体步骤为:S31、使用模态逻辑、模型检测和定理证明形式化分析方法,以及自动分析工具的底层算法和原理,根据智能合约安全需求设计形式化模型;S32、根据形式化模型对区块链智能合约协议的机密性、认证性、不可抵赖性以及匿名性、不可链接性和零知识性给出自动化分析,并对智能合约中不安全项给出攻击路线及相应的修复建议。
- 根据权利要求4所述的区块链系统应用智能合约安装部署管理方法,其特征在于,所述步骤S31中的形式化模型包括规范化输入模块、综合可配置分析模块、规范化输出模块、协议漏洞修复模块和代码漏洞检测模块;所述规范化输入模块用于负责协议基本交互流程,攻击者能力和安全目标的建模,以及中间语言的翻译;所述综合可配置分析模块用于负责对建模后的协议进行分析;所述规范化输出模块用于负责翻译和转换综合可配置分析模块的输出数据,给出表格和图形化输出;所述协议漏洞修复模块用于负责针对分析结果给出相应的漏洞修复建议;所述代码漏洞检测模块用于负责对智能合约实现代码进行安全检测。
- 根据权利要求4所述的区块链系统应用智能合约安装部署管理方法,其特征在于,所述步骤S32中的认证性包括存在性、弱一致性、非单射一致性和单射一致性。
- 根据权利要求1所述的区块链系统应用智能合约安装部署管理方法,其 特征在于,所述步骤S4中智能合约的生命周期包括安装、部署、升级和权限控制流程。
- 根据权利要求7所述的区块链系统应用智能合约安装部署管理方法,其特征在于,所述安装流程为:通过区块链应用管理系统完成对智能合约安全分析检测,将智能合约打包,加上签名后分发到区块链网络上所有组织并等待组织返回确认结果;所述部署流程为:通过区块链应用管理系统收集到组织节点安装智能合约信息后,检查收集到的安装成功信息与背书策略是否一致,一致则进入部署流程,输入智能合约初始化参数开始下发实例化智能合约命令到区块链组织管理系统,等待实例化结果反馈;所述合约升级流程为:对升级后的智能合约进行安全分析,执行安装部署流程,使升级后历史合约信息提供的交易接口失效,保证区块链网络节点交易的一致性;所述权限控制流程包括用户访问通道权限控制及调用合约方法权限控制,具体为:在区块链应用管理系统创建通道成功,系统自动为创建成功的通道分配唯一的访问权限控制键值对,将访问权限控制键值对分发到区块链组织管理系统,在区块链组织管理系统通过访问权限控制键值对访问通道及智能合约的用户验证其是否有访问权限。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010994977.5A CN112153040B (zh) | 2020-09-21 | 2020-09-21 | 一种区块链系统应用智能合约安装部署管理方法 |
CN202010994977.5 | 2020-09-21 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2022057679A1 true WO2022057679A1 (zh) | 2022-03-24 |
Family
ID=73894120
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2021/116850 WO2022057679A1 (zh) | 2020-09-21 | 2021-09-07 | 一种区块链系统应用智能合约安装部署管理方法 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN112153040B (zh) |
WO (1) | WO2022057679A1 (zh) |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114785602A (zh) * | 2022-04-26 | 2022-07-22 | 国网四川省电力公司经济技术研究院 | 一种用电数据安全共享模型、方法及系统 |
CN115022321A (zh) * | 2022-05-31 | 2022-09-06 | 杭州万林数链科技服务有限公司 | 一种基于区块链的林分参数评估方法及管理系统 |
CN115145785A (zh) * | 2022-05-26 | 2022-10-04 | 浙江中控技术股份有限公司 | 一种分布式控制系统的数据监控方法、系统及介质 |
CN115225647A (zh) * | 2022-07-15 | 2022-10-21 | 中国科学院信息工程研究所 | 基于智能合约的制造业数据演化实体部门间安全交互方法 |
CN115860696A (zh) * | 2023-02-09 | 2023-03-28 | 广东远景信息科技有限公司 | 基于区块链的电子作业证管理方法及系统 |
CN115913564A (zh) * | 2022-10-18 | 2023-04-04 | 鼎铉商用密码测评技术(深圳)有限公司 | 区块链产品的安全检测方法、系统、设备及可读存储介质 |
CN115967560A (zh) * | 2022-12-22 | 2023-04-14 | 中国电信股份有限公司 | 文件管控方法及装置 |
CN116743729A (zh) * | 2023-08-14 | 2023-09-12 | 四川万流数据服务有限责任公司 | 智能合约调用装置、系统及方法 |
CN117118747A (zh) * | 2023-10-20 | 2023-11-24 | 南京飓风引擎信息技术有限公司 | 基于智能合约和预言机的云资源数据控制系统及方法 |
CN117335960A (zh) * | 2023-11-02 | 2024-01-02 | 北京邮电大学 | 一种零信任网络中基于区块链的碳数据共享访问方法及装置 |
CN117971980A (zh) * | 2024-02-26 | 2024-05-03 | 深圳市六因科技有限公司 | 基于区块链的数据库访问权限管理系统及方法 |
CN118488067A (zh) * | 2024-07-16 | 2024-08-13 | 中国科学院西安光学精密机械研究所 | 一种基于区块链通信的空中多域融合智能感知方法 |
WO2024187848A1 (zh) * | 2023-03-10 | 2024-09-19 | 广电运通集团股份有限公司 | 智能合约服务平台及区块链系统 |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112153040B (zh) * | 2020-09-21 | 2021-12-21 | 中国电子科技网络信息安全有限公司 | 一种区块链系统应用智能合约安装部署管理方法 |
CN113010905B (zh) * | 2021-03-29 | 2024-04-30 | 明链科技(深圳)有限公司 | 一种解决区块链环境安全管理问题的sdk部署架构及封装方式 |
CN113112140B (zh) * | 2021-04-07 | 2022-04-19 | 中国电子科技网络信息安全有限公司 | 一种适应于区块链基础设施服务的链码应用智能合约id管理方法 |
CN113132384B (zh) * | 2021-04-20 | 2022-04-19 | 哈尔滨工业大学 | 一种去中心化dns根区管理系统 |
CN115941682B (zh) * | 2022-10-27 | 2024-08-02 | 中国电子科技集团公司第三十研究所 | 一种多平台区块链基础设施管理方法 |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107342858A (zh) * | 2017-07-05 | 2017-11-10 | 武汉凤链科技有限公司 | 一种基于可信环境的智能合约保护方法和系统 |
CN107426157A (zh) * | 2017-04-21 | 2017-12-01 | 杭州趣链科技有限公司 | 一种基于数字证书以及ca认证体系的联盟链权限控制方法 |
US20180131723A1 (en) * | 2016-11-10 | 2018-05-10 | International Business Machines Corporation | Security Policy Inclusion with Container Deployment |
CN108664787A (zh) * | 2018-05-15 | 2018-10-16 | 深圳市网心科技有限公司 | 合约部署、调用方法、合约审核设备、存储介质及系统 |
CN110999255A (zh) * | 2019-03-29 | 2020-04-10 | 阿里巴巴集团控股有限公司 | 使用高可用性的可信执行环境检索区块链网络的访问数据 |
CN112153040A (zh) * | 2020-09-21 | 2020-12-29 | 中国电子科技网络信息安全有限公司 | 一种区块链系统应用智能合约安装部署管理方法 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20190303541A1 (en) * | 2018-04-02 | 2019-10-03 | Ca, Inc. | Auditing smart contracts configured to manage and document software audits |
EP3564881A1 (en) * | 2018-05-02 | 2019-11-06 | Rockwell Automation Technologies, Inc. | Blockchain-enabled industrial devices |
US11489816B2 (en) * | 2018-07-31 | 2022-11-01 | Ezblock Ltd. | Blockchain joining for a limited processing capability device and device access security |
-
2020
- 2020-09-21 CN CN202010994977.5A patent/CN112153040B/zh active Active
-
2021
- 2021-09-07 WO PCT/CN2021/116850 patent/WO2022057679A1/zh active Application Filing
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20180131723A1 (en) * | 2016-11-10 | 2018-05-10 | International Business Machines Corporation | Security Policy Inclusion with Container Deployment |
CN107426157A (zh) * | 2017-04-21 | 2017-12-01 | 杭州趣链科技有限公司 | 一种基于数字证书以及ca认证体系的联盟链权限控制方法 |
CN107342858A (zh) * | 2017-07-05 | 2017-11-10 | 武汉凤链科技有限公司 | 一种基于可信环境的智能合约保护方法和系统 |
CN108664787A (zh) * | 2018-05-15 | 2018-10-16 | 深圳市网心科技有限公司 | 合约部署、调用方法、合约审核设备、存储介质及系统 |
CN110999255A (zh) * | 2019-03-29 | 2020-04-10 | 阿里巴巴集团控股有限公司 | 使用高可用性的可信执行环境检索区块链网络的访问数据 |
CN112153040A (zh) * | 2020-09-21 | 2020-12-29 | 中国电子科技网络信息安全有限公司 | 一种区块链系统应用智能合约安装部署管理方法 |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114785602B (zh) * | 2022-04-26 | 2023-08-25 | 国网四川省电力公司经济技术研究院 | 一种用电数据安全共享模型、方法及系统 |
CN114785602A (zh) * | 2022-04-26 | 2022-07-22 | 国网四川省电力公司经济技术研究院 | 一种用电数据安全共享模型、方法及系统 |
CN115145785A (zh) * | 2022-05-26 | 2022-10-04 | 浙江中控技术股份有限公司 | 一种分布式控制系统的数据监控方法、系统及介质 |
CN115022321A (zh) * | 2022-05-31 | 2022-09-06 | 杭州万林数链科技服务有限公司 | 一种基于区块链的林分参数评估方法及管理系统 |
CN115225647B (zh) * | 2022-07-15 | 2024-03-22 | 中国科学院信息工程研究所 | 基于智能合约的制造业数据演化实体部门间安全交互方法 |
CN115225647A (zh) * | 2022-07-15 | 2022-10-21 | 中国科学院信息工程研究所 | 基于智能合约的制造业数据演化实体部门间安全交互方法 |
CN115913564A (zh) * | 2022-10-18 | 2023-04-04 | 鼎铉商用密码测评技术(深圳)有限公司 | 区块链产品的安全检测方法、系统、设备及可读存储介质 |
CN115967560A (zh) * | 2022-12-22 | 2023-04-14 | 中国电信股份有限公司 | 文件管控方法及装置 |
CN115860696B (zh) * | 2023-02-09 | 2023-06-06 | 广东远景信息科技有限公司 | 基于区块链的电子作业证管理方法及系统 |
CN115860696A (zh) * | 2023-02-09 | 2023-03-28 | 广东远景信息科技有限公司 | 基于区块链的电子作业证管理方法及系统 |
WO2024187848A1 (zh) * | 2023-03-10 | 2024-09-19 | 广电运通集团股份有限公司 | 智能合约服务平台及区块链系统 |
CN116743729A (zh) * | 2023-08-14 | 2023-09-12 | 四川万流数据服务有限责任公司 | 智能合约调用装置、系统及方法 |
CN117118747A (zh) * | 2023-10-20 | 2023-11-24 | 南京飓风引擎信息技术有限公司 | 基于智能合约和预言机的云资源数据控制系统及方法 |
CN117335960A (zh) * | 2023-11-02 | 2024-01-02 | 北京邮电大学 | 一种零信任网络中基于区块链的碳数据共享访问方法及装置 |
CN117335960B (zh) * | 2023-11-02 | 2024-04-02 | 北京邮电大学 | 一种零信任网络中基于区块链的碳数据共享访问方法及装置 |
CN117971980A (zh) * | 2024-02-26 | 2024-05-03 | 深圳市六因科技有限公司 | 基于区块链的数据库访问权限管理系统及方法 |
CN118488067A (zh) * | 2024-07-16 | 2024-08-13 | 中国科学院西安光学精密机械研究所 | 一种基于区块链通信的空中多域融合智能感知方法 |
Also Published As
Publication number | Publication date |
---|---|
CN112153040B (zh) | 2021-12-21 |
CN112153040A (zh) | 2020-12-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2022057679A1 (zh) | 一种区块链系统应用智能合约安装部署管理方法 | |
Liu et al. | Fabric-IoT: A blockchain-based access control system in IoT | |
Makhdoom et al. | Blockchain's adoption in IoT: The challenges, and a way forward | |
CN110516474B (zh) | 区块链网络中的用户信息处理方法、装置、电子设备及存储介质 | |
US10965472B2 (en) | Secure bootstrap for a blockchain network | |
US20200084223A1 (en) | Blockchain-based system, and electronic apparatus and method in the system | |
CN110288480B (zh) | 一种区块链的私密交易方法及装置 | |
JP5093350B2 (ja) | 安全性が強化されたトラステッドネットワークコネクト方法 | |
CN110572262A (zh) | 区块链联盟链构建方法、装置及系统 | |
CN112615915B (zh) | 一种在私有链之间构建联盟链的方法 | |
US7849326B2 (en) | Method and system for protecting master secrets using smart key devices | |
CN105447390A (zh) | 一种基于数字证书系统的软件版本可信管理方法 | |
CN114760071B (zh) | 基于零知识证明的跨域数字证书管理方法、系统和介质 | |
CN111131318B (zh) | 一种去中心化的密钥管理分发方法、系统及存储介质 | |
Qiang et al. | Mine consortium blockchain: the application research of coal mine safety production based on blockchain | |
Lee et al. | Blockchain-based perfect sharing project platform based on the proof of atomicity consensus algorithm | |
Otta et al. | Decentralized identity and access management of cloud for security as a service | |
CN113541960B (zh) | 一种基于联邦学习的网络认证方法及装置 | |
Zheng et al. | Secure distributed applications the decent way | |
Magnanini et al. | Scalable, confidential and survivable software updates | |
CN113836573A (zh) | 基于分布式存储的用户信息处理方法及装置 | |
Lin et al. | Trust enhanced security-a new philosophy for secure collaboration of mobile agents | |
CN115426256B (zh) | 联盟链配置方法、装置及存储介质 | |
US20230412397A1 (en) | Transitioning To and From Crypto-Agile Hybrid Public Key Infrastructures | |
CN115189886B (zh) | 一种基于区块链的多方可信数据交互方法及装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 21868504 Country of ref document: EP Kind code of ref document: A1 |