CN111159301A - Data creating method, device, equipment and storage medium based on intelligent contract - Google Patents

Data creating method, device, equipment and storage medium based on intelligent contract Download PDF

Info

Publication number
CN111159301A
CN111159301A CN201911417074.4A CN201911417074A CN111159301A CN 111159301 A CN111159301 A CN 111159301A CN 201911417074 A CN201911417074 A CN 201911417074A CN 111159301 A CN111159301 A CN 111159301A
Authority
CN
China
Prior art keywords
contract
data
behavior
intelligent
contracts
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
CN201911417074.4A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201911417074.4A priority Critical patent/CN111159301A/en
Publication of CN111159301A publication Critical patent/CN111159301A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • 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

Abstract

The embodiment of the invention discloses a data creating method, a device, equipment and a storage medium based on an intelligent contract, wherein the method comprises the following steps: receiving a command to create data; calling a corresponding proxy contract according to the command; indexing a corresponding behavior contract according to the mapping relation in the agent contract; analyzing the service logic relationship in the behavior contract, and generating a corresponding data contract by using a factory contract in the behavior contract according to the service logic relationship. According to the data creation method provided by the embodiment of the application, the intelligent contract is designed in a layered mode according to the flow and the function of the project, and the creation of the data is completed by adopting three intelligent contracts, namely the agent contract, the behavior contract and the design contract, so that the workload can be reduced, the efficiency can be improved, and the interference of malicious behaviors on the normal execution of the contract can be avoided.

Description

