CN111163149B - Intelligent contract platform method based on block chain - Google Patents

Intelligent contract platform method based on block chain Download PDF

Info

Publication number
CN111163149B
CN111163149B CN201911359032.XA CN201911359032A CN111163149B CN 111163149 B CN111163149 B CN 111163149B CN 201911359032 A CN201911359032 A CN 201911359032A CN 111163149 B CN111163149 B CN 111163149B
Authority
CN
China
Prior art keywords
account
intelligent contract
verification method
data
block chain
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911359032.XA
Other languages
Chinese (zh)
Other versions
CN111163149A (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.)
Jiangsu Peerfintech Technology Co ltd
Original Assignee
Jiangsu Peerfintech 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 Jiangsu Peerfintech Technology Co ltd filed Critical Jiangsu Peerfintech Technology Co ltd
Priority to CN201911359032.XA priority Critical patent/CN111163149B/en
Publication of CN111163149A publication Critical patent/CN111163149A/en
Application granted granted Critical
Publication of CN111163149B publication Critical patent/CN111163149B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols 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]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees

Abstract

The invention discloses an intelligent contract platform method based on a block chain, which comprises the following steps: designing a business account system: the account system is mainly divided into an administrator account and a common account; designing a general account book structure body: designing all account data according to the project and a general account book data structure which accords with the production environment according to the business; the design verification method comprises the following steps: the verification method suitable for the scene data of the whole account system is summarized into a general verification method, and a corresponding specified data verification method is designed for the verification method of the specific service scene data. The intelligent contract platform method based on the block chain realizes the transacted deployment of the intelligent contract by utilizing the intelligent contract platform technology, can greatly reduce the workload of development, test, operation and maintenance personnel, eliminate or reduce the influence caused by human factors, greatly improve the capability of a user for coping with sensitive markets, and bring better use prospect.

Description

