WO2020042929A1 - Système de chaîne de blocs - Google Patents

Système de chaîne de blocs Download PDF

Info

Publication number
WO2020042929A1
WO2020042929A1 PCT/CN2019/101043 CN2019101043W WO2020042929A1 WO 2020042929 A1 WO2020042929 A1 WO 2020042929A1 CN 2019101043 W CN2019101043 W CN 2019101043W WO 2020042929 A1 WO2020042929 A1 WO 2020042929A1
Authority
WO
WIPO (PCT)
Prior art keywords
layer
network
chain
cross
blockchain
Prior art date
Application number
PCT/CN2019/101043
Other languages
English (en)
Chinese (zh)
Inventor
白杰
吴先锋
李冬云
Original Assignee
白杰
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
Priority claimed from CN201811496869.4A external-priority patent/CN110868439B/zh
Application filed by 白杰 filed Critical 白杰
Publication of WO2020042929A1 publication Critical patent/WO2020042929A1/fr

Links

Images

Classifications

    • 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/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists

Definitions

  • This application relates to the field of network transaction technology, and in particular, to a blockchain system.
  • Blockchain technology is a decentralized system idea that can create a relatively objective anti-repudiation digital environment through public consensus.
  • Blockchain technology can ensure that network information cannot be changed once it is released. For example, if a transaction occurs in the blockchain network, nodes in the blockchain network will record the content of the transaction in the generated block, and Block data is broadcast throughout the network, and other nodes in the network store the block data synchronously or asynchronously to form an unchangeable blockchain.
  • the blockchain system includes a data layer, a network layer, a consensus layer, an incentive layer, a contract layer and an application layer.
  • the data layer encapsulates the underlying data blocks and basic data algorithms;
  • the network layer connects each network node to form a point-to-point network in the form of distributed networking to achieve data dissemination and verification;
  • the consensus layer encapsulates various consensus algorithms; incentive layer integration Economic factors to formulate the issuance and distribution mechanism;
  • the contract layer provides scripts, algorithms and smart contracts;
  • the application layer encapsulates specific application scenarios.
  • This application provides a blockchain system to solve the problem that traditional blockchain systems do not support cross-chain transactions and cannot complete communication and interaction between different chains.
  • This application provides a blockchain system, including a P2P network, where nodes in the P2P network are deployed as public chain nodes or various access chain nodes, respectively, in which, according to the role or function of the node in the blockchain , Deploying the node as one or more of the following logical layers:
  • the data block layer which includes a sequential collection based on physical data blocks, is used to provide distributed data storage and data reading for the entire blockchain network;
  • the network switching layer includes basic network facilities and multiple communication protocols for mutual discovery, networking, and communication of distributed nodes in the blockchain network;
  • Platform framework layer including multiple blockchain platforms connected to the blockchain network, to provide basic blockchain functions and architecture, as well as cross-chain mutual function registration and discovery;
  • Decentralized application layer including a collection of applications installed in a network environment and support for building third-party decentralized applications for application creation, deployment, docking, and use;
  • Cross-domain layer including transaction server, for managing cross-chain transactions, transaction verification, and providing cross-chain smart contracts.
  • each layer performs data operations independently of each other, and transmits data operation results through a formatted interface between layers.
  • the data block layer, network exchange layer, platform framework layer, and decentralized application layer are deployed in any node; the cross-domain layer is deployed in the maintenance of two or more blockchain networks On the public node.
  • the same level between any nodes and data operations at the same level are deployed through distributed applications; data operations at different levels within a node are deployed through different applications.
  • the data block layer is connected to the network switching layer through a data interface
  • the nodes deployed as the data block layer send the generated transaction information to the network exchange layer;
  • a node deployed as a data block layer also receives and reads transaction information from the network exchange layer through a data interface, and stores the transaction information in a memory.
  • the network switching layer is connected to the platform framework layer through a network interface.
  • the platform framework layer is connected to the decentralized application layer through a contract interface and / or an application programmable interface;
  • An application in the decentralized application layer uses the platform framework layer as a development environment, and accesses the platform framework layer through the application programmable interface;
  • the smart contract information is also sent to the platform framework layer through the contract interface to process the transaction information through an application program.
  • the decentralized application layer is connected to the cross-domain layer through the application interface;
  • the transaction server in the cross-domain layer invokes applications in the decentralized application layer through the application interface to implement cross-chain transactions.
  • the cross-domain layer is also connected to the platform framework layer through a contract interface and / or an application programmable interface;
  • the cross-domain layer When the cross-domain layer implements cross-chain transactions, it provides a cross-chain smart contract to the blockchain platform in the platform framework layer through a contract interface.
  • each of the access chain nodes belongs to the plurality of blockchain networks connected to the public chain
  • the blockchain network connected to the public chain includes a sub-chain, an industry chain, and an alliance chain based on the public chain node interface specification, and Third-party public chain, industry chain, alliance chain and private chain.
  • the present application provides a blockchain system, including a peer-to-peer P2P network.
  • Nodes in the P2P network are respectively deployed as public chain nodes or various access chain nodes.
  • the role or function assumed in the blockchain network is that the nodes are deployed as one or more logical layers in the data block layer, network exchange layer, platform framework layer, decentralized application layer, and cross-domain layer. Each layer performs data operations independently in this layer, and can complete block data generation, verification, and storage in transactions through data interaction between the layers.
  • the traditional blockchain system does not support cross-chain transactions.
  • FIG. 1 is a schematic structural diagram of an existing blockchain system
  • FIG. 2 is a schematic structural diagram of a blockchain system of the present application.
  • FIG. 3 is a schematic diagram of a connection structure between various logical levels in a blockchain system of this application.
  • FIG. 4 is a schematic diagram of the connection of the blockchain network of the present application.
  • FIG. 5 is a schematic flowchart of a transaction performed by this application.
  • FIG. 6 is a schematic flowchart of a cross-chain transaction in this application.
  • FIG. 7 is a schematic diagram of a public chain-based cross-chain transaction process.
  • the blockchain refers to the accounting data generated by transactions in the network system on the one hand, and the network running the blockchain technology, that is, the blockchain network on the other.
  • the blockchain network refers to a peer-to-peer (P2P) network with a decentralized application architecture.
  • the blockchain network can perform distributed storage, public consensus, digital encryption, transaction accounting, and verification. That is, a trading platform that covers distributed technology, cryptography, P2P network architecture, and various consensus algorithms that may be applied.
  • Blockchain or blockchain information is the accounting information generated based on the transaction information when a transaction occurs in the blockchain network, that is, multiple specific transactions form a block, and multiple blocks form a block chain.
  • Blockchain networks include nodes that establish peer-to-peer network connections with each other. Each node is configured with a corresponding consensus mechanism, such as a smart contract, and has sufficient computing power to perform transaction verification and accounting procedures.
  • the nodes also have an interface specification that conforms to a certain unified standard to achieve access to more nodes or other types of blockchain networks through the interface specification.
  • FIG. 2 it is a schematic structural diagram of a blockchain system of the present application
  • FIG. 3 is a schematic structural diagram of connections between various logical levels in the blockchain system of the present application.
  • a blockchain system provided in this application includes a peer-to-peer P2P network.
  • the P2P network is composed of multiple nodes, and each node has computing capabilities, application running capabilities, storage capabilities, and the ability to provide human-computer interaction.
  • a node in a P2P network is not only a gateway device that provides network information transmission, but also any computer device certified by the blockchain network, such as personal computers, computer units, servers, and intelligent terminal devices.
  • the blockchain network includes a public chain network that provides a basic platform, and other blockchain networks that access the public chain network, that is, an access chain network.
  • the nodes in the P2P network described in this application are deployed as public chain nodes or various access chain nodes, respectively.
  • the public chain network and the access chain network according to the scale of the blockchain network, it can be further divided into public chain, sub-chain and private chain.
  • the application field of the blockchain network it can also be divided into public chains, industry chains and alliance chains, as well as third-party public chains (such as the Bitcoin network, Ethereum network, etc.), third-party industry chains, and third-party alliance chains.
  • each blockchain network is composed of a different number of nodes, and each blockchain network can independently complete transactions, verification, and storage within the network.
  • the public chain of the present application serves as a basic platform and has cross-chain transmission, information relay, and connection functions, nodes in the public chain are provided with a unified and standardized standard interface.
  • the access chain as a blockchain system with specific functions relative to the public chain, can be a sub-chain developed based on the public chain node interface specification, and a third-party blockchain network. Therefore, in some embodiments of the present application, the access chain nodes each belong to the multiple blockchain networks connected to the public chain.
  • the blockchain network connected to the public chain includes sub-chains and industries based on the public chain node interface specification. And alliance chains, as well as third-party public, industry, alliance, and private chains.
  • FIG. 2 and FIG. 3 it can be known from FIG. 2 and FIG. 3 that in the blockchain system provided by the present application, according to the role or function of a node in the blockchain, the node is deployed into one or more of the following logical levels:
  • the data block layer which includes a sequential collection based on physical data blocks, is used to provide distributed data storage and data reading for the entire blockchain network;
  • the network switching layer includes basic network facilities and multiple communication protocols for mutual discovery, networking, and communication of distributed nodes in the blockchain network;
  • Platform framework layer including multiple blockchain platforms connected to the blockchain network, to provide basic blockchain functions and architecture, as well as cross-chain mutual function registration and discovery;
  • Decentralized application layer including a collection of applications installed in a network environment and support for building third-party decentralized applications for application creation, deployment, docking, and use;
  • Cross-domain layer used to manage cross-chain transactions, transaction verification, and provide cross-chain smart contracts.
  • a data block layer, a network switching layer, a platform framework layer, a decentralized application layer, and a cross-domain layer maintain a many-to-many correspondence relationship with each node.
  • it can be deployed by one node alone or by multiple nodes.
  • a node it can be deployed as a layer of functions or roles, or it can be deployed as multiple layers of functions or roles simultaneously.
  • a data block layer, a network exchange layer, a platform framework layer, a decentralized application layer, and a cross-domain layer can be deployed at the same time.
  • such nodes will Participate in all data processing processes.
  • it can also be used as a data block layer alone, that is, in this node, only the sequential collection based on physical data blocks is deployed in order to distributed data storage and data read functions when transactions occur.
  • the data block layer is mainly used to provide distributed data storage and data reading of the entire blockchain network, that is, to generate formatted standard data according to transaction information, so as to Read and process between them; and store the data generated at each level or store the final result data of the transaction.
  • the data block layer mainly includes the following functions: data storage, data indexing, data reading, data backup, data security setting and authentication, data permission setting and authentication, data verification, and data division and other functions or Operation, correspondingly, the nodes deployed as the data block layer should include data storage devices, such as hard disks, for storing data files, and can be further configured to form a database.
  • data storage devices such as hard disks, for storing data files, and can be further configured to form a database.
  • network applications are deployed to implement network registration, network discovery, network authentication, network grouping, network routing, and network transmission. Therefore, for nodes configured as the network switching layer, various network protocols should be stored therein .
  • decentralized application layer As an application layer, applications that are applied in multiple fields are deployed, such as: e-commerce, crowdfunding platforms, game transactions, financial management, item transactions, market transactions, social systems, and small-scale DAOs. Systems and management platforms or applications such as the Internet of Things.
  • decentralized application refers to an application installed on a node configured as a decentralized application layer or installed in a network environment in a blockchain system. The basic algorithm and The specific processes are all consensus of the whole network, and its data processing process will not be controlled and modified by the central equipment, such as being controlled by a certain server.
  • the nodes configured as the cross-domain layer should store consensus contracts and have standardized access interfaces to complete cross-chain transactions, cross-chain verification, cross-chain contract configuration, cross-chain value discovery, Cross-chain services such as sub-chain / third-party access chain management.
  • each layer performs data operations independently of each other, and transmits the results of data operations through a formatted interface between layers.
  • the data is stored, read, and set independently.
  • the process of generating a data file is not subject to any other level of control and influence.
  • the data block layer is based on Specific application scenarios generate corresponding data such as transactions and contracts, and drive the results of data operations through formatted interfaces between layers.
  • the data block layer is connected to the network switching layer through a data interface.
  • the node deployed as the data block layer sends the generated transaction information to the network exchange layer; the node deployed as the data block layer also receives and reads the transaction information from the network exchange layer through the data interface, and sends the transaction information Stored in memory.
  • the data interface (DI, Data Interface) is a DI interface provided externally by the data block layer.
  • the remaining layers mainly the network switching layer and the platform framework layer, are directly based on the data interface DI to complete the docking with the data block layer And communication.
  • the data interface can provide the following types of interface sets, such as data generation (DIG), data storage (DIS), data query (DIQ), data read (DIR), and data delete (DID).
  • the network switching layer is connected to the platform framework layer through a network interface.
  • the network interface (NI, Network Interface) is the unified NI interface provided by the network switching layer.
  • the remaining layers such as the platform framework layer, directly perform network communication and data exchange based on this interface.
  • the network interface provides the following types of interface collections: NIQ), Network Registration (NIR), Network Access (NIC), Data Publishing (NIP), Data Synchronization (NIS), Network Grouping (NIG), etc.
  • the platform framework layer is connected to the decentralized application layer through a contract interface and / or an application programmable interface.
  • the application in the decentralized application layer uses the platform framework layer as a development environment, and accesses the platform framework layer through the application programmable interface, and if the data block layer generates the
  • the transaction information includes smart contract information, and the smart contract information is also sent to the platform framework layer through the contract interface to process the transaction information through an application program.
  • API application programmable interface
  • all decentralized applications in the decentralized application layer can be developed, implemented, and deployed based on the interface of the layer.
  • Application programmable interfaces mainly provide the following types of interface collections, such as cryptographic interfaces, consensus interfaces, account interfaces, status interfaces, message interfaces, channel interfaces, data structure interfaces, transaction interfaces, fee interfaces, and block interfaces.
  • Decentralized applications have specific operational forms that pass different types of data.
  • CI smart contract
  • it mainly provides the following types of interface collections, such as virtual machine interfaces, contract interfaces, and release management interfaces.
  • the decentralized application layer is connected to the cross-domain layer through an application interface; the transaction server in the cross-domain layer calls the application program in the decentralized application layer through the application interface to implement cross-chain transactions.
  • the application interface AI
  • the cross-domain layer in order to complete cross-chain transactions, also connects the platform framework layer through a contract interface and / or an application programmable interface; and the cross-domain layer is implementing cross-chain transactions At that time, cross-chain smart contracts are provided to the blockchain platform in the platform framework layer through the contract interface.
  • the data block layer, network exchange layer, platform framework layer, and decentralized application layer are deployed in any node; the cross-domain layer is deployed in the maintenance of two or Public nodes on more than two blockchain networks. That is, in the blockchain system of this application, any node can be used to deploy the data block layer, network exchange layer, platform framework layer, and decentralized application layer.
  • any node can be used to deploy the data block layer, network exchange layer, platform framework layer, and decentralized application layer.
  • At each level as long as the nodes in the system have the computing power and hardware configuration required by the corresponding levels.
  • nodes For the public chain network, when there is a sufficient number of nodes in the public chain network, all nodes can be divided into multiple parts, and the multiple parts are independent of each other, and there may also be some overlapping nodes. In addition, some nodes are used to configure one level, and other nodes are used to configure another level. By configuring different levels of functions for nodes in different parts, you can make full use of the computing power of each node in the public chain network and improve the efficiency of data generation, operation, verification, and storage.
  • the above data block layer, network exchange layer, platform framework layer, and decentralized application layer frequently transmit data to each other. Therefore, in order to speed up the data transmission efficiency, the above four levels can be deployed in a network environment and compared with each other.
  • Near nodes In addition, for nodes with higher hardware equipment configuration, it can be configured as a hierarchy of multiple roles or functions, for example, configured to have functions of the data block layer, network switching layer, platform framework layer, and decentralized application layer at the same time; and For nodes with lower configuration, it can be configured as a single-function level, for example, only as the network switching layer.
  • the cross-domain layer should be deployed on a public node responsible for maintaining two or more blockchain networks, that is, two blockchains Network-connected nodes are preferentially configured with cross-domain layer functions.
  • the function of configuring the cross-domain layer for the public nodes responsible for maintaining two or more blockchain networks can facilitate cross-chain data transfer and verification, and improve the processing efficiency of cross-chain transactions.
  • some nodes in the blockchain network system are randomly selected as the data block layer, network exchange layer, platform framework layer, and decentralized application.
  • the transaction data generated at each layer can be prevented from being artificially changed, and combined with the encryption algorithm, the anti-repudiation effect of the blockchain data can be greatly increased.
  • by randomly selecting and configuring the functions and roles of each node it is also possible to reduce the number of participating nodes in the broadcast verification process of block data under the premise of ensuring data security, improve the verification efficiency of transaction data, and speed up Accounting procedures.
  • DAPP Decentralized Application
  • DAPP Decentralized Application
  • data operations at the same level between any nodes can be deployed and completed through distributed applications to ensure uniformity of data operations within the deployed level and reduce the probability of data errors.
  • each level corresponds to an application. Therefore, when performing data operations, you can directly use the corresponding applications at different levels within the node. Complete the respective data operations. Therefore, data operations in one level are avoided, and frequent transfers are performed between different nodes, thereby improving data operation efficiency.
  • the blockchain network system runs the following program steps for transaction operations:
  • S11 The node acting as the transaction initiator generates data blocks according to the transaction information, and sends the data blocks to the platform framework layer through the network exchange layer;
  • the platform framework layer calls the application in the decentralized application layer and processes the data block through the application;
  • the platform framework layer uses the called application program to complete the transaction according to the data block, and generates accounting data at the platform framework layer;
  • the platform framework layer sends the accounting data to the data block layer for distributed storage through the network exchange layer.
  • a node acting as a transaction initiator first generates data blocks based on the transaction information, and passes the data blocks through the network exchange layer.
  • the platform framework layer sends the accounting data to the data block layer for distributed storage through the network exchange layer to complete the transaction.
  • the blockchain network system executes the following program steps:
  • S21 The node acting as the transaction initiator generates data blocks according to the transaction information, and sends the data blocks to the platform framework layer through the network exchange layer;
  • the platform framework layer calls the application to process data blocks from the decentralized application layer, and determines the corresponding blockchain platform of the transaction target party through the cross-domain layer;
  • the cross-domain layer uses the called application program to complete the transaction according to the blockchain platform corresponding to the data block and the target party, and generates accounting data in the platform framework layer;
  • the platform framework layer sends the accounting data to the data block layer for distributed storage through the network exchange layer.
  • a node acting as a transaction initiator first generates a data block according to the transaction information, and sends the data block to the platform framework layer through the network exchange layer; Then, through the platform framework layer, the application is called to process data blocks from the decentralized application layer.At the same time, the transaction target is determined through the cross-domain layer, that is, the public chain network or an access chain corresponding to the public chain network. Blockchain platform. After the transaction target chain is determined, the cross-domain layer uses the calling application to complete the transaction according to the block chain platform corresponding to the data block and the target party, and generates accounting data in the platform framework layer. Finally, the platform framework layer exchanges through the network Layer, sending accounting data to the data block layer for distributed storage.
  • the cross-domain layer needs to be called to find the transaction target chain and transfer the transaction data from the transaction initiator's blockchain network to the transaction target.
  • Blockchain network
  • the above-mentioned cross-chain transaction process can be performed once between the first industry chain and the public chain; then the above-mentioned cross-chain transaction process can be performed once between the public chain and the second industry chain to complete the final Cross-chain transactions.
  • S33 The transaction target chain verifies the transaction conditions, and returns the service content to the public chain according to the received service transaction after the verification is qualified;
  • S34 The public chain delivers the service content to the transaction initiation chain.
  • the present application provides a blockchain system, including a peer-to-peer P2P network.
  • Nodes in the P2P network are respectively deployed as public chain nodes or various access chain nodes.
  • the role or function assumed in the blockchain network is that the nodes are deployed as one or more logical layers in the data block layer, network exchange layer, platform framework layer, decentralized application layer, and cross-domain layer. Each layer performs data operations independently in this layer, and can complete block data generation, verification, and storage in transactions through data interaction between the layers.
  • the traditional blockchain system does not support cross-chain transactions.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Computer Security & Cryptography (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

La présente invention concerne un système de chaîne de blocs, comprenant un réseau poste à poste (P2P). Des nœuds du réseau P2P sont déployés sous la forme de nœuds de chaîne publique ou de nœuds de diverses chaîne d'accès spécial, respectivement ; les nœuds sont déployés sous la forme d'au moins une couche logique dans une couche de blocs de données, d'une couche de commutation de réseau, d'une couche d'infrastructure de plateforme, d'une couche d'application décentralisée et d'une couche inter-domaine selon les rôles ou les fonctions des nœuds d'un réseau de chaîne de blocs ; les couches réalisent des opérations de données dans leurs propres couches indépendamment les unes des autres et la production, la vérification et la mémorisation de données de blocs pendant la transaction peuvent être effectués au moyen d'une interaction de données parmi les couches. De plus, en déployant la couche inter-domaines, en gérant des transactions inter-chaînes, en effectuant une vérification de transaction et en fournissant un contrat intelligent inter-chaînes, le problème d'absence de prise en charge des transactions inter-chaînes par un système classique de chaîne de blocs est résolu.
PCT/CN2019/101043 2018-08-28 2019-08-16 Système de chaîne de blocs WO2020042929A1 (fr)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN201810986825.3 2018-08-28
CN201810986825 2018-08-28
CN201811496869.4 2018-12-07
CN201811496869.4A CN110868439B (zh) 2018-08-28 2018-12-07 一种区块链系统

Publications (1)

Publication Number Publication Date
WO2020042929A1 true WO2020042929A1 (fr) 2020-03-05

Family

ID=69643146

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/101043 WO2020042929A1 (fr) 2018-08-28 2019-08-16 Système de chaîne de blocs

Country Status (1)

Country Link
WO (1) WO2020042929A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113194469A (zh) * 2021-04-28 2021-07-30 四川师范大学 基于区块链的5g无人机跨域身份认证方法、系统及终端
CN113722285A (zh) * 2021-11-03 2021-11-30 江苏荣泽信息科技股份有限公司 一种基于多链的跨链分布式文件存证系统
CN114760071A (zh) * 2022-06-13 2022-07-15 深圳市永达电子信息股份有限公司 基于零知识证明的跨域数字证书管理方法、系统和介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106372940A (zh) * 2016-08-31 2017-02-01 江苏通付盾科技有限公司 基于区块链网络的身份认证方法、服务器及终端设备
CN106796688A (zh) * 2016-12-26 2017-05-31 深圳前海达闼云端智能科技有限公司 区块链的权限控制方法、装置、系统及节点设备
US20170352219A1 (en) * 2015-08-06 2017-12-07 Blockchain Technologies Corporation System and method for securely receiving and counting votes in an election

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170352219A1 (en) * 2015-08-06 2017-12-07 Blockchain Technologies Corporation System and method for securely receiving and counting votes in an election
CN106372940A (zh) * 2016-08-31 2017-02-01 江苏通付盾科技有限公司 基于区块链网络的身份认证方法、服务器及终端设备
CN106796688A (zh) * 2016-12-26 2017-05-31 深圳前海达闼云端智能科技有限公司 区块链的权限控制方法、装置、系统及节点设备

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
BAI, JIE ET AL.: "The Standard of Blockchain Applications Model Publication and Deployment Technologies Research", INFORMATION TECHNOLOGY AND NETWORK SECURITY, vol. 37, no. 8, 10 August 2018 (2018-08-10) *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113194469A (zh) * 2021-04-28 2021-07-30 四川师范大学 基于区块链的5g无人机跨域身份认证方法、系统及终端
CN113722285A (zh) * 2021-11-03 2021-11-30 江苏荣泽信息科技股份有限公司 一种基于多链的跨链分布式文件存证系统
CN114760071A (zh) * 2022-06-13 2022-07-15 深圳市永达电子信息股份有限公司 基于零知识证明的跨域数字证书管理方法、系统和介质
CN114760071B (zh) * 2022-06-13 2022-10-28 深圳市永达电子信息股份有限公司 基于零知识证明的跨域数字证书管理方法、系统和介质

Similar Documents

Publication Publication Date Title
CN110868439B (zh) 一种区块链系统
US11811910B2 (en) Blockchain maintenance method and apparatus, server, and computer-readable storage medium
CN110417558B (zh) 签名的验证方法和装置、存储介质及电子装置
CN107193490B (zh) 一种基于区块链的分布式数据存储系统及方法
Collins et al. Online payments by merely broadcasting messages
CN111598566A (zh) 基于混合跨链的网络支付系统
WO2021228102A1 (fr) Procédé, dispositif, et support de stockage
TW201943250A (zh) 跨區塊鏈的認證方法及裝置、電子設備
WO2020042929A1 (fr) Système de chaîne de blocs
WO2023050556A1 (fr) Algorithme de consensus de contrat intelligent
US20130173747A1 (en) System, method and apparatus providing address invisibility to content provider/subscriber
JP7551222B2 (ja) ブロックチェーンネットワークに基づくデータ処理方法、装置及びコンピュータ機器
WO2020173499A1 (fr) Procédé et système de construction de sous-chaîne de blocs sur la base d'une chaîne publique
CN112866380B (zh) 一种基于区块链的链网架构
CN112231741B (zh) 基于区块链系统的数据处理方法、装置、介质及电子设备
CN112702402A (zh) 基于区块链技术实现政务信息资源共享和交换的系统、方法、装置、处理器及其存储介质
JP6920442B2 (ja) ブロックチェーンシステムのノード間の通信を確立するための方法及びデバイス
CN105224385A (zh) 一种基于云计算的虚拟化系统及方法
CN114881648A (zh) 面向跨链资产置换场景的基于预言机的区块链互联方法和设备
CN115328645A (zh) 计算任务调度方法、计算任务调度装置及电子设备
Xiao et al. A multi-blockchain architecture supporting cross-blockchain communication
CN113326290B (zh) 跨网查询控制方法
CN112565368B (zh) 基于区块链的海上装备自组网系统、方法和介质
CN115202955A (zh) 集群管理方法、装置、计算机设备和存储介质
WO2024045552A1 (fr) Procédé de traitement de données et dispositifs associés

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19854046

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19854046

Country of ref document: EP

Kind code of ref document: A1