CN110827145A - Processing method and system based on block chain intelligent contract - Google Patents

Processing method and system based on block chain intelligent contract Download PDF

Info

Publication number
CN110827145A
CN110827145A CN201810890959.5A CN201810890959A CN110827145A CN 110827145 A CN110827145 A CN 110827145A CN 201810890959 A CN201810890959 A CN 201810890959A CN 110827145 A CN110827145 A CN 110827145A
Authority
CN
China
Prior art keywords
intelligent contract
user
intelligent
contract
language
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201810890959.5A
Other languages
Chinese (zh)
Inventor
孙江涛
贾佳琪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Nut Software Technology Co Ltd
Original Assignee
Beijing Nut Software 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 Beijing Nut Software Technology Co Ltd filed Critical Beijing Nut Software Technology Co Ltd
Priority to CN201810890959.5A priority Critical patent/CN110827145A/en
Publication of CN110827145A publication Critical patent/CN110827145A/en
Pending legal-status Critical Current

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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • 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/04Payment circuits
    • G06Q20/06Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme
    • G06Q20/065Private payment circuits, e.g. involving electronic currency used among participants of a common payment scheme using e-cash

Abstract

The method comprises the steps of selecting a corresponding intelligent contract template according to a service scene through user selection, filling in necessary variables in a non-intelligent language mode, and performing intelligent language conversion on the necessary variables in the non-intelligent language filled in by the user through an algorithm so as to perfect a required intelligent contract. The intelligent contract template is combined with the intelligent language conversion technology, so that an ordinary user can easily apply the intelligent contract even if the ordinary user does not understand any intelligent contract programming language, and meanwhile, the intelligent language conversion is only carried out on necessary variables input by the user.

Description