Intelligent contract platform method based on block chain
Technical Field
The invention relates to the field of block chain network application, in particular to an intelligent contract platform method based on a block chain.
Background
The block chain technology is verified for a long time in the field of the existing scientific and technological network, can stably run in various production systems, and provides more convenient and efficient support for services. With the development of the technology, the later block chain technology will be more widely applied.
However, the technology of the block chain is complex, and relates to the aspects of cryptography, distributed networks, container technology, intelligent contracts and the like, the number of talents who know the stack completely is relatively small, the lack of talents forms great challenges for the development, testing, operation and maintenance and other works of the block chain system, and meanwhile different intelligent contracts and account book structures are needed in different business and different scenes.
In order to adapt to frequent demand change caused by complex market environment, the management work needs to be solved urgently for the platform-based and convenient intelligent contract development. Therefore, an intelligent contract platform is deployed in an interactive mode, and for this purpose, an intelligent contract platform method based on a block chain is provided.
Disclosure of Invention
The invention mainly aims to provide an intelligent contract platform method based on a block chain, which can effectively solve the problems in the background technology.
In order to achieve the purpose, the invention adopts the technical scheme that:
an intelligent contract platform method based on a block chain comprises the following steps:
(1) Designing a business account system: the account system is mainly divided into an administrator account and a common account;
(2) Designing a universal account book structure body: designing all account data according to the project and the business to be in accordance with a general account book data structure of the production environment;
(3) And the design verification method comprises the following steps: summarizing the verification methods suitable for the scene data of the whole account system into a general verification method, and designing a corresponding specified data verification method for the verification method of the specific service scene data;
(4) Writing and deploying intelligent contracts: a platform developer writes an intelligent contract platform to guide operation and maintenance personnel or customers to deploy the intelligent contract platform;
(5) And the trade chain: all transaction data is transmitted to the blockchain according to the transaction type.
Preferably, in the step (1), the administrator account only processes the uplink of the verification method transaction, and the general account only processes the uplink of the conventional service transaction.
Preferably, in the step (2), the universal ledger data structure refers to a data structure for storing uplink required to meet any business requirement.
Preferably, in the step (3), the universal verification method means that all types of transactions need to be verified in the data verification process.
Preferably, in the step (3), the specifying of the data verification method refers to setting a verification method meeting a specific requirement for the requirement, and storing the verification method on the chain.
Preferably, in the step (3), when a specific transaction is executed, a chain read verification method is implemented by specifying a data verification method, so as to complete verification of the intelligent contract.
Preferably, in the step (5), the uplink of the verification method transaction is performed through an administrator account, and the uplink of the regular transaction is performed through a common account.
Compared with the prior art, the invention has the following beneficial effects: by utilizing the intelligent contract platform technology, the trading arrangement of the intelligent contract is realized, the workload of development, testing and operation and maintenance personnel can be greatly reduced, the influence caused by artificial factors is eliminated or reduced, the capacity of a user for coping with a sensitive market is greatly improved, and the whole intelligent contract platform based on the block chain is simple in method, convenient to operate and better in using effect compared with the traditional mode.
Drawings
FIG. 1 is a flow chart of a method of an intelligent contract platform method based on a block chain according to the present invention;
fig. 2 is a flowchart of the overall steps of an intelligent contract platform method based on a block chain according to the present invention.
Detailed Description
In order to make the technical means, the creation characteristics, the achievement purposes and the effects of the invention easy to understand, the invention is further explained by combining the specific embodiments.
Examples
An intelligent contract platform method based on a block chain comprises the following steps:
(1) Designing a business account system: the account system is mainly divided into an administrator account and a common account, wherein the administrator account only processes the uplink of the verification method transaction, and the common account only processes the uplink of the conventional business transaction.
(2) Designing a general account book structure body: designing all account data according to the project and the business to be in accordance with a general account book data structure of the production environment;
the universal ledger data structure refers to a data structure which meets the requirement of any business and needs to store uplink.
(3) And the design verification method comprises the following steps: the method comprises the steps that verification methods suitable for scene data of a whole account system are summarized into a universal verification method, and a corresponding specified data verification method is designed for the verification method of specific service scene data;
the general verification method means that all types of transactions need to be verified in the data verification process;
the specified data verification method is a verification method which is set for meeting a specific requirement and is stored on a chain;
when a specific transaction is executed, the reading verification method on the chain is realized by specifying the data verification method, and the verification of the intelligent contract is completed.
(4) Writing and deploying intelligent contracts: and (3) the platform developer writes the intelligent contract platform and guides the operation and maintenance personnel or the client to deploy the intelligent contract platform.
(5) And the trade chain: transmitting all transaction data to the block chain according to the transaction type;
for the cochain of verification method transactions, this is performed through the administrator account, for the cochain of regular transactions, this is performed through the general account.
The invention relates to an intelligent contract platform method based on a block chain, which is characterized in that a general data structure and a general verification method are designed, a specific verification process is stored on the chain in a transaction form, the transaction chain linking is realized through the general verification method when the transaction is sent every time, if a specific or personalized requirement exists, the specific verification process can be stored on the chain in the transaction form, and for the specific type of transaction, the transaction type is designated before the transaction is sent to a block chain network, the transaction verification is automatically completed, and the chain linking is stored.
The general data structure refers to: the data structure of the uplink needs to be stored to meet any service needs.
The general verification method is as follows: in the data validation process, all types of transactions need to be validated.
The specific verification method is as follows: and setting a verification method meeting the requirement aiming at the specific requirement, storing the method on a chain, and realizing reading the verification method on the chain by specifying the verification method when executing the specific transaction so as to finish the verification of the intelligent contract.
The intelligent contract platform method based on the block chain realizes the transacted deployment of the intelligent contract by utilizing the intelligent contract platform technology, can greatly reduce the workload of development, test, operation and maintenance personnel, eliminate or reduce the influence caused by human factors, and greatly improve the ability of a user to deal with sensitive markets.
The foregoing shows and describes the general principles and broad features of the present invention and advantages thereof. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (6)

1. An intelligent contract platform method based on a block chain is characterized in that: the method comprises the following steps:
(1) Designing a business account system: the account system is mainly divided into an administrator account and a common account;
the administrator account only processes the cochain of the check method transaction, and the common account only processes the cochain of the conventional business transaction;
(2) Designing a general account book structure body: designing all account data according to the project and the business to be in accordance with a general account book data structure of the production environment;
(3) The design verification method comprises the following steps: summarizing the verification methods suitable for the scene data of the whole account system into a general verification method, and designing a corresponding specified data verification method for the verification method of the specific service scene data;
(4) Writing and deploying intelligent contracts: platform developers write an intelligent contract platform to guide operation and maintenance personnel or clients to deploy the intelligent contract platform;
(5) And the trade chain: all transaction data is transmitted to the blockchain according to the transaction type.
2. The intelligent contract platform method based on the block chain as claimed in claim 1, wherein: in the step (2), the universal ledger data structure refers to a data structure that meets the requirement of any service and needs to store uplink.
3. The intelligent contract platform method based on the block chain as claimed in claim 1, characterized in that: in the step (3), the general verification method means that all types of transactions need to be verified in the data verification process.
4. The intelligent contract platform method based on the block chain as claimed in claim 1, wherein: in the step (3), the specified data verification method is a verification method which is set for a specific requirement and meets the requirement, and the method is stored in a chain.
5. The intelligent contract platform method based on the block chain as claimed in claim 1, characterized in that: in the step (3), when the specific transaction is executed, the reading verification method on the chain is realized by specifying the data verification method, and the verification of the intelligent contract is completed.
6. The intelligent contract platform method based on the block chain as claimed in claim 1, wherein: in the step (5), the uplink of the verification method transaction is executed through an administrator account, and the uplink of the conventional transaction is executed through a common account.
CN201911359032.XA 2019-12-25 2019-12-25 Intelligent contract platform method based on block chain Active CN111163149B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911359032.XA CN111163149B (en) 2019-12-25 2019-12-25 Intelligent contract platform method based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911359032.XA CN111163149B (en) 2019-12-25 2019-12-25 Intelligent contract platform method based on block chain

