CN110097464B - Intelligent contract generation method and device, electronic equipment and storage medium - Google Patents

Intelligent contract generation method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110097464B
CN110097464B CN201910282904.0A CN201910282904A CN110097464B CN 110097464 B CN110097464 B CN 110097464B CN 201910282904 A CN201910282904 A CN 201910282904A CN 110097464 B CN110097464 B CN 110097464B
Authority
CN
China
Prior art keywords
intelligent contract
contract
expression model
target
model
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
CN201910282904.0A
Other languages
Chinese (zh)
Other versions
CN110097464A (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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201910282904.0A priority Critical patent/CN110097464B/en
Publication of CN110097464A publication Critical patent/CN110097464A/en
Application granted granted Critical
Publication of CN110097464B publication Critical patent/CN110097464B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/40Authorisation, e.g. identification of payer or payee, verification of customer or shop credentials; Review and approval of payers, e.g. check credit lines or negative lists
    • G06Q20/405Establishing or using transaction specific rules
    • 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

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Engineering & Computer Science (AREA)
  • Finance (AREA)
  • Theoretical Computer Science (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the application discloses a method and a device for generating an intelligent contract, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring an intelligent contract expression model; acquiring a target platform and a target programming language; and generating a target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language. The generation process of the whole intelligent contract is simple, programming is not needed, the requirement on the coding capacity of contract opening personnel and contract application personnel is further lowered, and the generation difficulty of the intelligent contract is simplified.

Description

Intelligent contract generation method and device, electronic equipment and storage medium
Technical Field
The embodiment of the application relates to the technical field of computers, in particular to a method and a device for generating an intelligent contract, electronic equipment and a storage medium.
Background
An intelligent contract refers to any contract that can be automatically enforced without intervention of an intermediate third party. With the development of blockchain technology, the current intelligent contracts are generally referred to as intelligent contracts implemented based on blockchain technology, and are typical technical features of blockchain 2.0. The blockchain intelligent contract has the characteristics of two dimensions of intelligent contract codes and intelligent legal contracts, wherein the intelligent contract codes refer to software main bodies which are embedded in blockchains and automatically execute when a preset condition is met, and the intelligent legal contracts refer to legal contracts or legal contract elements expressed and executed by software.
The code characteristics of intelligent contracts determine the complexity of writing intelligent contracts, and the contract characteristics of intelligent contracts place higher demands on the accuracy and understandability of intelligent contracts. The intelligent legal contract feature of intelligent contracts requires that intelligent contracts be easily understandable and writeable, and in some ways, require greater intelligibility and writeability than traditional application software. The intelligent contract code characteristics of the intelligent contracts and the high-level language-based intelligent contract expression modes provided in the block chain platforms determine that the understanding and writing of the intelligent contracts need programming professional skills.
However, since the blockchain and the intelligent contract are emerging technologies, the learning cost for learning the blockchain intelligent contract programming is high, and how to quickly and easily generate the blockchain intelligent contract becomes a technical problem to be solved by those skilled in the art.
Disclosure of Invention
The embodiment of the application provides a method and a device for generating an intelligent contract, an electronic device and a storage medium, which are used for reducing the difficulty in generating the intelligent contract.
In a first aspect, an embodiment of the present application provides an intelligent contract generating method, including;
acquiring an intelligent contract expression model;
acquiring a target platform and a target programming language;
and generating a target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language.
In a possible implementation manner of the first aspect, the generating a target intelligent contract according to the intelligent contract expression model, the target platform, and the target programming language includes:
obtaining a target intelligent contract expression model corresponding to the target platform according to the intelligent contract expression model and the target platform;
and generating a target intelligent contract corresponding to the target programming language according to the target intelligent contract expression model and the target programming language.
In another possible implementation manner of the first aspect, the obtaining, according to the intelligent contract expression model and the target platform, a target intelligent contract expression model corresponding to the target platform includes:
obtaining M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, wherein M, N is an integer greater than or equal to 1;
determining K first contract atomic operations and K second contract atomic operations according to M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, wherein the K first contract atomic operations are in one-to-one correspondence with the K second contract atomic operations, differences exist between the first contract atomic operations and the second contract atomic operations in one-to-one correspondence, and K is an integer greater than or equal to 1;
and replacing the K second contract atomic operations with the K first contract atomic operations corresponding to the intelligent contract expression model to obtain the target intelligent contract expression model.
In another possible implementation manner of the first aspect, the obtaining the user-selected intelligent contract expression model includes:
receiving an intelligent contract expression model selection instruction of a user;
and determining the intelligent contract expression model selected by the user from at least one intelligent contract expression model created in advance according to the intelligent contract expression model selection instruction.
In another possible implementation manner of the first aspect, the obtaining the user-selected intelligent contract expression model includes:
receiving an intelligent contract expression model creating instruction of a user, wherein the intelligent contract expression model creating instruction comprises the following steps: the interaction showing model and the logic control model selected by the user; wherein the interaction presentation model comprises: the logic control model comprises a plurality of graphic elements and incidence relations among the graphic elements, and comprises the following steps: data packets, control flows and information flows;
and creating the intelligent contract expression model selected by the user according to the intelligent contract expression model creating instruction.
Optionally, the interaction presentation model further includes at least one of: and page layout, style display and interactive operation among the primitives.
Optionally, the primitive represents a contract atomic operation or a contract functional component; wherein the contract functional component is an encapsulation of a plurality of contract atomic operation sequences.
In a second aspect, an embodiment of the present application provides an apparatus for generating an intelligent contract, including:
the first acquisition module is used for acquiring an intelligent contract expression model;
the second acquisition module is used for acquiring a target platform and a target programming language;
and the generating module is used for generating the target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language.
In a possible implementation manner of the second aspect, the generating module includes an obtaining unit and a generating unit:
the acquisition unit is used for acquiring a target intelligent contract expression model corresponding to the target platform according to the intelligent contract expression model and the target platform;
and the generating unit is used for generating a target intelligent contract corresponding to the target programming language according to the target intelligent contract expression model and the target programming language.
In another possible implementation manner of the second aspect, the obtaining unit includes an obtaining subunit, a determining subunit, and a replacing subunit:
the obtaining subunit is configured to obtain M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, where M, N is an integer greater than or equal to 1;
the determining subunit is configured to determine, according to M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, K first contract atomic operations and K second contract atomic operations, where the K first contract atomic operations are in one-to-one correspondence with the K second contract atomic operations, a difference exists between the one-to-one correspondence first contract atomic operations and the one-to-second contract atomic operations, and K is an integer greater than or equal to 1;
and the replacing subunit is used for replacing the K second contract atomic operations with the K first contract atomic operations corresponding to the intelligent contract expression model to obtain the target intelligent contract expression model.
In another possible implementation manner of the second aspect, the first obtaining module includes a first receiving unit and a first determining unit, and includes:
the first receiving unit is used for receiving an intelligent contract expression model selection instruction of a user;
the first determining unit is used for determining the intelligent contract expression model selected by the user from at least one intelligent contract expression model created in advance according to the intelligent contract expression model selection instruction.
In another possible implementation manner of the second aspect, the first obtaining module further includes a second receiving unit and an creating unit:
the second receiving unit is configured to receive an intelligent contract expression model creation instruction of a user, where the intelligent contract expression model creation instruction includes: the interaction showing model and the logic control model selected by the user; wherein the interaction presentation model comprises: the logic control model comprises a plurality of graphic elements and incidence relations among the graphic elements, and comprises the following steps: data packets, control flows and information flows;
and the creating unit is used for creating the intelligent contract expression model selected by the user according to the intelligent contract expression model creating instruction.
Optionally, the interaction presentation model further includes at least one of: and page layout, style display and interactive operation among the primitives.
Optionally, the primitive represents a contract atomic operation or a contract functional component;
wherein the contract functional component is an encapsulation of a plurality of contract atomic operation sequences.
In a third aspect, an embodiment of the present application provides an electronic device, including:
a memory for storing a computer program;
a processor for executing the computer program to implement the intelligent contract generation method of the first aspect.
In a fourth aspect, an embodiment of the present application provides a computer storage medium, in which a computer program is stored, and the computer program, when executed, implements the intelligent contract generation method according to any one of the first aspect.
According to the intelligent contract generation method and device, the electronic equipment and the storage medium, the intelligent contract expression model is obtained; acquiring a target platform and a target programming language; and generating a target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language. The whole intelligent contract generation process is simple, programming is not needed, the requirement on the coding capacity of contract opening personnel and contract application personnel is further lowered, and the generation difficulty of the intelligent contract is simplified.
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 introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to these drawings without inventive exercise.
FIG. 1 is a schematic diagram of an intelligent contract generation system according to an embodiment of the present application;
FIG. 2 is a schematic structural diagram of an intelligent contract expression model module according to an embodiment of the present application;
FIG. 3 is a schematic structural diagram of a contract development module according to an embodiment of the present application;
FIG. 4 is a flowchart of a method for generating an intelligent contract according to an embodiment of the present application;
FIG. 5 is another flow chart of a process for generating an intelligent contract provided by an embodiment of the present application;
FIG. 6 is a flowchart of a process for generating an intelligent contract according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of an intelligent contract generating apparatus provided in an embodiment of the present application;
fig. 8 is another schematic structural diagram of an intelligent contract generating apparatus provided in an embodiment of the present application;
fig. 9 is another schematic structural diagram of an intelligent contract generating apparatus provided in an embodiment of the present application;
fig. 10 is another schematic structural diagram of an intelligent contract generating apparatus provided in an embodiment of the present application;
fig. 11 is another schematic structural diagram of an intelligent contract generating apparatus provided in an embodiment of the present application;
fig. 12 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but 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 application.
Fig. 1 is a schematic diagram of an intelligent contract generation system according to an embodiment of the present application, and the intelligent contract generation system includes an intelligent contract expression model module and a contract development module, as shown in fig. 1.
The intelligent contract expression model module is used for providing an expression mechanism of a general intelligent contract expression model and a platform related intelligent contract expression model, specifically receiving an operation instruction of a contract developer, and creating the intelligent contract expression model according to the operation instruction of the contract developer, wherein the created intelligent contract expression model has universality and standardization.
And the contract development module is used for analyzing the intelligent contract expression model created by the intelligent contract expression model module, converting the analyzed intelligent contract expression model into an intelligent contract code corresponding to the target platform and the target programming language, and taking the intelligent contract code as a target intelligent contract.
As can be seen from fig. 1, in the embodiment of the present application, through the cooperative cooperation of the intelligent contract expression model module and the contract development module, the target intelligent contract corresponding to the target platform and the target programming language is automatically generated, and the contract developer does not need to encode by itself to generate the intelligent contract code, so that the requirement on the encoding capability of the contract developer is greatly reduced, and the generation speed of the intelligent contract is increased. Meanwhile, the workload of contract developers can be reduced.
With reference to fig. 1, in the embodiment of the present application, after the intelligent contract expression model generated by the intelligent contract expression model module, the intelligent contract expression model is directly encoded by the contract development module to generate the intelligent contract code, and for the contract application staff using the created intelligent contract expression model, the intelligent contract expression model does not need to be encoded by themselves, so that the encoding capability of the contract application staff is reduced.
Fig. 2 is a schematic structural diagram of an intelligent contract expression model module according to an embodiment of the present disclosure, and as shown in fig. 2, the intelligent contract expression model according to the embodiment of the present disclosure employs a three-layer abstract expression mechanism including a contract atomic operation, a contract functional component, and a domain contract template, and the intelligent contract expression model module includes: inside realization unit, mutual model unit, the logic control model unit that shows, wherein, inside realization unit includes: a contract atomic operation, a contract functional component, and a domain contract template.
The contract atomic operation is an inseparable minimum abstract operation in an intelligent contract expression model and is a basic element for intelligent contract modeling.
The contract functional component is a contract atomic operation sequence for realizing specific functions, and is a logic package of common functions, namely a plurality of contract atomic operations are packaged to be used as one contract functional component.
The domain contract template is a parameterized contract for realizing specific domain services, and is generalized service logic expressed by a contract atomic operation and a contract functional component sequence.
The platform atomic operation is platform-related implementation of the contract atomic operation in the intelligent contract expression model module, in order to maintain the cross-platform performance of the intelligent contract model, the contract atomic operation in the intelligent contract expression model is abstract general operation, and the contract atomic operation in the intelligent contract expression model can be implemented on different platforms through the platform atomic operation.
The platform atomic operation implementation method is characterized in that a platform basic operator is a minimum expression unit of a platform-related contract, and is realized by an indivisible platform basic operator sequence in order to maintain the intelligibility of intelligent contract platform, reduce the difficulty of conversion from an intelligent contract expression model to a platform intelligent contract model and reduce the development cost of a platform atomic operation implementation library.
And the interactive display model unit is used for providing a display logic expression mechanism for intelligent contract expression modeling, and comprises a basic primitive, an incidence relation, a page layout, a display style, interactive operation and the like. The unified and intuitive display form and interaction mechanism are provided through the display model, and the easy development and understandability of the intelligent contract are improved.
The logic control model unit is a basis of the intelligent contract expression model and is used for providing a data packet, a control flow and an information flow for expressing the business logic of the intelligent contract, wherein the data packet is used for defining data structures such as ledger data, input data and output data of the intelligent contract operation, the control flow is used for describing the control process of the intelligent contract and comprises control structures such as sequence, branch, cycle and jump, and the information flow is used for describing information transmission among all operation steps in the intelligent contract.
Fig. 3 is a schematic structural diagram of a contract development module according to an embodiment of the present application, and as shown in fig. 3, the contract development module includes: the intelligent contract model generation system comprises a contract model resource library, an intelligent contract model manager, an intelligent contract renderer, a platform contract model converter and an intelligent contract code generator.
Wherein, the contract model resource library includes: the system comprises an atomic operation library, a functional component library, a field template library and a platform atomic operation library, and is responsible for providing basic resources for intelligent contract development for an intelligent contract expression model module, wherein the contract model resource library is connected with an internal implementation unit in an intelligent contract expression model, and the internal implementation unit can obtain atomic operation, functional components and field templates from the contract model resource library.
The intelligent contract renderer is used for providing visual interactive intelligent contract modeling functions and comprises an intelligent contract model rendering engine, the core of the intelligent contract renderer is the intelligent contract visual rendering engine, and the rendering engine is responsible for visualization and interactive modeling operation of an intelligent contract expression model.
The intelligent contract model manager comprises an intelligent contract model analysis engine and is used for analyzing the intelligent contract expression model to obtain the analyzed intelligent contract expression model.
The platform contract model converter comprises a platform intelligent contract conversion engine and is used for converting an analyzed intelligent contract expression model into a platform-related target intelligent contract expression model, the core of the converter is the platform intelligent contract conversion engine, and the conversion engine uses a platform atomic operation realization library in a contract model resource library to convert an abstract contract model into the platform-related contract model based on the analyzed intelligent contract expression model provided by an intelligent contract model manager.
The intelligent contract code generator comprises an intelligent contract code generation engine and is used for compiling the platform-related intelligent contracts into intelligent contract codes realized by a specific programming language, and the core of the intelligent contract code generator is the intelligent contract code generation engine of different programming languages.
Based on fig. 1 to 3, the technical solution of the present application will be described in detail below with specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Fig. 4 is a flowchart of a method for generating an intelligent contract according to an embodiment of the present application, and as shown in fig. 4, the method according to the embodiment of the present application may include:
and S101, acquiring an intelligent contract expression model.
The execution subject of the embodiment of the present application is a device with an intelligent contract generation function, which is referred to as a generation device for short, and the generation device may include an intelligent contract expression model module shown in fig. 2 and a contract development module shown in fig. 3. The generating device is integrated on the electronic equipment, and can also be a separate electronic equipment.
The electronic device may be a mobile phone (mobile phone), a tablet computer (Pad), a computer with a wireless transceiving function, a Virtual Reality (VR) terminal device, an Augmented Reality (AR) electronic device, a wireless electronic device in industrial control (industrial control), a wireless electronic device in self driving (self driving), a wireless electronic device in remote medical treatment (remote medical), a wireless electronic device in smart grid (smart grid), a wireless electronic device in transportation safety (transportation safety), a wireless electronic device in smart city (smart city), a wireless electronic device in smart home (smart home), and the like, which are not limited in this embodiment of the present application.
The method for obtaining the intelligent contract expression model is not limited, and is determined according to actual needs.
In one example, the above S101 may include the following step a1 and step a 2.
Step A1, receiving an intelligent contract expression model selection instruction of a user;
and A2, determining the intelligent contract expression model selected by the user from at least one intelligent contract expression model created in advance according to the intelligent contract expression model selection instruction.
Specifically, the contract model resource library comprises a field template library, and the field template library comprises at least one intelligent contract expression model which is created in advance, so that an intelligent contract expression model selection instruction of a user is received, and the intelligent contract expression model selected by the user is determined from the at least one intelligent contract expression model which is created in advance according to the intelligent contract expression model selection instruction.
In another example, the above S101 may include the following step B1 and step B2.
Step B1, receiving an intelligent contract expression model creating instruction of a user, wherein the intelligent contract expression model creating instruction comprises the following steps: the interaction showing model and the logic control model selected by the user; wherein the interaction presentation model comprises: the logic control model comprises a plurality of graphic elements and incidence relations among the graphic elements, and comprises the following steps: data packets, control flow, and information flow.
And step B2, creating the intelligent contract expression model selected by the user according to the intelligent contract expression model creating instruction.
Referring to fig. 1, the interaction presentation model includes a plurality of primitives and associations between the primitives, different primitives represent different contract atomic operations, or different primitives represent different contract functional components, and the contract functional components are packages of a plurality of contract atomic operation sequences.
The intelligent contract renderer in fig. 3 provides a visual interactive intelligent contract modeling function, visualizes an interaction presentation model and a logic control model in the intelligent contract expression model module as a user, and the user can directly perform interactive modeling operation on the interaction presentation model and the logic control model.
In the process of creating the intelligent contract expression model, after the intelligent contract expression model module receives an intelligent contract expression model creating instruction of a user, an intelligent contract expression model selected by the user is created according to the intelligent contract expression model creating instruction of the user. For example, a user creates an intelligent contract expression model such as a flow chart by using different primitives, direct association relations of the primitives and the like. Meanwhile, adding a data packet of data structures such as ledger data, input data and output data for defining intelligent contract operation, adding a control process for describing an intelligent contract, including control flows of control structures such as sequence, branch, loop and jump, and adding an information flow for describing information transmission among operation steps in the intelligent contract, and finally generating an intelligent contract expression model.
Optionally, as shown in fig. 2, the interaction presentation model further includes at least one of the following: and page layout, style display and interactive operation among the primitives.
S102, acquiring a target platform and a target programming language.
Currently, a mainstream block chain platform such as an ethernet (Ethereum), a hyper ledger (hyper ledger Fabric), a grapefruit (EOS), and the like determines that the intelligent contract of the embodiment of the present application is applied to the platform, that is, which platform can be determined as a target platform.
The intelligent contracts in each blockchain platform are almost all expressed by adopting a high-level programming language, such as the programming languages of solidity, serpent, LLL and the like adopted in an Ethern, Go, node. js and Java programming languages supported by a super ledger, and C/C + + programming languages supported by EOS. In this way, the programming language corresponding to the target platform can be acquired from the programming languages corresponding to the platforms as the target programming language.
For example, the target platform obtained in this step is Ethereum (Ethereum), and the target programming language obtained in this step is solidity programming language.
S103, generating a target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language.
Based on the steps, after the intelligent contract expression model, the target platform and the target programming language are obtained, the intelligent contract expression model can be converted into the intelligent contract corresponding to the target platform and the target programming language, and then the generation of the intelligent contract of the target platform is achieved.
The method of the embodiment of the application firstly obtains the universal intelligent contract expression model, then converts the universal intelligent contract expression model into the intelligent contract corresponding to the target platform according to the characteristics of the target platform, and further realizes the quick generation of the intelligent contracts of different platforms.
According to the method for generating the intelligent contract, the intelligent contract expression model is obtained; acquiring a target platform and a target programming language; and generating a target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language. The whole intelligent contract generation process is simple, programming is not needed, the requirement on the coding capacity of contract opening personnel and contract application personnel is further lowered, and the generation difficulty of the intelligent contract is simplified.
On the basis of the foregoing embodiment, referring to fig. 5, fig. 5 is another flowchart of a generation process of an intelligent contract provided in the embodiment of the present application, and the embodiment of the present application relates to a specific process of obtaining a target intelligent contract expression model corresponding to the target platform according to the intelligent contract expression model and the target platform. As shown in fig. 5, the S103 may include:
s201, obtaining a target intelligent contract expression model corresponding to the target platform according to the intelligent contract expression model and the target platform.
This step may be performed by the contract development module shown in FIG. 3 above.
Therefore, the intelligent contract expression model is generated by the intelligent contract expression model module based on the contract model resource library, and the atomic operation, the functional component and the domain template stored in the contract model resource library have universality and standardization. Different platforms have own characteristics, so that when the obtained intelligent contract expression model is applied to the target platform, the intelligent contract expression model needs to be converted into an intelligent contract expression model corresponding to the target platform and recorded as a target intelligent contract expression model.
In a possible implementation manner, the characteristic parameters of the target platform are obtained, and the characteristic parameters of the target platform are used for directly updating the related parameters in the universal intelligent contract expression model, so that the target intelligent contract expression model is generated. The characteristic parameters may be codes, so that in the embodiment of the application, the universal intelligent contract expression model needs to be converted into a code form, and then the codes corresponding to the characteristic parameters of the target platform are used to update the codes corresponding to the relevant parameters in the universal intelligent contract expression model to generate the target intelligent contract expression model, wherein the target intelligent contract expression model is in the code form.
In another possible implementation manner, as shown in fig. 6, the step S201 may include the following steps S2011, S2012 and S2013.
And S2011, obtaining M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, wherein M, N is an integer greater than or equal to 1.
It should be noted that the intelligent contract expression model in the embodiment of the present application is a model similar to a flowchart, which is composed of a plurality of primitives according to a certain association relationship and the like, but each primitive represents one or more atomic operations, and therefore, the intelligent contract expression model is substantially composed of a plurality of atomic operations, and is assumed to be composed of M first atomic operations.
Referring to fig. 2, the method for obtaining M first contract atomic operations corresponding to the intelligent contract expression model may be that the intelligent contract expression model is input to an intelligent contract model analysis engine, the intelligent contract model analysis engine analyzes the intelligent contract expression model to obtain an analyzed intelligent contract expression model, and the analyzed intelligent contract expression model includes the M first contract atomic operations.
And meanwhile, the platform contract model converter acquires N second contract atomic operations corresponding to the target platform from the platform atomic operation library.
Optionally, the N second contract atomic operations may be, in each contract atomic operation corresponding to the target platform, a contract atomic operation different from each contract atomic operation in an atomic operation atom library in the contract model resource library.
Optionally, the N second contract atomic operations may be each contract atomic operation corresponding to the target platform.
S2012, according to M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, K first contract atomic operations and K second contract atomic operations are determined, wherein the K first contract atomic operations are in one-to-one correspondence with the K second contract atomic operations, differences exist between the one-to-one correspondence first contract atomic operations and the one-to-second contract atomic operations, and K is an integer greater than or equal to 1.
Based on the above step S2011, after obtaining M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, the platform intelligent contract conversion engine in the platform contract model converter compares the N second contract atomic operations with the M first contract atomic operations, and determines a K first contract atomic operation different from the N second contract atomic operations in the M first contract atomic operations. The K first contract atomic operations are in one-to-one correspondence with K second contract atomic operations in the N second contract atomic operations, and differences exist between the one-to-one correspondence first contract atomic operations and the one-to-one correspondence second contract atomic operations.
S2013, replacing the K second contract atom operations with the K first contract atom operations corresponding to the intelligent contract expression model to obtain the target intelligent contract expression model.
Based on the step of S2012, after the K first contract atomic operations and the K second contract atomic operations are determined, according to the one-to-one correspondence relationship between the K first contract atomic operations and the K second contract atomic operations, the K first contract atomic operations corresponding to the intelligent contract expression model are replaced by the K second contract atomic operations, and the replaced intelligent contract expression model is used as a target intelligent contract expression model corresponding to the target platform.
S202, generating a target intelligent contract corresponding to the target programming language according to the target intelligent contract expression model and the target programming language.
And the intelligent platform contract conversion engine converts the intelligent contract expression model into a target intelligent contract expression model corresponding to a target platform and then sends the target intelligent contract expression model to the intelligent contract code generator, and the intelligent contract code generator converts the target intelligent contract expression model into an intelligent contract code corresponding to a target programming language according to the target programming language so as to generate a target intelligent contract.
According to the method, a target intelligent contract expression model corresponding to the target platform is obtained according to the intelligent contract expression model and the target platform; and generating a target intelligent contract corresponding to the target programming language according to the target intelligent contract expression model and the target programming language. In one example, K second contract atomic operations corresponding to a target platform are used for replacing K first contract atomic operations different from the second contract atomic operations in an intelligent contract expression model, so that it is ensured that the generated target intelligent contract expression model corresponds to the target platform, and when the target intelligent contract generated based on the accurate target intelligent contract expression model is generated, it is ensured that the generated intelligent contract is also the target platform, so that the accurate generation of the intelligent contract corresponding to the target platform is realized, and the process is simple and does not need manual programming.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Fig. 7 is a schematic structural diagram of an intelligent contract generating apparatus provided in an embodiment of the present application, and as shown in fig. 7, the intelligent contract generating apparatus 100 may include:
a first obtaining module 110, configured to obtain an intelligent contract expression model;
a second obtaining module 120, configured to obtain a target platform and a target programming language;
a generating module 130, configured to generate a target intelligent contract according to the intelligent contract expression model, the target platform, and the target programming language.
The intelligent contract generating device of the embodiment of the application can be used for executing the technical scheme of the method embodiment shown above, and the implementation principle and the technical effect are similar, and are not described herein again.
Fig. 8 is another schematic structural diagram of the intelligent contract generating apparatus according to the embodiment of the present application, and as shown in fig. 8, the generating module 130 includes: acquisition unit 131 and generation unit 132:
the obtaining unit 131 is configured to obtain a target intelligent contract expression model corresponding to the target platform according to the intelligent contract expression model and the target platform;
the generating unit 132 is configured to generate a target intelligent contract corresponding to the target programming language according to the target intelligent contract expression model and the target programming language.
The intelligent contract generating device of the embodiment of the application can be used for executing the technical scheme of the method embodiment shown above, and the implementation principle and the technical effect are similar, and are not described herein again.
Fig. 9 is another schematic structural diagram of the intelligent contract generating apparatus according to the embodiment of the present application, and as shown in fig. 9, the obtaining unit 131 includes: acquisition subunit 1311, determination subunit 1312, and replacement subunit 1313:
the obtaining subunit 1311 is configured to obtain M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, where M, N is an integer greater than or equal to 1;
the determining subunit 1312 is configured to determine, according to M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, K first contract atomic operations and K second contract atomic operations, where the K first contract atomic operations are in one-to-one correspondence with the K second contract atomic operations, there is a difference between the one-to-one correspondence first contract atomic operations and the one-to-second contract atomic operations, and K is an integer greater than or equal to 1;
the replacing subunit 1313 is configured to replace the K second contract atomic operations with the K first contract atomic operations corresponding to the intelligent contract expression model, to obtain the target intelligent contract expression model.
The intelligent contract generating device of the embodiment of the application can be used for executing the technical scheme of the method embodiment shown above, and the implementation principle and the technical effect are similar, and are not described herein again.
Fig. 10 is another schematic structural diagram of the intelligent contract generating apparatus according to the embodiment of the present application, and as shown in fig. 10, the first obtaining module 110 includes a first receiving unit 111 and a first determining unit 112, and includes:
the first receiving unit 111 is configured to receive an intelligent contract expression model selection instruction of a user;
the first determining unit 112 is configured to determine, according to the intelligent contract expression model selection instruction, the user-selected intelligent contract expression model from at least one intelligent contract expression model created in advance.
The intelligent contract generating device of the embodiment of the application can be used for executing the technical scheme of the method embodiment shown above, and the implementation principle and the technical effect are similar, and are not described herein again.
Fig. 11 is another schematic structural diagram of the intelligent contract generating apparatus according to the embodiment of the present application, and as shown in fig. 11, the first obtaining module 110 further includes a second receiving unit 113 and a creating unit 114:
the second receiving unit 113 is configured to receive an intelligent contract expression model creation instruction of a user, where the intelligent contract expression model creation instruction includes: the interaction showing model and the logic control model selected by the user; wherein the interaction presentation model comprises: the logic control model comprises a plurality of graphic elements and incidence relations among the graphic elements, and comprises the following steps: data packets, control flows and information flows;
the creating unit 114 is configured to create the intelligent contract expression model selected by the user according to the intelligent contract expression model creation instruction.
Optionally, the interaction presentation model further includes at least one of: and page layout, style display and interactive operation among the primitives.
Optionally, the primitive represents a contract atomic operation or a contract functional component; wherein the contract functional component is an encapsulation of a plurality of contract atomic operation sequences.
The intelligent contract generating device of the embodiment of the application can be used for executing the technical scheme of the method embodiment shown above, and the implementation principle and the technical effect are similar, and are not described herein again.
Fig. 12 is a schematic structural diagram of an electronic device according to an embodiment of the present application, and as shown in fig. 11, the electronic device 200 according to the embodiment may include:
a memory 210 for storing a computer program;
a processor 220, configured to execute the computer program, and to specifically:
acquiring an intelligent contract expression model;
acquiring a target platform and a target programming language;
and generating a target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language.
In one possible implementation, the processor 220, when generating the target intelligent contract according to the intelligent contract expression model, the target platform, and the target programming language, includes:
obtaining a target intelligent contract expression model corresponding to the target platform according to the intelligent contract expression model and the target platform;
and generating a target intelligent contract corresponding to the target programming language according to the target intelligent contract expression model and the target programming language.
In one possible implementation manner, the processor 220, when obtaining, according to the intelligent contract expression model and the target platform, a target intelligent contract expression model corresponding to the target platform, includes:
obtaining M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, wherein M, N is an integer greater than or equal to 1;
determining K first contract atomic operations and K second contract atomic operations according to M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, wherein the K first contract atomic operations are in one-to-one correspondence with the K second contract atomic operations, differences exist between the first contract atomic operations and the second contract atomic operations in one-to-one correspondence, and K is an integer greater than or equal to 1;
and replacing the K second contract atomic operations with the K first contract atomic operations corresponding to the intelligent contract expression model to obtain the target intelligent contract expression model.
In one possible implementation, the processor 220 is configured to obtain a user-selected intelligent contract expression model, including:
receiving an intelligent contract expression model selection instruction of a user;
and determining the intelligent contract expression model selected by the user from at least one intelligent contract expression model created in advance according to the intelligent contract expression model selection instruction.
In one possible implementation, the processor 220 is configured to obtain a user-selected intelligent contract expression model, including:
receiving an intelligent contract expression model creating instruction of a user, wherein the intelligent contract expression model creating instruction comprises the following steps: the interaction showing model and the logic control model selected by the user; wherein the interaction presentation model comprises: the logic control model comprises a plurality of graphic elements and incidence relations among the graphic elements, and comprises the following steps: data packets, control flows and information flows;
and creating the intelligent contract expression model selected by the user according to the intelligent contract expression model creating instruction.
Optionally, the interaction presentation model further includes at least one of: and page layout, style display and interactive operation among the primitives.
Optionally, the primitive represents a contract atomic operation or a contract functional component; wherein the contract functional component is an encapsulation of a plurality of contract atomic operation sequences.
The electronic device of the embodiment of the present application may be configured to execute the technical solutions of the above-mentioned method embodiments, and the implementation principles and technical effects thereof are similar and will not be described herein again.
The intelligent contract generating method can be realized in a form of independent product, and can be stored in a computer readable storage medium when being sold or used as an independent product. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) or a processor 220(processor) to execute all or part of the steps of the method according to the embodiments of the present application. 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.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the application to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present application.

Claims (14)

1. A method for generating an intelligent contract, comprising:
acquiring an intelligent contract expression model;
acquiring a target platform and a target programming language;
generating a target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language;
generating a target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language, wherein the generating of the target intelligent contract comprises the following steps:
obtaining a target intelligent contract expression model corresponding to the target platform according to the intelligent contract expression model and the target platform;
and generating a target intelligent contract corresponding to the target programming language according to the target intelligent contract expression model and the target programming language.
2. The method of claim 1, wherein obtaining a target intelligent contract expression model corresponding to the target platform based on the intelligent contract expression model and the target platform comprises:
obtaining M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, wherein M, N is an integer greater than or equal to 1;
determining K first contract atomic operations and K second contract atomic operations according to M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, wherein the K first contract atomic operations are in one-to-one correspondence with the K second contract atomic operations, differences exist between the first contract atomic operations and the second contract atomic operations in one-to-one correspondence, and K is an integer greater than or equal to 1;
and replacing the K second contract atomic operations with the K first contract atomic operations corresponding to the intelligent contract expression model to obtain the target intelligent contract expression model.
3. The method of claim 1 or 2, wherein the obtaining of the user-selected intelligent contract expression model comprises:
receiving an intelligent contract expression model selection instruction of a user;
and determining the intelligent contract expression model selected by the user from at least one intelligent contract expression model created in advance according to the intelligent contract expression model selection instruction.
4. The method of claim 1 or 2, wherein the obtaining of the user-selected intelligent contract expression model comprises:
receiving an intelligent contract expression model creating instruction of a user, wherein the intelligent contract expression model creating instruction comprises the following steps: the interaction showing model and the logic control model selected by the user; wherein the interaction presentation model comprises: the logic control model comprises a plurality of graphic elements and incidence relations among the graphic elements, and comprises the following steps: data packets, control flows and information flows;
and creating the intelligent contract expression model selected by the user according to the intelligent contract expression model creating instruction.
5. The method of claim 4, wherein the interaction presentation model further comprises at least one of: and page layout, style display and interactive operation among the primitives.
6. The method of claim 4, wherein a primitive represents a contract atomic operation or a contract functional component;
wherein the contract functional component is an encapsulation of a plurality of contract atomic operation sequences.
7. An apparatus for generating an intelligent contract, comprising:
the first acquisition module is used for acquiring an intelligent contract expression model;
the second acquisition module is used for acquiring a target platform and a target programming language;
the generating module is used for generating a target intelligent contract according to the intelligent contract expression model, the target platform and the target programming language;
the generation module comprises an acquisition unit and a generation unit:
the acquisition unit is used for acquiring a target intelligent contract expression model corresponding to the target platform according to the intelligent contract expression model and the target platform;
and the generating unit is used for generating a target intelligent contract corresponding to the target programming language according to the target intelligent contract expression model and the target programming language.
8. The apparatus of claim 7, wherein the obtaining unit comprises an obtaining subunit, a determining subunit, and a replacing subunit:
the obtaining subunit is configured to obtain M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, where M, N is an integer greater than or equal to 1;
the determining subunit is configured to determine, according to M first contract atomic operations corresponding to the intelligent contract expression model and N second contract atomic operations corresponding to the target platform, K first contract atomic operations and K second contract atomic operations, where the K first contract atomic operations are in one-to-one correspondence with the K second contract atomic operations, a difference exists between the one-to-one correspondence first contract atomic operations and the one-to-second contract atomic operations, and K is an integer greater than or equal to 1;
and the replacing subunit is used for replacing the K second contract atomic operations with the K first contract atomic operations corresponding to the intelligent contract expression model to obtain the target intelligent contract expression model.
9. The apparatus according to claim 7 or 8, wherein the first obtaining module comprises a first receiving unit and a first determining unit, and comprises:
the first receiving unit is used for receiving an intelligent contract expression model selection instruction of a user;
the first determining unit is used for determining the intelligent contract expression model selected by the user from at least one intelligent contract expression model created in advance according to the intelligent contract expression model selection instruction.
10. The apparatus according to claim 7 or 8, wherein the first obtaining module further comprises a second receiving unit and a creating unit:
the second receiving unit is configured to receive an intelligent contract expression model creation instruction of a user, where the intelligent contract expression model creation instruction includes: the interaction showing model and the logic control model selected by the user; wherein the interaction presentation model comprises: the logic control model comprises a plurality of graphic elements and incidence relations among the graphic elements, and comprises the following steps: data packets, control flows and information flows;
and the creating unit is used for creating the intelligent contract expression model selected by the user according to the intelligent contract expression model creating instruction.
11. The apparatus of claim 10, wherein the interaction presentation model further comprises at least one of: and page layout, style display and interactive operation among the primitives.
12. The apparatus of claim 10, wherein a primitive represents a contract atomic operation or a contract functional component;
wherein the contract functional component is an encapsulation of a plurality of contract atomic operation sequences.
13. An electronic device, comprising;
a memory for storing a computer program;
a processor for executing the computer program to implement the intelligent contract generation method of any of claims 1-6.
14. A computer storage medium, characterized in that the storage medium has stored therein a computer program that, when executed, implements the intelligent contract generation method according to any one of claims 1-6.
CN201910282904.0A 2019-04-10 2019-04-10 Intelligent contract generation method and device, electronic equipment and storage medium Active CN110097464B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910282904.0A CN110097464B (en) 2019-04-10 2019-04-10 Intelligent contract generation method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910282904.0A CN110097464B (en) 2019-04-10 2019-04-10 Intelligent contract generation method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110097464A CN110097464A (en) 2019-08-06
CN110097464B true CN110097464B (en) 2021-09-14

Family

ID=67444580

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910282904.0A Active CN110097464B (en) 2019-04-10 2019-04-10 Intelligent contract generation method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110097464B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110704537A (en) * 2019-09-27 2020-01-17 北京启迪区块链科技发展有限公司 Intelligent contract generation method, device, equipment and storage medium
CN113691597B (en) * 2019-11-27 2022-06-14 腾讯科技(深圳)有限公司 Block chain contract deployment method, device, equipment and storage medium
CN113537947A (en) * 2021-08-09 2021-10-22 国网吉林省电力有限公司培训中心 Advanced intelligent contract project management method, system, electronic equipment and storage medium

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
CN109032706A (en) * 2018-07-16 2018-12-18 百度在线网络技术(北京)有限公司 Intelligent contract executes method, apparatus, equipment and storage medium
CN109492402A (en) * 2018-10-25 2019-03-19 杭州趣链科技有限公司 A kind of intelligent contract safe evaluating method of rule-based engine
CN109523383A (en) * 2018-10-30 2019-03-26 广州斯拜若科技有限公司 A kind of intelligence contract converting system and method

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107783758B (en) * 2016-08-25 2019-01-18 北京航空航天大学 A kind of intelligence contract engineering method
CN106681739B (en) * 2017-01-11 2020-06-19 杭州云象网络技术有限公司 Automatic intelligent contract generation method
US20180218455A1 (en) * 2017-01-30 2018-08-02 Dais Technology, Inc. System for creating and utilizing smart policies on a blockchain
US11538031B2 (en) * 2017-03-31 2022-12-27 Vijay Madisetti Method and system for identity and access management for blockchain interoperability
CN109410058A (en) * 2018-10-10 2019-03-01 百洲集团 A kind of method and device quickly generating intelligent contract based on block chain
CN109542421B (en) * 2018-11-12 2021-09-07 夸克链科技(深圳)有限公司 Modularization block chain intelligence contract

Patent 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
CN109032706A (en) * 2018-07-16 2018-12-18 百度在线网络技术(北京)有限公司 Intelligent contract executes method, apparatus, equipment and storage medium
CN109492402A (en) * 2018-10-25 2019-03-19 杭州趣链科技有限公司 A kind of intelligent contract safe evaluating method of rule-based engine
CN109523383A (en) * 2018-10-30 2019-03-26 广州斯拜若科技有限公司 A kind of intelligence contract converting system and method

Also Published As

Publication number Publication date
CN110097464A (en) 2019-08-06

Similar Documents

Publication Publication Date Title
CN110097464B (en) Intelligent contract generation method and device, electronic equipment and storage medium
CN111290778B (en) AI model packaging method, platform and electronic equipment
JP5197688B2 (en) Integrated environment generator
CN108897567B (en) Method, device, equipment and storage medium for loading files by software based on Unity
CN108786112B (en) Application scene configuration method, device and storage medium
JP5559356B2 (en) Software development method and apparatus therefor
CN112214210A (en) Logistics business rule engine and configuration method, device, equipment and storage medium thereof
CN109976723B (en) Algorithm development platform, algorithm development method and computer readable storage medium
CN110069312A (en) A kind of method and device of UI component Configuration and generation UI Component Gallery
US11847509B2 (en) Infrastructure base model API
CN113918195A (en) Application interface updating method and device, electronic equipment and readable storage medium
US20150143267A1 (en) SYSTEM AND METHOD FOR DEVELOPING A RULE-BASED EVENT-DRIVEN MULTI-LAYERED FRONTEND FOR BUSINESS SERVICES AND RENDERING THE GUIs ON MULTIPLE CLIENT DEVICES
US10496423B2 (en) Method for opening up data and functions of terminal application based on reconstruction technology
CN103425469A (en) Method for generating mobile game codes based on MDA technology
US10896035B1 (en) Methods of converting APIs into objects and uses thereof
CN112905944A (en) Page online dynamic generation method and device, electronic equipment and readable storage medium
CN112328225A (en) Page operation method and operation system thereof
CN117389647A (en) Plug-in generation method, application development method, device, equipment and medium
WO2018058612A1 (en) Configuration method and system
CN116483481A (en) Firmware library calling method, device, equipment and storage medium
CN115756433A (en) Code platform migration method and device, electronic equipment and readable storage medium
Rivero et al. Improving user involvement through a model-driven requirements approach
CN109933355A (en) Application program updating method and device
CN113778412A (en) Data resource arranging method and device, computer equipment and readable storage medium
CN109240690B (en) Interface generation method and device for data form

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