Data creating method, device, equipment and storage medium based on intelligent contract
Technical Field
The invention relates to the field of block chains, in particular to a data creating method, a data creating device, data creating equipment and a data storing medium based on an intelligent contract.
Background
The blockchain is taken as a new technology, and the unique distributed point-to-point network technology, intelligent contract automatic execution technology, encryption algorithm and authentication technology and distributed consensus algorithm technology provide the characteristics of non-falsification, decentralization, safe and efficient automatic execution and the like for the blockchain. The block chain technology creates a trusted machine through technical means, and is widely applied to the financial field scene.
Among them, the important module of the blockchain, the smart contract, is also conventionally referred to as "chain code". The intelligent contract can be understood as a computer program on a blockchain which moves the contract to the blockchain in the form of codes, but the intelligent contract does not need anyone to supervise the execution of the contract, can not complete unilateral default even if double issues of contracting, and can be automatically executed according to the contract. After adding fine control conditions, the method can be applied to different scenes, and more complex execution logic is completed.
The appearance of intelligent contracts enables the programmable block chains to be truly realized, the current intelligent contract writing supports multiple languages, and the picture is complete after the ether workshop. The intelligent contract is used as a coded form of the contract and background code of the project, and the safety, the robustness and the efficiency of the whole project are determined by the quality of an application mode of the intelligent contract.
When creating data using smart contracts, a piece of data is typically written in complete code from beginning to end. The existing block chain application is a simple small-sized project, the data volume is small, and only simple logic processing is performed on the application of an intelligent contract, but if a large-sized project is constructed on the basis of a block chain, the data volume can grow exponentially, for developers, complete code compiling needs to be performed on each piece of data from beginning to end, the workload is huge, parts with similar functions and identical settings among the data need to be compiled one by one, the development belongs to repetitive labor, and the efficiency is very low.
Disclosure of Invention
In order to solve the problems, the data creating method, the data creating device, the data creating equipment and the data creating storage medium based on the intelligent contracts solve the problems that when project development is carried out on the basis of a block chain, developers need to repeatedly develop parts with similar or identical functions in data, and accordingly workload is large and efficiency is low.
In a first aspect of the present application, a method for creating data based on an intelligent contract is provided, the method including:
receiving a command to create data;
calling a corresponding proxy contract according to the command; wherein the agent contract is a contract to manage the operation interface;
indexing a corresponding behavior contract according to the mapping relation in the agent contract;
analyzing the service logic relationship in the behavior contract, and generating a corresponding data contract by using a factory contract in the behavior contract according to the service logic relationship; wherein the data contract is for storing data.
Optionally, the method further includes:
pre-storing a common interface and a field in the intelligent contract in a base class form; wherein the intelligent contracts include agent contracts, behavioral contracts, and data contracts.
Optionally, the method further includes:
and adopting an inheritance mechanism to complete the creation of the intelligent contract through derivation of the class.
Optionally, the invoking a corresponding proxy contract according to the command includes:
judging whether the command is an object operation, if so, calling an object proxy contract; the object proxy contract is a functional interface for adding an operation object, deleting the operation object and modifying the operation object.
Optionally, the invoking a corresponding proxy contract according to the command includes:
judging whether the command is an account operation or not, and if so, calling an account agent contract; and the account proxy contract calls a function interface for creating an account, modifying the account and adding an external account.
Optionally, the generating a corresponding data contract by using the factory contract in the behavior contract includes:
generating a corresponding data contract by selecting a keyword contract in a construction function in the factory contract; wherein the constructor is pre-packaged in the plant contract.
Optionally, the method further includes:
the data contract is modified.
In a second aspect of the present application, there is provided an apparatus for creating data based on an intelligent contract, the apparatus comprising:
the device comprises a receiving unit, a calling unit, an indexing unit and an analyzing unit;
the receiving unit is used for receiving a command for creating data;
the calling unit is used for calling the corresponding proxy contract according to the command; wherein the agent contract is a contract to manage the operation interface;
the index unit is used for indexing a corresponding behavior contract according to the mapping relation in the agent contract;
the analysis unit is used for analyzing the business logic relationship in the behavior contract and generating a corresponding data contract by using a factory contract in the behavior contract according to the business logic relationship; wherein the data contract is for storing data.
In a third aspect of the present application, there is provided a data creation device based on an intelligent contract, the device comprising a processor and a memory:
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is used for executing the data creation method based on the intelligent contract according to the instructions in the program codes.
In a fourth aspect of the present application, a computer-readable storage medium is provided for storing program code for executing the above-mentioned intelligent contract-based data creation method.
Compared with the prior art, the technical scheme of the application has the advantages that:
in the technical scheme of the application, firstly, a command for creating data is received, and a corresponding proxy contract is called according to the command; the agent contract is a contract of a management operation interface, then indexes a corresponding behavior contract according to a mapping relation in the agent contract, finally analyzes a business logic relation in the behavior contract, and generates a corresponding data contract by utilizing a factory contract in the behavior contract according to the business logic relation; wherein the data contract is for storing data. According to the technical scheme provided by the embodiment of the application, the intelligent contract is designed in a layered mode according to the flow and the function of the project, and the data is created by adopting three intelligent contracts, namely the agent contract, the behavior contract and the design contract, so that the workload can be reduced, the efficiency can be improved, and the interference of malicious behaviors on the normal execution of the contract can be avoided. Specifically, by switching proxy contracts to other contracts, the business layer can index corresponding behavior contracts only by storing a small amount of proxy contracts, so that the redundancy of codes is greatly reduced; and the data creation can be completed by analyzing the service logic relationship in the behavior contract and generating a corresponding contract through a factory contract. The data contract generated by the factory contract can enable the contract instance to be generated more simply and conveniently. Data is stored through the data contract, so that other contracts can conveniently access the data and set fields. Meanwhile, the intelligent contract based on the block chain technology not only can exert the advantages of the intelligent contract in the aspect of cost efficiency, but also can avoid the interference of malicious behaviors on the normal execution of the contract. The intelligent contract is a block chain execution program, can be accurately and automatically executed, is written into a block chain in a reduced and coded form, and ensures that the whole processes of storage, reading and execution are transparent, traceable and uncontrollable by the characteristics of the block chain technology.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow chart of a method for creating data based on intelligent contracts provided by the present application;
FIG. 2 is a schematic diagram of a mapping relationship from a proxy contract index to a corresponding behavior contract according to the present application;
FIG. 3 is a schematic diagram of an intelligent contract completed by derivation of classes using an inheritance mechanism provided by the present application;
FIG. 4 is a schematic diagram of a data creation apparatus structure based on intelligent contracts provided in the present application;
FIG. 5 is a schematic diagram of a data creation device structure based on smart contracts provided in the present application;
FIG. 6 is a schematic diagram of yet another intelligent contract-based data creation facility architecture provided herein;
fig. 7 is a schematic diagram of a computer-readable storage medium provided herein.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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.
Referring to fig. 1, fig. 1 is a flowchart of a data creation method based on intelligent contracts provided in the present application, which may include the following steps 101-104.
Step 101: a command to create data is received.
The command for receiving the creation data can be receiving data of an account opening data of a creation bank and the like.
It will be appreciated that the entity on the blockchain of the data may be an off-line bank, a bank branch or an entity of a ticket, etc.
Step 102: calling a corresponding proxy contract according to the command; wherein the agent contract is a contract to manage the operation interface.
And calling a corresponding proxy contract according to the received command, wherein the proxy contract is a contract used for managing an operation interface, does not realize the interface, only indexes and maps the available interface and is mainly used for switching to other contracts. For example, a proxy contract may define fields and a mount interface, and an incoming contract that will need to be mounted will be mounted in the contract interface abi by the eth.
It should be noted that a proxy contract may include an account proxy contract and an object proxy contract. For example, a functional operation in a project may be invoked via the two proxy contracts described above. The form of the account proxy contract may be accounting management. sol, and may call the relevant operation interfaces of all accounts, for example, function interfaces such as creating an account, modifying an account, adding an external account number, and the like; the object proxy contract may be in the form of object operator, and may call all object-related operation functions, for example, add an operation object, delete an operation object, modify an operation object, and other service-related function interfaces.
In a possible implementation manner, whether the command is an object operation may be determined first, and if so, an object proxy contract is invoked; the object proxy contract is a functional interface for adding an operation object, deleting the operation object and modifying the operation object.
In a possible implementation manner, whether the command is an account operation or not can be judged, and if the command is the account operation, an account proxy contract is called; and the account proxy contract calls a function interface for creating an account, modifying the account and adding an external account number.
Step 103: and indexing the corresponding behavior contract according to the mapping relation in the agent contract.
As shown in fig. 2, each operation interface is a separate behavior contract in the example of object contract, and the service layer only needs to know the contract address of object operator. The corresponding behavior contract is indexed through the agent contract, so that the design of a service layer is greatly facilitated, and the service layer can call any mounted behavior contract through the agent contract only by storing a small number of agent contract addresses.
Redundancy of data code may also be reduced by employing proxy contracts to index into corresponding behavioral contracts. It can be understood that, assuming that there are 100 contracts of bank branch organizations on the block chain, when the branch organization contract interface needs to be called externally due to the mechanism of the contract, the interface in the contract must be obtained through the address, if the agent mode is not used, each data contract needs to store its own abi (contract interface called by ethernet, JSON representation of intelligent contract interface, including variables, events and methods that can be called, abi is a binary representation of the intelligent contract interface), which will store the same abi in 100 branch organization contracts, greatly increasing the repetition rate of the contract codes, and using the agent mode, only store the same 100 abi in the agent contract, which greatly reduces the redundancy of the codes through the agent contract.
Step 104: analyzing the service logic relationship in the behavior contract, and generating a corresponding data contract by using a factory contract in the behavior contract according to the service logic relationship; wherein the data contract is for storing data.
Business logic relations in the behavior contract should be analyzed first so as to generate a data contract corresponding to each business logic. The operation interface is defined and realized in the behavior contract and is managed by the proxy contract. The behavior contract mainly takes responsibility on the aspect of business logic, and functions similar to java are packaged into a special function class. Behavior contracts do not hold data.
It should be noted that the behavior contract includes a special contract, i.e. a factory contract, and its operation interface is to generate and deploy a data contract. Each factory contract can generate a corresponding data contract, belongs to the contract generation contract in the intelligent contract grammar of the block chain, and is different from the traditional external call generation contract which generates a new contract through a construction function inside the contract. For example, a ticketing factory contract produces a ticketing contract, and a president factory contract produces a president contract. The data contract generated by the factory contract can enable the contract instance to be generated more simply and conveniently.
It should be noted that the data contract is mainly used to store various types of data, and the interface provided by the data contract is mainly used to obtain data and also can support modification of data. For example, a data contract may encapsulate a type of related data into individual data contracts, and a data contract contains various attribute fields that the data body should have, and a method for obtaining and setting each field to facilitate access and setting fields for other contracts.
For example, the command for receiving the creation data is to upgrade an account, a behavior contract of the account can be indexed through an account agent contract, and then the business logic relationship for upgrading the account is analyzed to find the account, upgrade the account and finally generate a new upgraded account. Then, the above three service logic relations are searched by using a search account behavior service logic contract, upgraded by using an account upgrade service logic behavior contract, and generated new account factory contract to generate new account data, and then data storage is performed by using a data contract.
In one possible implementation, the corresponding data contract may be generated by selecting a key contract of a constructor in the plant contract; wherein the constructor is pre-packaged in the plant contract. The design method comprises the following steps: each factory contract has a create function, and a new contract is generated by constructing a function through a new contract inside the function.
In one possible implementation mode, the common interfaces and fields in the intelligent contract are stored in advance in the form of a base class; wherein the intelligent contracts include agent contracts, behavioral contracts, and data contracts.
In the embodiment of the application, the intelligent contracts are designed in a layered mode and are designed into data contracts, agent contracts and behavior contracts according to different functions of corresponding contracts. When an intelligent contract is created, the common interface and the field saved in the base class form can be directly called, the same interface does not need to be repeatedly coded, and the working efficiency is greatly improved.
In one possible embodiment, the creation of the intelligent contract is accomplished by derivation of classes using an inheritance mechanism.
When the intelligent contract is created, more common interfaces and fields can be realized by derivation of the classes by adopting an inheritance mechanism. For example, a log event on which all contracts depend is to inherit a defined logable.
As shown in fig. 3, bank account factory is mainly a factory contract of a bank headquarter contract, bank branch office factory is a factory contract of a bank branch contract, account factory is mainly a common base class of an account class factory contract, factory is mainly a common base class of a factory class contract, meta. Specifically, the common base class of the factory contract of the banking institute contract and the factory contract of the banking branch institution contract is a common base class of the account class factory contract, and redundancy of the amount of the code can be avoided when the factory contract of the banking institute contract and the banking branch institution contract are created using the common base class of the account class factory contract.
In the embodiment of the application, when the intelligent contract is created, most common interfaces and fields can be written into the base class independently, so that the contract is convenient to update, and the readability of the contract code is higher.
In the technical scheme of the application, firstly, a command for creating data is received, and a corresponding proxy contract is called according to the command; the agent contract is a contract of a management operation interface, then indexes a corresponding behavior contract according to a mapping relation in the agent contract, finally analyzes a business logic relation in the behavior contract, and generates a corresponding data contract by utilizing a factory contract in the behavior contract according to the business logic relation; wherein the data contract is for storing data. According to the technical scheme provided by the embodiment of the application, the intelligent contract is designed in a layered mode according to the flow and the function of the project, and the data is created by adopting three intelligent contracts, namely the agent contract, the behavior contract and the design contract, so that the workload can be reduced, the efficiency can be improved, and the interference of malicious behaviors on the normal execution of the contract can be avoided. Specifically, by switching proxy contracts to other contracts, the business layer can index corresponding behavior contracts only by storing a small amount of proxy contracts, so that the redundancy of codes is greatly reduced; and the data creation can be completed by analyzing the service logic relationship in the behavior contract and generating a corresponding contract through a factory contract. The data contract generated by the factory contract can enable the contract instance to be generated more simply and conveniently. Data is stored through the data contract, so that other contracts can conveniently access the data and set fields. Meanwhile, the intelligent contract based on the block chain technology not only can exert the advantages of the intelligent contract in the aspect of cost efficiency, but also can avoid the interference of malicious behaviors on the normal execution of the contract. The intelligent contract is a block chain execution program, can be accurately and automatically executed, is written into a block chain in a reduced and coded form, and ensures that the whole processes of storage, reading and execution are transparent, traceable and uncontrollable by the characteristics of the block chain technology.
The embodiment of the present invention provides a data creating apparatus based on an intelligent contract in addition to the data creating method based on an intelligent contract, as shown in fig. 4, including:
a receiving unit 410, a calling unit 420, an indexing unit 430 and an analyzing unit 440, wherein:
the receiving unit 410 may be used to receive a command to create data;
the invoking unit 420 may be configured to invoke the corresponding proxy contract according to the command; wherein the agent contract is a contract to manage the operation interface;
the indexing unit 430 may be configured to index the corresponding behavior contract according to the mapping relationship in the proxy contract;
the analysis unit 440 may be configured to analyze a business logic relationship in the behavioral contract, and generate a corresponding data contract according to the business logic relationship by using a factory contract in the behavioral contract; wherein the data contract is for storing data.
The intelligent contract-based data creation apparatus in the embodiments disclosed in the present application may be implemented by various computer systems, which are described below with reference to fig. 5 and 6.
Fig. 5 is a block diagram of some embodiments of a smart contract-based data creation apparatus as disclosed herein. As shown in fig. 5, the apparatus of this embodiment includes: a memory 510 and a processor 520 coupled to the memory 510, the processor 520 being configured to execute the intelligent contract-based data creation method in any of the embodiments of the present application based on instructions stored in the memory 510.
Memory 510 may include, for example, system memory, fixed non-volatile storage media, and the like. The system memory stores, for example, an operating system, application programs, a boot loader, a database, and other programs.
Fig. 6 is a block diagram of still further embodiments of the intelligent contract-based data creation apparatus disclosed herein. As shown in fig. 6, the apparatus of this embodiment includes: memory 610 and processor 620 are similar to memory 510 and processor 520, respectively. An input output interface 630, a network interface 640, a storage interface 650, and the like may also be included. These interfaces 630, 640, 650 and the connections between the memory 610 and the processor 620 may be through a bus 660, for example. The input/output interface 630 provides a connection interface for input/output devices such as a display, a mouse, a keyboard, and a touch screen. The network interface 640 provides a connection interface for various networking devices, such as a database server or a cloud storage server. The storage interface 650 may provide a connection interface for external storage devices such as an SD card, a usb disk, and the like.
The present application further provides a computer-readable storage medium, described below in conjunction with fig. 7.
FIG. 7 is a block diagram of some embodiments of a computer-readable storage medium disclosed herein. As shown in fig. 7, the computer-readable storage medium of this embodiment includes: data creating means based on the intelligent contract in any one of the foregoing embodiments; and a host 710. Host 710 may include a host corresponding to an online environment and a host corresponding to a test environment. The host 710 is configured to receive a task issued by the intelligent contract-based data creation apparatus to perform intelligent contract-based data creation of corresponding content.
The data creating device based on the intelligent contract can be arranged in a management host, and the management host can be a continuous integration server. To further ensure the accuracy of the deployment update, the persistent integration server may be further divided into a persistent integration server in an online environment and a persistent integration server in a test environment. The related files (for example, RPM files) for automatic detection of abnormal data may be stored in the management host, or may be separately stored in the storage server, and the storage server may be further divided into a test environment storage server and an online environment storage server, so as to facilitate searching for the related files in different environments.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus embodiment, since it is substantially similar to the method embodiment, it is relatively simple to describe, and reference may be made to some descriptions of the method embodiment for relevant points. The above-described apparatus embodiments are merely illustrative, and the units and modules described as separate components may or may not be physically separate. In addition, some or all of the units and modules may be selected according to actual needs to achieve the purpose of the solution of the embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The foregoing is directed to embodiments of the present invention, and it is understood that various modifications and improvements can be made by those skilled in the art without departing from the spirit of the invention.