Publications (2)

Publication Number Publication Date
CN111163149A CN111163149A (en) 2020-05-15
CN111163149B true CN111163149B (en) 2022-11-29

Family

ID=70557947

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911359032.XA Active CN111163149B (en) 2019-12-25 2019-12-25 Intelligent contract platform method based on block chain

Country Status (1)

Country Link
CN (1) CN111163149B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111679962A (en) * 2020-06-02 2020-09-18 浙江大学 Behavior detection and analysis system based on Ether house
CN111756743B (en) * 2020-06-24 2021-12-14 腾讯科技(深圳)有限公司 Resource transfer method and device based on block chain, computer equipment and storage medium
CN112887321B (en) * 2021-02-08 2022-08-09 海尔数字科技(上海)有限公司 Intelligent contract platform for realizing safety provability based on HASK LL

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110060056A (en) * 2019-03-18 2019-07-26 阿里巴巴集团控股有限公司 A kind of business confirmation method and system based on block chain intelligence contract
CN110288307A (en) * 2019-05-13 2019-09-27 西安电子科技大学 Intelligent contract co-development system and data processing method based on Fabric block chain

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106897878A (en) * 2017-02-27 2017-06-27 钱德君 A kind of intelligent contract type implementation of quantum catenary system
CN109064334B (en) * 2018-08-27 2021-12-24 深圳前海益链网络科技有限公司 Intelligent contract accounting method, computer device and readable storage medium
CN109542421B (en) * 2018-11-12 2021-09-07 夸克链科技(深圳)有限公司 Modularization block chain intelligence contract
CN110097364A (en) * 2019-04-30 2019-08-06 翟红鹰 Block chain intelligence contract modularization generation method, system, terminal and storage medium
CN110276615A (en) * 2019-06-21 2019-09-24 成都高新信息技术研究院 A kind of mobile cut-in method of block chain digital asset and system
CN110428232A (en) * 2019-08-08 2019-11-08 北京芯际科技有限公司 A method of the intelligent contract template towards multitask

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110060056A (en) * 2019-03-18 2019-07-26 阿里巴巴集团控股有限公司 A kind of business confirmation method and system based on block chain intelligence contract
CN110288307A (en) * 2019-05-13 2019-09-27 西安电子科技大学 Intelligent contract co-development system and data processing method based on Fabric block chain

Also Published As

Publication number Publication date
CN111163149A (en) 2020-05-15

Similar Documents

Publication Publication Date Title
CN111163149B (en) Intelligent contract platform method based on block chain
US10778751B2 (en) Method of micro-service transformation for power trading functions
CN104123184B (en) A kind of method and system for being used to distribute resource for the task in building process
CA3051762A1 (en) Data isolation in a blockchain network
CN110442560A (en) Method, apparatus, server and storage medium are recurred in a kind of log
CN107819861A (en) Business data processing method, apparatus and system
CN102799962A (en) Configuration type business flow system and realization method thereof
CN105791178B (en) Message assemble method and device
CN109951547A (en) Transactions requests method for parallel processing, device, equipment and medium
CN109472699B (en) Automatic artificial intelligence data sharing method and device based on block chain
CN108984744A (en) A kind of non-master chain block self-propagation method
WO2021027612A1 (en) Method and apparatus for executing transaction in blockchain
CN104731907A (en) NOSQL-based data storage method
CN105701215A (en) Hadoop MapReduce-based data connection method and device
CN106250571A (en) The method and system that a kind of ETL data process
CN108549592A (en) A kind of monitoring method and monitoring device, application server of database connection pool
CN109446202A (en) Identifier allocation method, device, server and storage medium
CN110727700A (en) Method and system for integrating multi-source streaming data into transaction type streaming data
US20100106749A1 (en) Reorganizing table-based data objects
CN104536852B (en) Data recovery method and device
CN104123135B (en) A kind of method and device of unified back office interface
CN108234551A (en) A kind of data processing method and device
WO2022156087A1 (en) Data blood relationship establishing method and apparatus, computer device, and storage medium
CN107506292A (en) The automated testing method of random write time delay under a kind of non-homogeneous catalogue of multistage
CN105808451A (en) Data caching method and related apparatus

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