Processing method and system based on block chain intelligent contract
[ technical field ] A method for producing a semiconductor device
The invention relates to the technical field of block chains, in particular to a processing method and a system based on a block chain intelligent contract.
[ background of the invention ]
Because the block chain uses distributed accounting and storage, centralized hardware or a management mechanism does not exist, the right and obligation of any node are equal, and the data blocks in the system are commonly maintained by the nodes with maintenance functions in the whole system.
A heavy use, namely intelligent contracts, is generated by the development of blockchain technology. The intelligent contract can completely replace a traditional centralized operating system, all account operations can be operated in advance through strict steps established by logical operation, and only the contract is called correctly.
However, the intelligent contract is composed by the intelligent contract authoring and writing, which are applied to complicated intelligent contract languages, such as Solidity, Serpent, LLL programming languages, and the like. This provides an obstacle to the popularity of the public using intelligent contracts.
[ summary of the invention ]
The invention mainly aims to provide a processing method and a processing system based on a block chain intelligent contract, and aims to solve the problems that the intelligent contract in the prior art is difficult to popularize and popularize due to the adoption of a complex programming language.
In order to achieve the above object, according to an aspect of the present invention, there is provided a method for processing a blockchain-based intelligent contract, the method including: a user selects a corresponding intelligent contract template from a plurality of different intelligent contract templates in a block chain network according to an application scene; the user fills in necessary variables in the intelligent contract template; and generating a complete intelligent contract to be deployed in the block chain network.
Optionally, the plurality of different intelligent contract templates are pre-established in an intelligent contract template library.
Optionally, the user fills in the necessary variables in a non-smart contract language.
Optionally, the essential variables filled in the non-intelligent contract language are converted into the intelligent contract language after being processed by an algorithm.
Optionally, the corresponding smart contract is applied to a credit agreement between at least two users; at least both users need to fill in the necessary variables in the intelligent contract template.
Optionally, the credit agreement includes at least any one of a lease contract, a debit contract, a purchase contract, and a sales contract.
Optionally, the user generates a corresponding account through the blockchain network; the account has a wallet address.
Optionally, invocation and execution of the smart contract; and when one transaction application is completed, the payment mode of the user comprises payment by adopting the corresponding account balance.
Optionally, invocation and execution of the smart contract; and when one transaction application is completed, the payment mode of the user comprises the payment by adopting a third party payment account number of the user.
To achieve the above object, according to one aspect of the present invention, there is provided a processing system based on a blockchain intelligent contract, the system comprising:
intelligent contract template selection unit: the intelligent contract template selection method comprises the steps that a user selects a corresponding intelligent contract template from a plurality of different intelligent contract templates in a block chain network according to an application scene;
a variable storage unit: the intelligent contract template is used for filling in necessary variables in the intelligent contract template by a user and storing the necessary variables;
a deployment unit: the method is used for deploying the generated complete intelligent contracts into the blockchain network.
Optionally, the system further comprises an intelligent contract template library, wherein the plurality of different intelligent contract templates are pre-established in the intelligent contract template library.
Optionally, the user fills in the necessary variables in a non-smart contract language.
Optionally, the system further comprises an algorithm processing unit, and the essential variables filled in the non-intelligent contract language are converted into the intelligent contract language after being processed by the algorithm processing unit.
Optionally, the intelligent contract template library comprises intelligent contract templates applied to a credit agreement between at least two users; at least both users need to fill in the necessary variables in the intelligent contract template.
Optionally, the credit agreement includes at least any one of a lease contract, a debit contract, a purchase contract, and a sales contract.
Optionally, the system further includes an account generation unit, configured to enable the user to generate a corresponding account number in the blockchain network, where the account has a wallet address.
Optionally, the system further includes a calling and executing unit of the intelligent contract, configured to call and execute the intelligent contract; and when one transaction application is completed, the payment mode of the user comprises payment by adopting the corresponding account balance.
Optionally, the system further includes a calling and executing unit of the intelligent contract, configured to call and execute the intelligent contract; and when one transaction application is completed, the payment mode of the user comprises the payment by adopting a third party payment account number of the user.
The method comprises the steps of selecting a corresponding intelligent contract template according to a service scene through user selection, filling in necessary variables in a non-intelligent language mode, and performing intelligent language conversion on the necessary variables in the non-intelligent language filled in by the user through an algorithm so as to perfect a required intelligent contract. The intelligent contract template is combined with the intelligent language conversion technology, so that an ordinary user can easily apply the intelligent contract even if the ordinary user does not understand any intelligent contract programming language, and meanwhile, the intelligent language conversion is only carried out on necessary variables input by the user.
[ description of the drawings ]
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a processing method based on a blockchain intelligent contract according to an embodiment of the present invention;
FIG. 2 is a flow chart of a portion of the process of the processing step 103 of FIG. 1;
FIG. 3 is a schematic diagram of a processing system based on a blockchain intelligent contract according to an embodiment of the present invention;
FIG. 4 is a further schematic diagram of a processing system based on block chain intelligent contracts according to an embodiment of the present invention;
fig. 5 is another schematic diagram of a processing method based on a blockchain intelligent contract according to an embodiment of the present invention.
[ detailed description ] embodiments
For better understanding of the technical solutions of the present invention, the following detailed descriptions of the embodiments of the present invention are provided with reference to the accompanying drawings.
It should be understood that the described embodiments are only some embodiments of the invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the examples of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
Technical term interpretation:
intelligent contract
An intelligent contract refers to a computer protocol that enables self-execution (self-validation) and self-verification (self-verification) once formulated and deployed, and that does not require human intervention. From a technical point of view, an intelligent contract may be considered a computer program that autonomously performs all or part of the contract-related operations and produces corresponding evidence that may be verified to demonstrate the effectiveness of the contract operations. Before deploying the intelligent contracts, the logic flow of most of the terms related to the contracts is established. Intelligent contracts are typically provided with a user interface (interface) to allow a user to interact with the contracts that have been established, all in strict compliance with previously established logic.
The intelligent contract has the following advantages: (1) efficient real-time updating; (2) accurate execution is carried out; (3) lower risk of human intervention; (4) removing the centralized authority; (5) lower running cost.
Ether house
Etherhouse is a universal global block chain, as well as platform and programming languages, including digital currency ethernet (Ether), and ethernet scripts (EherScript) used to build and publish distributed applications. Additionally, from a bottom-level perspective, etherhouses are a multi-tiered, open source technology protocol based on cryptography. The different function templates of the system are comprehensively integrated through design, and the system is a platform for creating and deploying decentralized application as a whole.
Account
Each account is determined by a pair of private and public keys. Each account has an address.
Wallet
The wallet maintains a database of private keys of the user and manages the amount of the user, providing transactions in corresponding digital currency (e.g., ethernet, etc.), such as payment, transfer functions.
Wallet address
The wallet address is the cash address of the wallet, and is generally a string of character strings used for transferring money.
Trading
A transaction refers to a signed data packet storing a message sent from an external account number. The transaction contains the recipient of the message, a signature to confirm the sender, the ethernet account balance, data to be sent, etc.
Fig. 1 is a flowchart of a processing method based on a blockchain intelligent contract according to an embodiment of the present invention. As shown in fig. 1, the method comprises the steps of:
step 101: a user selects a corresponding intelligent contract template from a plurality of different intelligent contract templates in a block chain network according to an application scene;
step 102: the user fills in necessary variables in the intelligent contract template;
step 103: and generating a complete intelligent contract to be deployed in the block chain network.
In a preferred embodiment, the blockchain network of the above processing method is an ethernet blockchain. The Ethernet workshop is provided with an Ethernet virtual machine built on a block chain, and the intelligent contract writing becomes simple due to the introduction of the virtual machine. The Ethernet virtual machine is a code running environment established on an Ethernet workshop blockchain, is stored on each node computer, and runs the virtual machine by each check node participating in the Ethernet workshop network and takes the virtual machine as a part of a blockchain validity check protocol. Each node performs the same calculations for deployment and invocation of the smart contract and stores the same data. To ensure that the most authoritative and true results are recorded in the blockchain.
In addition, the processing method further comprises that a plurality of different kinds of intelligent contract templates in the implementation step 101 are established in advance in an intelligent contract template library. The intelligent contract template exists in the blockchain, is written by other users through an intelligent contract language (identity, Serpent and LLL programming languages), runs through an Ethernet virtual machine, and is deployed on the blockchain after being confirmed through different check nodes. A plurality of different kinds of intelligent contract templates are managed and classified in a unified way through an intelligent contract template library. The user can select different types of intelligent contract templates according to different requirements. These intelligent contract templates can be applied to credit agreements of any one of lease contracts, debit contracts, purchase contracts, and sales contracts. The user can select corresponding labels in the intelligent contract template library according to actual requirements, and the intelligent contract template library can call a plurality of intelligent contract templates of the same type for the user to select.
When a user wishes to use the intelligent contract template library in the blockchain above, the user needs to generate a corresponding blockchain account on the blockchain, the account having a wallet address. Preferably, if in the etherhouse blockchain, the user-generated account may be an External Owned Account (EOA) or a contract account. Either the external account or the contract account contains the currency balance status in the corresponding wallet address. Wherein the contract account also contains a contract storage status.
When a user has an account, different kinds of intelligent contract templates in the intelligent contract template library can be called. The intelligent contract templates comprise necessary variables which need to be filled by the user, and if the user cannot provide or fill the corresponding necessary variables, the intelligent contract template cannot be published and checked as a complete intelligent contract and is an invalid contract.
In particular, since most users of a blockchain are very difficult to write a corresponding intelligent contract in an intelligent language. Therefore, in the application, the user can fill in necessary variables in the selected intelligent contract template through the non-intelligent contract language, and then becomes the intelligent contract language matched with the corresponding intelligent contract template after algorithm processing.
As shown in fig. 2, in step 103, the method further includes: after the user fills in the non-intelligent contract language according to the necessary variables in the intelligent contract template, the corresponding algorithm is needed to be adopted for processing, and the corresponding intelligent contract language is converted. I.e. to convert the plaintext into the corresponding code, i.e. the semantics of the intelligent contract. The algorithm can be integrated in an intelligent contract template library, and when a user calls one specific intelligent contract template, the intelligent contract template library can start a corresponding algorithm conversion program. When the user inputs the corresponding necessary variables, the algorithm program can extract the necessary variables, then the necessary variables are converted and stored in the corresponding intelligent contract, and therefore the complete intelligent contract is generated.
For example, when a user A has a blockchain account, a user B also has a blockchain account; when two parties of the first and the second want to sign a house leasing contract in an intelligent contract mode, the first user provides houses for the second user, and the second user pays house leasing expenses to the first user regularly according to a rent agreed by the two parties. At this time, the first user and the second user can select the intelligent contract template of the corresponding house leasing contract from the intelligent contract template library of the block chain, and the intelligent contract template comprises necessary variables which need to be filled by the first user and the second user. The necessary variables are information such as the initial rent date of the house, the rent amount of the house, the payment time of the rent, the validity period of the house lease contract, the names of the two parties of the lease, the identification number, the contact mode, the real estate number of the house and the like; and the variables such as the money amount to be paid by the users A and B after the default behavior occurs.
The first user and the second user fill the variables in natural language through own block chain accounts respectively. If the contract validity period is as follows: 2018.1-2018.12; the names of the users are Zhang three and Li four; if the first user violates the contract, the first user needs to pay the second user with 2 times of the contract fee, and the like. When the necessary variables are completely filled by the first user and the second user, the necessary variables are extracted by an algorithm program, then the converted intelligent contract language is carried out, for example, the information is converted into a Solidity programming language, and then the intelligent contract language is matched with the selected intelligent contract template to generate a proprietary complete intelligent contract for house leasing between the first user and the second user. As shown in fig. 5, the transaction terminal issues the intelligent contract to the whole block chain, and after the plurality of accounting nodes verify the intelligent contract, the intelligent contract is approved, that is, the complete intelligent contract is deployed to the block chain.
It should be noted that in the present embodiment, the intelligent contract template is preferably a credit agreement between at least two users, such as the house rental contracts exemplified above, but is not limited thereto, and may also be a rental contract, a loan contract, a purchase contract, a sale contract, and the like between two parties and multiple parties. And will not be specifically exemplified here. Because the contracts are contracts of two parties or multiple parties, the two parties or the multiple parties can complete the signing of the intelligent contract only by filling in necessary variables provided in the intelligent contract template.
When the intelligent contract is deployed, the processing method further comprises calling and executing the intelligent contract, and when a transaction application is completed, the payment mode of the corresponding user can be that the virtual currency balance payment of the block chain account of the corresponding user is adopted or the payment can be carried out through a third party payment account of the user.
Specifically, following the above example, the intelligent contract for house rentals between the first and second customers is approximately after deployment is complete on the net. If the house renting payment date agreed by the contract is reached, for example, 2018.7.1, the second user needs to pay 3 virtual currencies to the first user, a transaction application occurs at this time, the house renting intelligent closing date is called and executed, as shown in fig. 5, each accounting node of the whole network checks and audits the transaction, and when the check and audit are passed, that is, the transaction application is completed, the account balance of the second user is automatically transferred to the account balance of the first user by 3 virtual currencies. In addition, if the account balance of the second user is less than 3 virtual currencies at the moment, the virtual currency payment can not be realized. The payment can also be carried out through a third party payment account of the second user, for example, the actual bank account of the second user, and the actual bank account balance of the second user is allocated to the account balance of the first user by converting the equivalent of 3 virtual currencies into the corresponding amount of the actual currency.
On the basis of the above embodiments, fig. 3 is a schematic diagram of a processing system based on a block chain intelligent contract according to an embodiment of the present invention.
As shown in fig. 3, the system 100 includes: an intelligent contract template selection unit 12, a variable storage unit 13 and a deployment unit 14, wherein,
intelligent contract template selection unit 12: the intelligent contract template selection method comprises the steps that a user selects a corresponding intelligent contract template from a plurality of different intelligent contract templates in a block chain network according to an application scene;
the variable storage unit 13: the intelligent contract template is used for filling in necessary variables in the intelligent contract template by a user and storing the necessary variables;
the deployment unit 14: the method is used for deploying the generated complete intelligent contracts into the blockchain network.
In addition, preferably, in the embodiment of the present invention, the system 100 may further include an account generating unit 11, configured to generate blockchain accounts of the users, where each account has a wallet address in the embodiment of the present application.
Preferably, the system 100 further comprises an intelligent contract template library, wherein a plurality of different kinds of intelligent contract templates are established in the intelligent contract template library in advance. The intelligent contract template exists in the blockchain, is written by other users through an intelligent contract language (identity, Serpent and LLL programming languages), runs through an Ethernet virtual machine, and is deployed on the blockchain after being confirmed through different check nodes. A plurality of different kinds of intelligent contract templates are managed and classified in a unified way through an intelligent contract template library.
The user selects the required intelligent contract template through the intelligent contract template selecting unit 12, then fills in the corresponding intelligent contract template in the non-intelligent language, the variable storage unit 13 stores the necessary variables filled in by the user, and then the system further comprises an algorithm processing unit (not shown in the figure), and the algorithm processing unit reads the storage information in the variable storage unit 13, namely the information of the necessary variables; the necessary variables filled in by the non-intelligent contract language are converted into the intelligent contract language after being processed by the algorithm processing unit, so that a complete intelligent contract is generated.
After the user fills in the non-intelligent contract language according to the necessary variables in the intelligent contract template, the corresponding algorithm is needed to be adopted for processing, and the corresponding intelligent contract language is converted. The algorithm can be integrated in an intelligent contract template library, and when a user calls one specific intelligent contract template, the intelligent contract template library can start a corresponding algorithm conversion program. When the user inputs the corresponding necessary variables, the algorithm program can extract the necessary variables, then the necessary variables are converted and stored in the corresponding intelligent contract, and therefore the complete intelligent contract is generated.
The intelligent contract template is preferably a credit agreement between at least two users, such as the house leasing contract exemplified above, but is not limited thereto, and may also be a leasing contract, a lending contract, a purchasing contract, a selling contract, and the like between two parties and multiple parties. And will not be specifically exemplified here. Because the contracts are contracts of two parties or multiple parties, the two parties or the multiple parties can complete the signing of the intelligent contract only by filling in necessary variables provided in the intelligent contract template. In addition, in the embodiment of the present invention, the credit agreement may also be an agreement that needs to be signed before for the enterprise and the enterprise, such as a series of credit agreements of the enterprise to the individual user, and the product or service agreement between the enterprise and the individual user.
As shown in fig. 4, the system 100 may further include a calling and executing unit 15 for calling and executing the smart contract.
Specifically, after the intelligent contract is deployed, when a transaction application occurs, the intelligent contract is invoked and executed, as shown in fig. 5, each accounting node in the whole network checks and audits the transaction, and when the check and audit is passed, that is, after the transaction application is completed, the intelligent contract is automatically executed, for example, corresponding payment operation is performed. In this embodiment of the application, the payment method adopted by the payment operation may be a virtual currency balance payment of a blockchain account of a corresponding user, or a payment may be made through a third party payment account of the user.
The method comprises the steps of selecting a corresponding intelligent contract template according to a service scene through user selection, filling in necessary variables in a non-intelligent language mode, and performing intelligent language conversion on the necessary variables in the non-intelligent language filled in by the user through an algorithm so as to perfect a required intelligent contract. The intelligent contract template is combined with the intelligent language conversion technology, so that an ordinary user can easily apply the intelligent contract even if the ordinary user does not understand any intelligent contract programming language, and meanwhile, the intelligent language conversion is only carried out on necessary variables input by the user.
It should be understood that the term "and/or" as used herein is merely one type of association that describes an associated object, meaning that three relationships may exist, e.g., a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
It should be understood that although the terms first, second, etc. may be used to describe nodes in embodiments of the present invention, these nodes should not be limited by these terms. These terms are only used to distinguish one node from another. For example, a first node may also be referred to as a second node, and similarly, a second node may also be referred to as a first node, without departing from the scope of embodiments of the present invention.
The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination" or "in response to a detection", depending on the context. Similarly, the phrases "if determined" or "if detected (a stated condition or event)" may be interpreted as "when determined" or "in response to a determination" or "when detected (a stated condition or event)" or "in response to a detection (a stated condition or event)", depending on the context.
It should be noted that the terminal according to the embodiment of the present invention may include, but is not limited to, a Personal Computer (PC), a Personal Digital Assistant (PDA), a wireless handheld device, a Tablet Computer (Tablet Computer), a mobile phone, an MP3 player, an MP4 player, and the like.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions in actual implementation, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) or a Processor (Processor) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (18)