Claims (10)

1. A method for creating data based on intelligent contracts, the method comprising:
receiving a command to create data;
calling a corresponding proxy contract according to the command; wherein the agent contract is a contract to manage the operation interface;
indexing a corresponding behavior contract according to the mapping relation in the agent contract;
analyzing the service logic relationship in the behavior contract, and generating a corresponding data contract by using a factory contract in the behavior contract according to the service logic relationship; wherein the data contract is for storing data.
2. The method of claim 1, further comprising:
pre-storing a common interface and a field in the intelligent contract in a base class form; wherein the intelligent contracts include agent contracts, behavioral contracts, and data contracts.
3. The method of claim 1, further comprising:
and adopting an inheritance mechanism to complete the creation of the intelligent contract through derivation of the class.
4. The method of claim 1, wherein invoking the corresponding proxy contract according to the command comprises:
judging whether the command is an object operation, if so, calling an object proxy contract; the object proxy contract is a functional interface for adding an operation object, deleting the operation object and modifying the operation object.
5. The method of claim 1, wherein invoking the corresponding proxy contract according to the command comprises:
judging whether the command is an account operation or not, and if so, calling an account agent contract; and the account proxy contract calls a function interface for creating an account, modifying the account and adding an external account.
6. The method of claim 1, wherein generating a corresponding data contract using a plant contract in the behavioral contracts comprises:
generating a corresponding data contract by selecting a keyword contract in a construction function in the factory contract; wherein the constructor is pre-packaged in the plant contract.
7. The method of claim 1, further comprising:
the data contract is modified.
8. An apparatus for data creation based on smart contracts, the apparatus comprising:
the device comprises a receiving unit, a calling unit, an indexing unit and an analyzing unit;
the receiving unit is used for receiving a command for creating data;
the calling unit is used for calling the corresponding proxy contract according to the command; wherein the agent contract is a contract to manage the operation interface;
the index unit is used for indexing a corresponding behavior contract according to the mapping relation in the agent contract;
the analysis unit is used for analyzing the business logic relationship in the behavior contract and generating a corresponding data contract by using a factory contract in the behavior contract according to the business logic relationship; wherein the data contract is for storing data.
9. A smart contract-based data creation device, the device comprising a processor and a memory:
the memory is used for storing program codes and transmitting the program codes to the processor;
the processor is configured to execute the intelligent contract-based data creation method of any one of claims 1-7 according to instructions in the program code.
10. A computer-readable storage medium for storing program code for executing the intelligent contract-based data creation method of any one of claims 1 to 7.
CN201911417074.4A 2019-12-31 2019-12-31 Data creating method, device, equipment and storage medium based on intelligent contract Pending CN111159301A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911417074.4A CN111159301A (en) 2019-12-31 2019-12-31 Data creating method, device, equipment and storage medium based on intelligent contract

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911417074.4A CN111159301A (en) 2019-12-31 2019-12-31 Data creating method, device, equipment and storage medium based on intelligent contract

