CN106681739B - Automatic intelligent contract generation method - Google Patents

Automatic intelligent contract generation method Download PDF

Info

Publication number
CN106681739B
CN106681739B CN201710018799.0A CN201710018799A CN106681739B CN 106681739 B CN106681739 B CN 106681739B CN 201710018799 A CN201710018799 A CN 201710018799A CN 106681739 B CN106681739 B CN 106681739B
Authority
CN
China
Prior art keywords
intelligent contract
template
codes
intelligent
attribute
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
CN201710018799.0A
Other languages
Chinese (zh)
Other versions
CN106681739A (en
Inventor
陈建海
黄步添
石太彬
刘振广
王备
王云霄
温琪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Yunxiang Network Technology Co Ltd
Original Assignee
Hangzhou Yunxiang Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Yunxiang Network Technology Co Ltd filed Critical Hangzhou Yunxiang Network Technology Co Ltd
Priority to CN201710018799.0A priority Critical patent/CN106681739B/en
Publication of CN106681739A publication Critical patent/CN106681739A/en
Application granted granted Critical
Publication of CN106681739B publication Critical patent/CN106681739B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Abstract

The invention discloses an automatic generation method of an intelligent contract, which aims at the similarity of intelligent contracts used in the same industry or similar industries, wherein certain fixed characteristics exist, the fixed characteristics are extracted according to the idea of code multiplexing, a data structure and corresponding code segments are compiled, and the code segments are stored in a code database. The automatic intelligent contract generating method can greatly save manpower, material resources and time cost by utilizing the intelligent contract template, and can be applied to all intelligent contracts with similarity, such as transaction history contracts, stock contracts, asset contracts and the like.

Description

Automatic intelligent contract generation method
Technical Field
The invention belongs to the technical field of intelligent contracts, and particularly relates to an automatic generation method of an intelligent contract.
Background
Contracts refer to the common compliance of two or more parties in transacting a business in order to determine their respective rights and obligations. The traditional contracts are recorded on paper after being consistent through the discussion of a desktop conference. Over the years of development, "contracts" have formed their own concepts and principles.
In the traditional contract, people firstly make a contract in an interview form and reach a agreement, the contract is recorded on paper, and both contract parties sign on the paper; the execution process of the contract consists of a plurality of control protocols, and the control protocols comprise two parts: the record such as the form, the bill and the like is saved, and the record is audited and negotiated, and the record audited and negotiated often needs the participation of a third party, so that the status between the contracting parties is not equal; the execution efficiency of the contract can only be guaranteed by law and force. These control protocols have accumulated over the course of years of precipitation. Although the cost of the control protocol is high, it is a fundamental guarantee that we remain cooperative in an untrusted environment. In the execution process of the contract, the recorded auditing is not only high in cost, but also low-efficiency manual completion is required, so that people often reduce the cost by sampling auditing.
The introduction of technologies such as computer, internet, and cryptography should reduce the labor cost and computational cost of trading in contract making, protocol control and performance guarantee. In 1997, Nick Szabo introduced the concept of "intelligent contracts": intelligent contracts embed contract terms in software and hardware, and promote contract execution through a protocol and a user interface, which is the key for forming a secure and digital relationship in the internet. He presented three important properties of intelligent contracts in "modeling and Securing Relationships on Public Networks": observability, verifiability and access control. Observability refers to the ability of the contract itself to be observed with the contract execution process; verifiability means that both the procedure and the decision performed by the contract can be verified; access control means that the contract itself and the information related to the contract are only accessible to the relevant contracting parties, and that the relevant information is exposed to a third party review in case of conflict.
By comparing smart contracts with traditional contracts, the advantages of smart contracts can be seen: firstly, the traditional contract needs to negotiate and write in a form of a desktop protocol, and the intelligent contract can form an intelligent contract with a contract party authentication signature through the Internet and a digital signature technology; meanwhile, the execution process of the conventional contract is composed of many control protocols, and the control protocol includes two parts: the method is characterized in that records such as forms and bills are saved, and also recorded auditing and negotiation are performed, and the recorded auditing and negotiation often need to be participated by a third party, so that the status between contract parties is not equal easily, the cost of the third party is needed, the observability and verifiability of the contract and the execution process of the contract are ensured by the combination of a password protocol and a user interface of the intelligent contract, and the labor cost and the calculation cost of a control protocol are reduced.
Therefore, the intelligent contract not only has larger functions and stronger vitality than the traditional 'paper' contract, but also reduces the manual cost and the calculation cost of the transaction in contract making, protocol control and performance guarantee. Meanwhile, the method also forms a digital society prime force army and plays an indispensable important role. In this view, the potential for development of intelligent contracts is enormous.
Due to the immature technology, the development of intelligent contracts is slow, and until 2013, Ethereum proposes a block chain with a built-in turing complete programming language, and the intelligent contracts can be realized on the block chain, so that the research of the intelligent contracts enters a new stage. A blockchain is a verifiable, unalterable replicated distributed database. The blockchain has two important components: transactions and blocks. The transaction records not only the operation of changing the state of the database, but also the carrier of using the authority of the database; the block is a record of the time and sequence of transaction verification. The blockchain records all transactions, and the verifiability of the blockchain is guaranteed. The correctness of the transaction and the block mainly lies in the establishment of the system to the standard, and the validity judgment standard of the transaction lies in the actual need; since the blockchain is a replicated database, the validity determination of the blocks determines the irreparability and consistency of the blockchain and the security of the system. Meanwhile, the blockchain with the built-in turing-complete programming language can automatically execute the rules stored in the blockchain, so that the intelligent contract can be realized by using the blockchain.
With the development of the blockchain technology, the number of intelligent contracts on the blockchain is increased, a large number of similar or even repeated intelligent contracts are necessarily existed, and if the intelligent contracts need to be rewritten every time, certain labor and time costs are required.
Disclosure of Invention
In order to save manpower, material resources and time cost, the invention provides an automatic generation method of an intelligent contract, which aims at the problem that the intelligent contracts used in the same industry or similar industries are similar, wherein certain fixed characteristics exist, the fixed characteristics are extracted according to the idea of code reuse, a data structure and corresponding code segments are compiled, and the code segments are stored in a code database. When the intelligent contract automatic generation system is used for generating contracts, the required intelligent contract template, the required attributes and the required method are selected to automatically generate the contracts.
An automatic generation method of an intelligent contract comprises the following steps:
firstly, establishing a template base by adding an intelligent contract template according to the existing intelligent contract, and keeping updating the template base; the intelligent contract template comprises function description, attribute codes and method codes;
then, searching the template base according to the related attribute code of the required intelligent contract to obtain the corresponding intelligent contract template and automatically generating the required intelligent contract according to the template.
The specific process of adding the intelligent contract template is as follows: for any existing intelligent contract, decomposing the intelligent contract into an attribute code and a method code; then, an empty intelligent contract template is newly established, the attribute codes and the method codes obtained by decomposition are directly endowed to the intelligent contract template, corresponding function descriptions are added, and the intelligent contract template is stored in a template library.
The specific process of updating the template library is as follows: for a new intelligent contract, decomposing the new intelligent contract into an attribute code and a method code, and comparing the new intelligent contract with each intelligent contract template in a template library:
if the template library has an intelligent contract template, the attribute codes of which are consistent but the method codes of which are inconsistent with the new intelligent contract comparison attribute codes, the method codes of the intelligent contract template are all replaced by the method codes of the new intelligent contract;
if the template library has an intelligent contract template, the attribute codes of which are not completely consistent with the attribute codes compared with the new intelligent contract, namely the intelligent contract template does not have the individual attribute codes of the new intelligent contract, the individual attribute codes and the related method codes thereof are added into the intelligent contract template, and the corresponding function description is updated.
The specific implementation process of searching the template library and generating the intelligent contract is as follows: firstly, searching a template library according to related attribute codes of a required intelligent contract:
if the template library has an intelligent contract template with all attribute codes of the required intelligent contract, selecting related attribute codes and related method codes from the intelligent contract template to automatically generate the required intelligent contract;
if the template library has an intelligent contract template which has most of the attribute codes of the required intelligent contract and only lacks individual attribute codes, selecting relevant attribute codes and relevant method codes from the intelligent contract template to automatically generate a corresponding intelligent contract, further supplementing the lacking individual attribute codes and relevant method codes into the intelligent contract, finally obtaining the required intelligent contract and updating the intelligent contract template by utilizing the intelligent contract;
if the template base does not have related intelligent contract templates, writing corresponding intelligent contracts according to related attribute codes and method codes of the needed intelligent contracts, and adding the corresponding intelligent contract templates to the template base by using the written intelligent contracts and storing the intelligent contract templates in the template base.
Based on the technical scheme, the automatic intelligent contract generation method can greatly save manpower, material resources and time cost by utilizing the intelligent contract template, and can be applied to all intelligent contracts with similarity, such as transaction history contracts, stock contracts, asset contracts and the like.
Drawings
Fig. 1 is a schematic view of an update process of an intelligent contract template according to the present invention.
Fig. 2 is a schematic flow chart of the automatic generation of the intelligent contracts.
Detailed Description
In order to more specifically describe the present invention, the following detailed description is provided for the technical solution of the present invention with reference to the accompanying drawings and the specific embodiments.
The embodiment uses the intelligent contract automatic generation system to generate the intelligent contract, and when generating the contract, the contract can be automatically generated by selecting the required intelligent contract template, the attribute and the method; the intelligent contract template contains a function description and attribute code and method code.
The intelligent contract automatic generation system used in the embodiment has the following functions:
1. adding a new intelligent contract template: adding a new intelligent contract template according to the intelligent contract; the increasing method comprises the following steps: decomposing the intelligent contract into attribute codes and method codes, then combining the attribute codes and the method codes into an intelligent contract template, adding function description, and finally storing the intelligent contract template in a database.
2. Updating the existing intelligent contract template: updating the existing intelligent contract template according to the intelligent contract; the updating method comprises the following steps: decomposing the intelligent contract into attribute codes and method codes, comparing the attribute codes and the method codes with the attribute codes and the method codes in the intelligent contract template, and updating the method codes into the template if the related attribute codes exist in the intelligent contract template but the related method codes are different; if the individual attribute code does not exist in the intelligent contract template, the attribute code and the related method code thereof are added into the intelligent contract template, the function description is updated, and finally the function description is saved in the database.
3. Deleting the existing intelligent contract template: the existing intelligent contract template is deleted from the database.
4. And (3) displaying the intelligent contract template: the method comprises the steps of displaying the function description of the intelligent contract template and the attribute and method names, and providing check boxes to select the attribute and the method without directly displaying the corresponding code slice.
5. Automatically generating an intelligent contract: and according to the selected intelligent contract template and the attribute and method name selected in the check box, taking the substitute sheet from the database, automatically combining to generate the intelligent contract, and returning the intelligent contract to the user.
The user may use the above-described intelligent contracts to automate the generation system via the Web or otherwise. There are customers in many fields, so we will describe the template updating and contract generating process of the intelligent contract automatic generation system in detail by the example of automatically generating Customer intelligent contract:
(1) initially, the intelligent contract automated generation system is template-free. Company X first needs a Customer intelligent contract and needs to compile an intelligent contract for the Customer. The intelligent contract written for Customer has the following attribute codes: CustID, CustName, CustAddress; the method code comprises: getCust ID (), getCustName (), getCustAddress (), updateCustID (_ CustID), updateCustName (_ CustName), updateCustAddress (_ CustName), and updateCustAddress (_ CustAddress).
(2) The written Customer smart contract template is used for updating the existing smart contract template of the system, but the used smart contract template B is set to be null because the Customer is not automatically generated from the template.
(3) And calling a subprogram to update the intelligent contract template, wherein the input parameters are the intelligent contract A and the intelligent contract template B, and the process is shown in FIG. 1. When the intelligent contract template B is empty, generating a blank intelligent contract template B; otherwise, skip. Decomposing attribute codes and method codes in the intelligent contract A, and updating the intelligent contract template B by using the attribute codes and the method codes, wherein the updating method comprises the following steps: comparing the attribute codes and the method codes obtained by decomposing the intelligent contract A with the attribute codes and the method codes in the intelligent contract template B, and replacing the method codes in the intelligent contract template B with the method codes of the intelligent contract A if the attribute codes are consistent and the method codes are inconsistent; and if the individual attribute codes of the intelligent contract A do not exist in the intelligent contract template B, adding the attribute codes and corresponding method codes into the intelligent contract template B.
(4) Company Y needs a Customer intelligent contract, relevant attribute codes comprise CustID, CustName, CustAddress and CustTel, and method codes relevant to the attribute codes are needed. Through searching, as shown in fig. 2, the Customer contract template B is found to already exist in the system. Then, the company Y only needs to select the attribute codes CustID, CustName, and custadress according to the template B, and then select the method codes getCustID (), getCustName (), getcustadress (), updateCustID (_ CustID), updateCustName (_ CustName), updatecustadaddresss (_ custadress), and the like. Then, the system automatically generates the intelligent contract C, but the attribute code custesttel and the corresponding method code are absent in the intelligent contract C, and the attribute code custesttel and the method code getcustesttel (), updatecustesttel (_ custesttel) need to be added into the intelligent contract C to obtain the intelligent contract D. And (3) because the new intelligent contract D system does not have a corresponding intelligent contract template, the intelligent contract template B in the system needs to be updated, and the step (3) is carried out to update the intelligent contract template, wherein the input parameters are the intelligent contract D and the intelligent contract template B.
The steps (1) to (3) do not involve automatic generation of intelligent contracts, and intelligent contract templates are added and updated; and (4) automatically generating an intelligent contract by using the existing intelligent contract template, and then updating the intelligent contract template.
The embodiments described above are presented to enable a person having ordinary skill in the art to make and use the invention. It will be readily apparent to those skilled in the art that various modifications to the above-described embodiments may be made, and the generic principles defined herein may be applied to other embodiments without the use of inventive faculty. Therefore, the present invention is not limited to the above embodiments, and those skilled in the art should make improvements and modifications to the present invention based on the disclosure of the present invention within the protection scope of the present invention.

Claims (1)

1. An automatic generation method of an intelligent contract is characterized in that:
firstly, establishing a template base by adding an intelligent contract template according to the existing intelligent contract, and keeping updating the template base; the intelligent contract template comprises function description, attribute codes and method codes;
then, searching a template library according to the related attribute codes of the required intelligent contracts to obtain corresponding intelligent contract templates and automatically generating the required intelligent contracts according to the templates;
the specific process of adding the intelligent contract template is as follows: for any existing intelligent contract, decomposing the intelligent contract into an attribute code and a method code; then, a hollow intelligent contract template is newly built, attribute codes and method codes obtained by decomposition are directly endowed to the intelligent contract template, corresponding function descriptions are added, and the intelligent contract template is stored in a template library;
the specific process of updating the template library is as follows: for a new intelligent contract, decomposing the new intelligent contract into an attribute code and a method code, and comparing the new intelligent contract with each intelligent contract template in a template library:
if the template library has an intelligent contract template, the attribute codes of which are consistent but the method codes of which are inconsistent with the new intelligent contract comparison attribute codes, the method codes of the intelligent contract template are all replaced by the method codes of the new intelligent contract;
if the template library has an intelligent contract template, the attribute codes of which are not completely consistent with the attribute codes compared with the new intelligent contract, namely the template library does not have the individual attribute codes of the new intelligent contract, the individual attribute codes and the related method codes thereof are added into the intelligent contract template, and the corresponding function description is updated;
the specific implementation process of searching the template library and generating the intelligent contract is as follows: firstly, searching a template library according to related attribute codes of a required intelligent contract:
if the template library has an intelligent contract template with all attribute codes of the required intelligent contract, selecting related attribute codes and related method codes from the intelligent contract template to automatically generate the required intelligent contract;
if the template library has an intelligent contract template which has most of the attribute codes of the required intelligent contract and only lacks individual attribute codes, selecting relevant attribute codes and relevant method codes from the intelligent contract template to automatically generate a corresponding intelligent contract, further supplementing the lacking individual attribute codes and relevant method codes into the intelligent contract, finally obtaining the required intelligent contract and updating the intelligent contract template by utilizing the intelligent contract;
if the template base does not have related intelligent contract templates, writing corresponding intelligent contracts according to related attribute codes and method codes of the needed intelligent contracts, and adding the corresponding intelligent contract templates to the template base by using the written intelligent contracts and storing the intelligent contract templates in the template base.
CN201710018799.0A 2017-01-11 2017-01-11 Automatic intelligent contract generation method Active CN106681739B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710018799.0A CN106681739B (en) 2017-01-11 2017-01-11 Automatic intelligent contract generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710018799.0A CN106681739B (en) 2017-01-11 2017-01-11 Automatic intelligent contract generation method

Publications (2)

Publication Number Publication Date
CN106681739A CN106681739A (en) 2017-05-17
CN106681739B true CN106681739B (en) 2020-06-19

Family

ID=58849469

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710018799.0A Active CN106681739B (en) 2017-01-11 2017-01-11 Automatic intelligent contract generation method

Country Status (1)

Country Link
CN (1) CN106681739B (en)

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107844710B (en) * 2017-09-26 2020-07-17 浙江大学 Contract generating system and generating method
WO2019082100A1 (en) 2017-10-24 2019-05-02 Tata Consultancy Services Limited System and method for generating a blockchain application for different blockchain technologies
CN107918666B (en) * 2017-11-24 2020-05-12 中钞信用卡产业发展有限公司杭州区块链技术研究院 Data synchronization method and system on block chain
CN107943950B (en) * 2017-11-24 2020-07-10 中钞信用卡产业发展有限公司杭州区块链技术研究院 Method and system for generating intelligent contracts of data in block chain
TWI648680B (en) * 2017-12-01 2019-01-21 鯨鏈科技股份有限公司 System of smart contract, method for making the contract and computer-readable storage device
CN108196872A (en) * 2017-12-27 2018-06-22 邵美 The upgrade method of intelligent contract in a kind of block catenary system
CN108052321B (en) * 2017-12-28 2020-12-25 杭州趣链科技有限公司 Method for automatically generating intelligent contract of block chain based on configuration information
CN108257000A (en) * 2018-02-26 2018-07-06 北京阿尔山金融科技有限公司 Intelligent contract realizes system, method and electronic equipment
CN108446115A (en) * 2018-03-12 2018-08-24 中国银行股份有限公司 A kind of method and device of code reuse
CN109146317A (en) * 2018-09-10 2019-01-04 深圳市元征科技股份有限公司 A kind of Benefit share method and relevant device
CN109272335A (en) * 2018-09-17 2019-01-25 深圳市元征科技股份有限公司 A kind of intelligence contract administration method, system, equipment and computer storage medium
CN112970040A (en) * 2018-09-28 2021-06-15 谢尔特纵姆公司 Intelligent contract
CN109522008B (en) * 2018-11-06 2020-07-10 陕西医链区块链集团有限公司 Intelligent contract construction method for block chain
CN109542421B (en) * 2018-11-12 2021-09-07 夸克链科技(深圳)有限公司 Modularization block chain intelligence contract
CN109683867A (en) * 2018-12-27 2019-04-26 石更箭数据科技(上海)有限公司 A kind of method and device thereof, medium, terminal for docking block chain
US10839150B2 (en) 2019-01-29 2020-11-17 International Business Machines Corporation Generation of an industry template in blockchain networks
CN109960696A (en) * 2019-03-22 2019-07-02 杭州复杂美科技有限公司 A kind of configuration method, equipment and the storage medium of intelligence contract
CN110097464B (en) * 2019-04-10 2021-09-14 北京京东尚科信息技术有限公司 Intelligent contract generation method and device, electronic equipment and storage medium
CN110473092B (en) * 2019-07-09 2023-05-26 中山大学 Efficient intelligent contract reading assisting method
US11636094B2 (en) * 2019-10-16 2023-04-25 International Business Machines Corporation Chaincode recommendation based on existing chaincode
CN111506579B (en) * 2020-05-28 2022-09-20 支付宝(杭州)信息技术有限公司 Method, program and equipment for generating intelligent contract code
CN112766959B (en) * 2021-01-06 2024-02-27 河北雄安模科信息科技有限公司 Expansion method, system and computer readable storage medium for non-homogeneous pass
CN114154980B (en) * 2021-07-15 2023-05-12 北京天德科技有限公司 Multi-party bidding digital asset transaction system and method based on intelligent contract
CN113672209B (en) * 2021-10-22 2021-12-21 环球数科集团有限公司 System for automatically generating intelligent contract according to distribution protocol

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101046808A (en) * 2006-03-31 2007-10-03 株式会社理光 File process system and method
CN102938115A (en) * 2012-11-22 2013-02-20 南京途牛科技有限公司 Contract agreement management system
CN103761599A (en) * 2013-12-23 2014-04-30 远光软件股份有限公司 Method and device for generating compensating vouchers of internal transaction businesses

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101046808A (en) * 2006-03-31 2007-10-03 株式会社理光 File process system and method
CN102938115A (en) * 2012-11-22 2013-02-20 南京途牛科技有限公司 Contract agreement management system
CN103761599A (en) * 2013-12-23 2014-04-30 远光软件股份有限公司 Method and device for generating compensating vouchers of internal transaction businesses

Also Published As

Publication number Publication date
CN106681739A (en) 2017-05-17

Similar Documents

Publication Publication Date Title
CN106681739B (en) Automatic intelligent contract generation method
US20230410215A1 (en) Cryptographic method and system for secure extraction of data from a blockchain
US20190073646A1 (en) Consolidated blockchain-based data transfer control method and system
US11973760B2 (en) Hierarchical permissions model within a document
US11048762B2 (en) User-defined automated document feature modeling, extraction and optimization
US20090006315A1 (en) Structured method for schema matching using multiple levels of ontologies
CN111951101A (en) Data checking method and device
CN110930152B (en) Data processing method based on block chain and related equipment
CN112380219B (en) Method for defining block chain cochain data service stipulation and application service stipulation
CN110032568B (en) Data structure reading and updating method and device, and electronic equipment
CN111563098A (en) Structured and unstructured data query method, device, storage medium and device
CN110851127A (en) Universal evidence storage method based on block chain
US20220383222A1 (en) Anonymous distributed consensus regarding the verification of protocols
Gajra et al. Automating student management system using ChatBot and RPA technology
CN110879808B (en) Information processing method and device
CN109325873A (en) Self-service method for processing business, device, computer equipment and storage medium
CN113111125A (en) Business evidence storage method based on block chain
US20120078967A1 (en) Integration of a Framework Application and a Task Database
CN111949634A (en) Method for synchronously migrating block chain data
CN113643032B (en) Information processing method, device and data management system based on block chain
US20210295261A1 (en) Generating actionable information from documents
CN112966049B (en) Asset management system based on block chain
Diedrich Distributed Ledger Technology
Singh A blockchain-based decentralized application for user-driven contribution to Open Government Data
CN111339067B (en) Data structure construction method and system of alliance chain account book platform

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
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20170517

Assignee: HANGZHOU HUA TING TECHNOLOGY Co.,Ltd.

Assignor: HANGZHOU YUNXIANG NETWORK TECHNOLOGY Co.,Ltd.

Contract record no.: X2023980033410

Denomination of invention: An Automatic Generation Method for Smart Contracts

Granted publication date: 20200619

License type: Common License

Record date: 20230313

EE01 Entry into force of recordation of patent licensing contract