1. A method for processing intelligent contracts based on block chains, the method comprising:
a user selects a corresponding intelligent contract template from a plurality of different intelligent contract templates in a block chain network according to an application scene;
the user fills in necessary variables in the intelligent contract template;
and generating a complete intelligent contract to be deployed in the block chain network.
2. The method of claim 1, wherein the plurality of different intelligent contract templates are pre-established in an intelligent contract template library.
3. The method of claim 1, wherein the user fills in the necessary variables in a non-intelligent contract language.
4. The method as claimed in claim 3, wherein the essential variables filled in the non-intelligent contract language are converted into the intelligent contract language after being processed by an algorithm.
5. The method of claim 1, wherein the corresponding smart contract applies to a credit agreement between at least two users;
at least both users need to fill in the necessary variables in the intelligent contract template.
6. The method of claim 5, wherein the credit agreement includes at least any one of a lease contract, a debit contract, a purchase contract, and a sales contract.
7. The method of claim 1, further comprising: the user generates a corresponding account through the block chain network;
the account has a wallet address.
8. The method of claim 7, further comprising: calling and executing the intelligent contract;
and when one transaction application is completed, the payment mode of the user comprises payment by adopting the corresponding account balance.
9. The method of claim 7, further comprising: calling and executing the intelligent contract;
and when one transaction application is completed, the payment mode of the user comprises the payment by adopting a third party payment account number of the user.
10. A processing system based on blockchain intelligent contracts, the system comprising:
intelligent contract template selection unit: the intelligent contract template selection method comprises the steps that a user selects a corresponding intelligent contract template from a plurality of different intelligent contract templates in a block chain network according to an application scene;
a variable storage unit: the intelligent contract template is used for filling in necessary variables in the intelligent contract template by a user and storing the necessary variables;
a deployment unit: the method is used for deploying the generated complete intelligent contracts into the blockchain network.
11. The system of claim 10, further comprising an intelligent contract template library, wherein the plurality of different intelligent contract templates are pre-established in the intelligent contract template library.
12. The system of claim intelligent contract template library 10 wherein said user fills in said essential variables in a non-intelligent contract language.
13. The system according to claim 12, wherein the system further comprises an algorithm processing unit, and the essential variables filled in the non-intelligent contract language are converted into the intelligent contract language after being processed by the algorithm processing unit.
14. The system of claim 11, wherein the intelligent contract template library comprises intelligent contract templates applied to a credit agreement between at least two users;
at least both users need to fill in the necessary variables in the intelligent contract template.
15. The system of claim 14, wherein the credit agreement includes at least any one of a lease contract, a debit contract, a purchase contract, and a sales contract.
16. The system of claim 1, further comprising an account generation unit configured to allow the user to generate a corresponding account number in the blockchain network, wherein the account has a wallet address.
17. The system of claim 16, further comprising a calling and execution unit of an intelligent contract for calling and executing the intelligent contract;
and when one transaction application is completed, the payment mode of the user comprises payment by adopting the corresponding account balance.
18. The system of claim 16, further comprising a calling and execution unit of an intelligent contract for calling and executing the intelligent contract;
and when one transaction application is completed, the payment mode of the user comprises the payment by adopting a third party payment account number of the user.
CN201810890959.5A 2018-08-07 2018-08-07 Processing method and system based on block chain intelligent contract Pending CN110827145A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810890959.5A CN110827145A (en) 2018-08-07 2018-08-07 Processing method and system based on block chain intelligent contract

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810890959.5A CN110827145A (en) 2018-08-07 2018-08-07 Processing method and system based on block chain intelligent contract