Publications (1)

Publication Number Publication Date
CN111159301A true CN111159301A (en) 2020-05-15

Family

ID=70560228

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911417074.4A Pending CN111159301A (en) 2019-12-31 2019-12-31 Data creating method, device, equipment and storage medium based on intelligent contract

Country Status (1)

Country Link
CN (1) CN111159301A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112070618A (en) * 2020-09-02 2020-12-11 中国平安人寿保险股份有限公司 Insurance claim settlement method, device, equipment and medium based on block chain
CN112118133A (en) * 2020-09-11 2020-12-22 北京易安睿龙科技有限公司 Method for facilitating quick upgrading of Ether intelligent contracts based on custom structure data
CN113486114A (en) * 2021-06-30 2021-10-08 电子科技大学 Block chain intelligent contract calling management method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108830720A (en) * 2018-06-21 2018-11-16 北京京东尚科信息技术有限公司 Intelligent contract operation method, device, system and computer readable storage medium
CN108876619A (en) * 2018-06-26 2018-11-23 北京溯安链科技有限公司 Processing method, device, equipment and medium based on block chain intelligence contract
CN109559229A (en) * 2018-11-30 2019-04-02 众安信息技术服务有限公司 The method of the intelligent contract group of update based on block chain
CN110516007A (en) * 2019-08-30 2019-11-29 北京百度网讯科技有限公司 A kind of deployment control method, device, equipment and the medium of block chain network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108830720A (en) * 2018-06-21 2018-11-16 北京京东尚科信息技术有限公司 Intelligent contract operation method, device, system and computer readable storage medium
CN108876619A (en) * 2018-06-26 2018-11-23 北京溯安链科技有限公司 Processing method, device, equipment and medium based on block chain intelligence contract
CN109559229A (en) * 2018-11-30 2019-04-02 众安信息技术服务有限公司 The method of the intelligent contract group of update based on block chain
CN110516007A (en) * 2019-08-30 2019-11-29 北京百度网讯科技有限公司 A kind of deployment control method, device, equipment and the medium of block chain network

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112070618A (en) * 2020-09-02 2020-12-11 中国平安人寿保险股份有限公司 Insurance claim settlement method, device, equipment and medium based on block chain
CN112118133A (en) * 2020-09-11 2020-12-22 北京易安睿龙科技有限公司 Method for facilitating quick upgrading of Ether intelligent contracts based on custom structure data
CN112118133B (en) * 2020-09-11 2023-06-09 北京易安睿龙科技有限公司 Method for facilitating quick upgrade of intelligent contracts of Ethernet based on custom structure data
CN113486114A (en) * 2021-06-30 2021-10-08 电子科技大学 Block chain intelligent contract calling management method
CN113486114B (en) * 2021-06-30 2023-03-28 电子科技大学 Block chain intelligent contract calling management method