Publications (1)

Publication Number Publication Date
CN110827145A true CN110827145A (en) 2020-02-21

Family

ID=69533943

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810890959.5A Pending CN110827145A (en) 2018-08-07 2018-08-07 Processing method and system based on block chain intelligent contract

Country Status (1)

Country Link
CN (1) CN110827145A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109949139A (en) * 2019-03-31 2019-06-28 杭州复杂美科技有限公司 Borrow or lend money rent method, equipment and storage medium
CN111597269A (en) * 2020-05-21 2020-08-28 昆明大棒客科技有限公司 Block chain-based contract implementation method, device and equipment
CN111752574A (en) * 2020-05-08 2020-10-09 北京科技大学 Intelligent executable contract construction and execution method and system of legal contract
CN112148280A (en) * 2020-09-21 2020-12-29 中国电子科技网络信息安全有限公司 Block chain-based data evidence storage service templated development method
CN112417055A (en) * 2020-12-10 2021-02-26 孔令超 Method for mapping intelligent contracts of block chains to real contracts
CN112417055B (en) * 2020-12-10 2024-04-26 孔令超 Method for mapping blockchain intelligent contracts to real contracts

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598579A (en) * 2016-12-06 2017-04-26 北京果仁宝科技有限公司 Method and device for integrating dynamic type programming language on block chain
CN106651303A (en) * 2016-12-02 2017-05-10 北京轻信科技有限公司 Intelligent contract processing method and system based on templates
CN107943691A (en) * 2017-11-17 2018-04-20 深圳圣马歌科技有限公司 A kind of method and device for the functional test page for automatically generating intelligent contract
CN112417055A (en) * 2020-12-10 2021-02-26 孔令超 Method for mapping intelligent contracts of block chains to real contracts

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106651303A (en) * 2016-12-02 2017-05-10 北京轻信科技有限公司 Intelligent contract processing method and system based on templates
CN106598579A (en) * 2016-12-06 2017-04-26 北京果仁宝科技有限公司 Method and device for integrating dynamic type programming language on block chain
CN107943691A (en) * 2017-11-17 2018-04-20 深圳圣马歌科技有限公司 A kind of method and device for the functional test page for automatically generating intelligent contract
CN112417055A (en) * 2020-12-10 2021-02-26 孔令超 Method for mapping intelligent contracts of block chains to real contracts

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109949139A (en) * 2019-03-31 2019-06-28 杭州复杂美科技有限公司 Borrow or lend money rent method, equipment and storage medium
CN111752574A (en) * 2020-05-08 2020-10-09 北京科技大学 Intelligent executable contract construction and execution method and system of legal contract
CN111752574B (en) * 2020-05-08 2021-03-30 北京科技大学 Intelligent executable contract construction and execution method and system of legal contract
WO2021223419A1 (en) * 2020-05-08 2021-11-11 北京科技大学 Smart executable contract construction and execution method and system for legal contract
CN111597269A (en) * 2020-05-21 2020-08-28 昆明大棒客科技有限公司 Block chain-based contract implementation method, device and equipment
CN112148280A (en) * 2020-09-21 2020-12-29 中国电子科技网络信息安全有限公司 Block chain-based data evidence storage service templated development method
CN112148280B (en) * 2020-09-21 2022-04-01 中国电子科技网络信息安全有限公司 Block chain-based data evidence storage service templated development method
CN112417055A (en) * 2020-12-10 2021-02-26 孔令超 Method for mapping intelligent contracts of block chains to real contracts
CN112417055B (en) * 2020-12-10 2024-04-26 孔令超 Method for mapping blockchain intelligent contracts to real contracts

Similar Documents

Publication Publication Date Title
US11893626B2 (en) Method for creating commodity assets from unrefined commodity reserves utilizing blockchain and distributed ledger technology
Singh et al. Blockchain technology for decentralized autonomous organizations
TWI768163B (en) Method and device for generating smart contracts
CN110163590B (en) Payment withholding method and device based on block chain, electronic equipment and storage medium
TWI816647B (en) Systems and methods for implementing deterministic finite automata (dfas) via a blockchain
CN110147990B (en) Payment withholding subscription method and device based on block chain and electronic equipment
CN110009489B (en) Asset transfer method and device based on block chain and electronic equipment
CN108805707A (en) Works copyright revenue distribution method and device based on block chain
Schachermayer The fundamental theorem of asset pricing under proportional transaction costs in finite discrete time
CN110827145A (en) Processing method and system based on block chain intelligent contract
CN109389500A (en) Data trade platform based on ether mill
CN110458631B (en) Bill number distribution method and device based on block chain and electronic equipment
CN110020936B (en) Asset management method and device based on block chain and electronic equipment
CN111383117A (en) Asset management method and device based on block chain and electronic equipment
CN110008716A (en) Block chain method of commerce and device, electronic equipment, storage medium
CN110033370A (en) Account creation method and device, electronic equipment, storage medium
CN112330181A (en) Enterprise credit evaluation method and device based on block chain
CN111383119A (en) Asset management method and device based on block chain and electronic equipment
CN109600724A (en) A kind of method and apparatus that short message is sent
Ainsworth et al. Payroll tax & the blockchain
CN111553695B (en) Cross-region payment method and device and electronic equipment
US11544787B2 (en) Apparatus and method for providing protocol for digital asset trading
Franco et al. SaCI: A blockchain-based cyber insurance approach for the deployment and management of a contract coverage
CN110443612A (en) A kind of dividing method of submitting an expense account, device and electronic equipment based on block chain
CN110009323A (en) Block chain method of commerce and device, electronic equipment, storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200221

RJ01 Rejection of invention patent application after publication