Similar Documents

Publication Publication Date Title
CN109324791B (en) Financial self-service terminal business process development method and device and terminal equipment
US8490050B2 (en) Automatic generation of user interfaces
US20190243665A1 (en) Application runtime configuration using design time artifacts
CN109032825B (en) Fault injection method, device and equipment
CN106559438A (en) A kind of program method for uploading and device based on objective network platform
US11074154B2 (en) Identifying a source file for use in debugging compiled code
CN111159301A (en) Data creating method, device, equipment and storage medium based on intelligent contract
CN111399840B (en) Module development method and device
CN113010181A (en) Deployment method and device of operators in deep learning framework and electronic equipment
CN112148278A (en) Visual block chain intelligent contract framework and intelligent contract development and deployment method
WO2021228036A1 (en) Modification of codified infrastructure for orchestration in multi-cloud environment
US11741002B2 (en) Test automation systems and methods using logical identifiers
CN113268260A (en) Routing method and device for web front end
CN116974581B (en) Code generation method, device, electronic equipment and storage medium
US11182272B2 (en) Application state monitoring
US10606569B2 (en) Declarative configuration elements
CN113031964B (en) Big data application management method, device, equipment and storage medium
US20220365758A1 (en) Tool for Introspection in Object-Oriented Source Code
CN114625372A (en) Automatic component compiling method and device, computer equipment and storage medium
CN114610309A (en) Object configuration method, device, equipment and storage medium
CN114461223A (en) Code generation method and device and terminal equipment
CN112181407B (en) Service realization processing method, device, system, electronic equipment and storage medium
CN113110846A (en) Method and device for acquiring environment variable
CN108089852B (en) Method, medium, apparatus and computing device for establishing attribute access
CN112925523A (en) Object comparison method, device, equipment and computer readable 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