CN111427555A - Lightweight intelligent contract framework and contract development method - Google Patents

Lightweight intelligent contract framework and contract development method Download PDF

Info

Publication number
CN111427555A
CN111427555A CN202010236371.5A CN202010236371A CN111427555A CN 111427555 A CN111427555 A CN 111427555A CN 202010236371 A CN202010236371 A CN 202010236371A CN 111427555 A CN111427555 A CN 111427555A
Authority
CN
China
Prior art keywords
contract
intelligent contract
template
block chain
library
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.)
Granted
Application number
CN202010236371.5A
Other languages
Chinese (zh)
Other versions
CN111427555B (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.)
Zhongke Quanwei Technology Suzhou Co ltd
Original Assignee
Zhongke Quanwei Technology Suzhou 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 Zhongke Quanwei Technology Suzhou Co ltd filed Critical Zhongke Quanwei Technology Suzhou Co ltd
Priority to CN202010236371.5A priority Critical patent/CN111427555B/en
Publication of CN111427555A publication Critical patent/CN111427555A/en
Application granted granted Critical
Publication of CN111427555B publication Critical patent/CN111427555B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to a light-weight intelligent contract framework and a contract development method, wherein the contract framework comprises an intelligent contract generator, a user creates a project according to the prompt of the intelligent contract generator, selects an application template and compiles a contract according to business logic; the intelligent contract compiler container group is used for deploying different compiling tool chain versions and compiling contracts; and the block chain test network container group establishes a test network topology according to a preset block chain network model to test the intelligent contract. The invention organically connects a plurality of stages for developing the intelligent contract in series, integrates the customization tool based on the existing system, and has the characteristics of high development speed and convenient use; through the separation of the front end and the back end, a user only needs to perform related visual operation through the front end of the browser, the back end automatically completes the subsequent steps, unnecessary technical details are hidden, and the threshold of developing and using an intelligent contract by the user is reduced.

Description

Lightweight intelligent contract framework and contract development method
Technical Field
The invention relates to the field of block chains, in particular to a lightweight intelligent contract framework and a contract development method.
Background
From 2009, bitcoin was released to the present, a blockchain has gone through ten years, and discussion in a range from a small number gradually enters the public view, during which various concepts and technologies are continuously proposed, understood and perfected, and various technologies such as hash operation, digital signature, consensus algorithm, intelligent contract and the like are increasingly developed, wherein the development of the intelligent contract can be a milestone of the blockchain technology development, and the blockchain is developed from the initial single digital currency application to be integrated into various fields such as finance, government affairs service, supply chain, games and the like.
A so-called intelligent contract, i.e. a set of commitments defined in a digital form, includes a protocol on which the commitments can be executed by contract participants, and in short, is a computer program stored on a blockchain and automatically executed by the blockchain when a certain condition is met. The intelligent contract execution method has the significance that the traditional contract is electronized, the traditional contract endorsement execution is revolutionarily replaced by code, and a decentralized and tamper-proof platform such as a block chain can ensure that the intelligent contract can be executed certainly.
The current blockchain platforms with more intelligent contract deployments are bitcoin, ether house and super book, and by taking the ether house as an example, a user needs to develop an intelligent contract through a solid language, compile the intelligent contract into byte codes, issue the byte codes to the blockchain platform, and run on an EVM (ether house virtual machine). At present, the development of the intelligent contract is still in an early stage, related supporting facilities are not perfect, and a user needs to learn more concepts and knowledge and master numerous tools to develop, deploy, test and run the intelligent contract.
Compared with general code writing, the current intelligent contract code writing mainly has the following defects that firstly, the reusability is poor, as the intelligent contract is still in the initial development stage, the corresponding tool chain is not perfect, for a user, enough contract libraries are lacked, so that the repetition of basic logic is caused, the development and maintenance cost is obviously improved, and the subsequent service integration is difficult. Secondly, the new rules and grammars are poorly understood, and although the intelligent contracts are also implemented based on the programming language, the intelligent contracts have special rules, general programming language grammar detection tools and the like can only make common grammar errors, and the concepts and logics of the blockchains are not understood, and the concepts and logics are the most important and error-prone places in the intelligent contract writing process. Thirdly, the debugging and testing process is complex, the intelligent contract depends on a block chain network, the block chain network is lacked, and the intelligent contract cannot be executed independently, so that the written intelligent contract is difficult to test quickly, and compared with general program writing, the time for obtaining feedback is too long, so that the development efficiency is low.
In summary, it is necessary to design an intelligent contract framework that is easy to develop and integrate, so as to help users reduce the application threshold of the intelligent contract and improve the application efficiency of the block chain in various fields.
Disclosure of Invention
The invention aims to provide a lightweight intelligent contract framework and a contract development method, which solve the problems of efficient development, compiling and testing of intelligent contracts in the block chain application process.
In order to achieve the purpose, the technical scheme of the invention is as follows:
a lightweight intelligent contract framework comprises
The intelligent contract generator is used for prompting to create a project according to the intelligent contract generator, selecting an application template and compiling a contract according to business logic;
the intelligent contract compiler container group is used for deploying different compiling tool chain versions and compiling contracts;
and the block chain test network container group establishes a test network topology according to a preset block chain network model to test the intelligent contract.
Furthermore, the intelligent contract generator is a browser editor and comprises a template management module, a library management module, a grammar detection module, a semantic enhancement module, a logic detection module and an intelligent prompt module;
the template management module is used for providing various application templates;
the grammar detection module is used for carrying out grammar detection according to a programming language specification tool;
the semantic enhancement module is used for detecting block chain information;
the logic detection module is used for carrying out static analysis on the contract file;
the dependency library module is used for quoting basic contracts in the tool library according to rules and automatically importing the contracts during compiling so as to modularize contract services;
the intelligent prompting module is used for combining the grammar detection module and the semantic enhancement module to prompt and automatically generate whether the user edits in real time.
Further, the template management module comprises a template library, an intelligent contract and a tool library, wherein the template library is used for creating the contract of the template contract, the intelligent contract is issued to the block chain network after being completed, and the tool library is a basic function set.
Further, the block chain test network container group automatically pulls the block chain network node containers according to the configuration, and a block chain network is established among the block chain network node containers.
A development method of an intelligent contract framework based on light weight comprises the following steps:
downloading a frame installation tool, and establishing an integrated environment by using a tool command;
pulling an intelligent contract generator, creating a project at a browser address by a user, and selecting an application template for contract development;
sending the completed intelligent contract to an intelligent contract compiler container group, and pulling a compiling tool chain and a container of a specific version required by operation by the intelligent contract compiler container group according to the set configuration parameters;
after the intelligent contract is successfully compiled, the generated byte codes are sent to a block chain network, a block chain test network container group is used for establishing a test network topology according to a preset block chain network model to test the intelligent contract.
Further, the intelligent contract compiler container group automatically pulls the blockchain network node containers according to the configuration, and establishes a blockchain network among the blockchain network node containers.
And further, creating an engineering type according to the prompt, selecting a template engineering to generate a predefined template engineering folder, selecting a library engineering or a contract engineering to create the engineering folder through the existing template of the template library, wherein different projects correspond to different deployment addresses, the template engineering is issued to the template library, the library engineering is issued to the dependent library, and the contract engineering is issued to the block chain network.
Furthermore, the compiling result of the intelligent contract is sent to the front end of the browser in real time, and the user checks the compiling result according to the log message.
Compared with the prior art, the invention has the following beneficial effects:
the invention organically connects a plurality of stages for developing the intelligent contract in series, integrates the customization tool on the basis of fully utilizing the existing system tool, and has the characteristics of high development speed, convenient use and the like; the container technology is adopted to isolate the operations at different stages, and the method has the advantages of easy assembly and convenient integration; meanwhile, through the separation of the front end and the back end, a user only needs to perform related visual operation through the front end of the browser, and the back end automatically completes the subsequent steps, so that unnecessary technical details are hidden, and the threshold of developing and using an intelligent contract by the user is reduced.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts. Wherein:
fig. 1 is a schematic structural diagram of a lightweight intelligent contract framework according to an embodiment of the present invention;
FIG. 2 is a flow diagram of a contract framework based development method according to an embodiment of the invention.
Detailed Description
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 some, not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, shall fall within the scope of protection of the present invention.
FIG. 1 is a schematic structural diagram of a lightweight intelligent contract framework according to an embodiment of the present invention, including
The intelligent contract generator is used for prompting to create a project according to the intelligent contract generator, selecting an application template and compiling a contract according to business logic;
the intelligent contract compiler container group is used for deploying different compiling tool chain versions and compiling contracts;
and the block chain test network container group establishes a test network topology according to a preset block chain network model to test the intelligent contract.
The basic process of intelligent contract development comprises three stages of contract compiling, contract compiling and contract testing deployment, a framework is optimized for each stage, each stage is automatically connected in series through a container arranging technology, and an intelligent contract compiler container group and a block chain testing network container group are composed of one or more containers and are isolated from each other. The framework is responsible for the integration and the construction of the whole system, and after the system is started, a user can participate in the development of the intelligent contract only by accessing an externally disclosed browser address through the system.
In the contract writing stage, a user writes codes by using a corresponding programming language according to business logic and generates an intelligent contract source file, and an intelligent contract generator prompts to create a corresponding project according to the requirements of the user, provides an application template and improves the writing experience of an intelligent contract.
The intelligent contract generator is a text editor and comprises a template management module, a dependency library module, a grammar detection module, a semantic enhancement module, a logic detection module and an intelligent prompt module; the system comprises a template management module, a dependency library module, a grammar detection module, a semantic enhancement module and a logic detection module, wherein the template management module and the dependency library module are mainly used for solving the problem of contract reusability, the grammar detection module, the semantic enhancement module and the logic detection module are mainly used for error monitoring and discovering contract vulnerabilities in advance, and an intelligent prompt module is mainly used for experience enhancement and is convenient for users to use.
Specifically, the template management module is used for providing various application templates, and comprises a grammar detection module for carrying out grammar detection according to a programming language specification tool; the semantic enhancement module is used for detecting block chain information; the logic detection module is used for carrying out static analysis on the contract file; the dependency library module is used for quoting basic contracts in the tool library according to rules and automatically importing the contracts during compiling so as to modularize contract services; the intelligent prompting module is used for combining the grammar detection module and the semantic enhancement module to prompt and automatically generate whether the user edits in real time.
When a user creates a project, the template is quoted according to the prompt of the intelligent contract generator, the template management module comprises three types of templates, contracts and tool libraries, the template is a contract used for creating the template contract and is issued to the template library after being written, the contract is a conventional intelligent contract and is issued to a block of a block chain after being completed, and the tool library is a basic function set and is used for being quoted by other intelligent contracts and is issued to the tool library after being completed.
After the project is established, a user compiles a contract according to business logic, and in the process of compiling the contract, the contract is checked by a grammar detection module, a semantic enhancement module, an intelligent prompting module, a logic error detection module and a dependency library management module. The intelligent prompting module is mainly combined with the grammar detection module and the semantic enhancement module to prompt and automatically generate in real time when a user writes, the logic error detection is mainly realized by static analysis of a contract file, logic errors such as dead cycles are avoided, the dependency library module is responsible for quoting basic contracts in a tool library according to rules, and automatic import is realized during compiling, so that modularization of contract services is realized.
In the contract compiling stage, when a user compiles, the contract can be automatically sent to a rear-end intelligent contract compiler container group, different versions of different compiling tool chains are deployed in the container, and the trouble of installing and configuring by developers manually and the switching between tool versions are avoided.
In a contract deployment test stage, the block chain test network container group automatically pulls the block chain network node containers according to configuration, and a block chain network is established among the block chain network node containers.
FIG. 2 shows a flowchart of a contract framework-based intelligent contract development method according to an embodiment of the invention, comprising the following steps:
downloading a mounting frame tool, using a docker command tool and a docker-compound tool to command one key to start building an integrated environment, and using a container arrangement tool to complete subsequent operations in the background sequentially by the frame.
Pulling an intelligent contract generator, creating a project at a browser address by a user, and selecting an application template for contract development;
when a user uses a browser to operate, firstly, an engineering type is created according to a prompt, a predefined template engineering folder is generated by selecting a template engineering, an engineering folder is created by selecting a library engineering or a contract engineering through an existing template of a template library, different projects correspond to different deployment addresses, the template engineering is issued to the template library, the library engineering is issued to a dependent library, and the contract engineering is issued to a block chain network. After different types of projects are created, the writing process is basically the same, an intelligent contract generator prompts errors or warnings according to user input, when the errors or warnings occur, the user can only compile the projects by completely eliminating the error prompts, but the final deployed addresses of the different projects are different, the template projects are issued to a template library warehouse and are convenient to use when a new project is subsequently built, the library projects are issued to a dependent library warehouse and are convenient to quickly multiplex when an intelligent contract is written, and the contract projects are sent to a block chain network and are called by other users.
When the user completes the writing of the intelligent contract and the generator does not prompt an error, the user can use the compiling button to send the intelligent contract to the intelligent contract compiling container group at the back end. The intelligent contract compiler container group pulls a compiling tool chain and a container of a specific version required by operation according to set configuration parameters for compiling the intelligent contract, a compiling result is transmitted to the front end of the browser in real time, a user checks whether the compiling result is correct according to log information, and the user can select a plurality of compiling tools or tool versions at one time because the compiling environment is isolated by using an independent container, and the intelligent contract compiling tool depends on an intelligent contract language and service requirements used by the user.
The intelligent contract compiling method comprises the steps that after the intelligent contract compiling is successful, byte codes are generated and sent to a block chain network, the byte codes are stored in blocks of a block chain and can be adopted and operated by other people, when a framework is started, node containers of the block chain network are automatically pulled according to configuration, the block chain network is established among the node containers, a user can click a test deployment button in a browser to send the compiled intelligent contract to a rear-end test network address, and after the intelligent contract compiling is successful, the user can see a topological graph of the test network and contract deployment conditions in the browser.
And the compiling result of the intelligent contract is sent to the front end of the browser in real time, and the user checks the compiling result according to the log message. The user can test and debug the contract by writing a test contract, after the test is successful, the user needs to submit the contract to a relevant service department for examination and deploy the contract into a real block chain network, and the step is not in the implementation range of the frame.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A lightweight intelligent contract framework, characterized in that: comprises that
The intelligent contract generator is used for prompting to create a project according to the intelligent contract generator, selecting an application template and compiling a contract according to business logic;
the intelligent contract compiler container group is used for deploying different compiling tool chain versions and compiling contracts;
and the block chain test network container group establishes a test network topology according to a preset block chain network model to test the intelligent contract.
2. The light-weight smart contract framework of claim 1, characterized in that: the intelligent contract generator is a browser editor and comprises a template management module, a library management module, a grammar detection module, a semantic enhancement module, a logic detection module and an intelligent prompt module;
the template management module is used for providing various application templates;
the grammar detection module is used for carrying out grammar detection according to a programming language specification tool;
the semantic enhancement module is used for detecting block chain information;
the logic detection module is used for carrying out static analysis on the contract file;
the dependency library module is used for quoting basic contracts in the tool library according to rules and automatically importing the contracts during compiling so as to modularize contract services;
the intelligent prompting module is used for combining the grammar detection module and the semantic enhancement module to prompt and automatically generate whether the user edits in real time.
3. The light-weight smart contract framework of claim 2, wherein: the template management module comprises a template library, an intelligent contract and a tool library, wherein the template library is used for creating a contract of the template contract, the intelligent contract is issued to the block chain network after being completed, and the tool library is a basic function set.
4. The light-weight smart contract framework of claim 1, characterized in that: the block chain test network container group automatically pulls the block chain network node containers according to the configuration, and a block chain network is established among the block chain network node containers.
5. The method for developing a contract based on a lightweight smart contract framework according to any one of claims 1 to 4, comprising the steps of:
downloading a frame installation tool, and establishing an integrated environment by using a tool command;
pulling an intelligent contract generator, creating a project at a browser address by a user, and selecting an application template for contract development;
sending the completed intelligent contract to an intelligent contract compiler container group, and pulling a compiling tool chain and a container of a specific version required by operation by the intelligent contract compiler container group according to the set configuration parameters;
after the intelligent contract is successfully compiled, the generated byte codes are sent to a block chain network, a block chain test network container group is used for establishing a test network topology according to a preset block chain network model to test the intelligent contract.
6. The contract development method of claim 5, wherein the intelligent contract compiler container group automatically pulls blockchain network node containers according to configuration and establishes blockchain networks between blockchain network node containers.
7. The contract development method according to claim 5, wherein a user creates a project type according to a prompt, a predefined template project folder is generated by selecting a template project, a project folder is created by selecting a library project or a contract project through an existing template of a template library, different projects correspond to different deployment addresses, the template project is issued to the template library, the library project is issued to a dependent library, and the contract project is issued to a blockchain network.
8. The contract development method according to claim 7, wherein the compilation result of the intelligent contract is sent to the browser front end in real time, and the user views the compilation result according to the log message.
CN202010236371.5A 2020-03-30 2020-03-30 Lightweight intelligent contract framework and contract development method Active CN111427555B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010236371.5A CN111427555B (en) 2020-03-30 2020-03-30 Lightweight intelligent contract framework and contract development method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010236371.5A CN111427555B (en) 2020-03-30 2020-03-30 Lightweight intelligent contract framework and contract development method

Publications (2)

Publication Number Publication Date
CN111427555A true CN111427555A (en) 2020-07-17
CN111427555B CN111427555B (en) 2023-08-29

Family

ID=71555575

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010236371.5A Active CN111427555B (en) 2020-03-30 2020-03-30 Lightweight intelligent contract framework and contract development method

Country Status (1)

Country Link
CN (1) CN111427555B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984245A (en) * 2020-08-31 2020-11-24 上海玳鸽信息技术有限公司 Block chain intelligent contract online integrated development environment system and implementation method
CN112015399A (en) * 2020-08-31 2020-12-01 京东数字科技控股股份有限公司 Data processing method and device for generating intelligent contract
CN112148278A (en) * 2020-09-25 2020-12-29 模视科技(北京)有限公司 Visual block chain intelligent contract framework and intelligent contract development and deployment method
CN112685016A (en) * 2020-12-31 2021-04-20 北京存金所贵金属有限公司 Development method, device and equipment of block chain application
CN113254054A (en) * 2021-06-09 2021-08-13 上海万向区块链股份公司 Intelligent contract one-stop development system and method
CN113988787A (en) * 2021-10-22 2022-01-28 中国电信股份有限公司 Network configuration method and device and storage medium
CN116975850A (en) * 2023-09-25 2023-10-31 腾讯科技(深圳)有限公司 Contract operation method, contract operation device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108170590A (en) * 2017-12-12 2018-06-15 北京大学深圳研究生院 A kind of test system and method for block catenary system
CN108763058A (en) * 2018-04-24 2018-11-06 苏州同济区块链研究院有限公司 A kind of block chain evaluation system
CN109542421A (en) * 2018-11-12 2019-03-29 夸克链科技(深圳)有限公司 A kind of modular tile chain intelligence contract
CN109783195A (en) * 2019-01-16 2019-05-21 杭州趣链科技有限公司 A kind of real-time adjustment method of intelligent contract based on container
CN112148278A (en) * 2020-09-25 2020-12-29 模视科技(北京)有限公司 Visual block chain intelligent contract framework and intelligent contract development and deployment method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108170590A (en) * 2017-12-12 2018-06-15 北京大学深圳研究生院 A kind of test system and method for block catenary system
CN108763058A (en) * 2018-04-24 2018-11-06 苏州同济区块链研究院有限公司 A kind of block chain evaluation system
CN109542421A (en) * 2018-11-12 2019-03-29 夸克链科技(深圳)有限公司 A kind of modular tile chain intelligence contract
CN109783195A (en) * 2019-01-16 2019-05-21 杭州趣链科技有限公司 A kind of real-time adjustment method of intelligent contract based on container
CN112148278A (en) * 2020-09-25 2020-12-29 模视科技(北京)有限公司 Visual block chain intelligent contract framework and intelligent contract development and deployment method

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111984245A (en) * 2020-08-31 2020-11-24 上海玳鸽信息技术有限公司 Block chain intelligent contract online integrated development environment system and implementation method
CN112015399A (en) * 2020-08-31 2020-12-01 京东数字科技控股股份有限公司 Data processing method and device for generating intelligent contract
CN112148278A (en) * 2020-09-25 2020-12-29 模视科技(北京)有限公司 Visual block chain intelligent contract framework and intelligent contract development and deployment method
CN112685016A (en) * 2020-12-31 2021-04-20 北京存金所贵金属有限公司 Development method, device and equipment of block chain application
CN113254054A (en) * 2021-06-09 2021-08-13 上海万向区块链股份公司 Intelligent contract one-stop development system and method
CN113988787A (en) * 2021-10-22 2022-01-28 中国电信股份有限公司 Network configuration method and device and storage medium
CN113988787B (en) * 2021-10-22 2022-11-29 中国电信股份有限公司 Network configuration method and device and storage medium
CN116975850A (en) * 2023-09-25 2023-10-31 腾讯科技(深圳)有限公司 Contract operation method, contract operation device, electronic equipment and storage medium
CN116975850B (en) * 2023-09-25 2024-01-05 腾讯科技(深圳)有限公司 Contract operation method, contract operation device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN111427555B (en) 2023-08-29

Similar Documents

Publication Publication Date Title
CN111427555B (en) Lightweight intelligent contract framework and contract development method
CN102063324B (en) Method and system for implementing automatic programming
CN111209005B (en) Method and apparatus for compiling program file, and computer-readable storage medium
CN105512304A (en) Method for generating internet applications on line, system integration method and supporting platform
CN102929680A (en) Method, device and system for converting a testing and test control notation version 3 (TTCN-3) script into a Java source code
CN112148278A (en) Visual block chain intelligent contract framework and intelligent contract development and deployment method
CN111638877A (en) Visual rapid development method for Web project
CN101980546B (en) Intelligent network platform, service execution method and method for analyzing service abnormality
Martinez et al. Recovering sequence diagrams from object-oriented code: An ADM approach
CN113312035B (en) Hyperledger Fabric-oriented intelligent contract development plug-in implementation method
CN101303646B (en) Modeling method based on electric communication field capable of performing meta language
Klinbua et al. Translating tosca into docker-compose yaml file using antlr
Zhang et al. Automated Extraction of Grammar Optimization Rule Configurations for Metamodel-Grammar Co-evolution
CN114153463B (en) Management system service function creating method and system based on script compiler
CN115291840A (en) Model-driven block chain development life cycle development method
Guo An approach for modeling and designing software architecture
CN114692539A (en) Method for realizing parallel verification of SOC (System on chip) chip verification architecture
CN108595166B (en) Method and system for realizing application execution engine of distributed Internet of things
Hawa A Graphical User Interface for the ns-3 Simulator
Al Dallal et al. System testing for object-oriented frameworks using hook technology
US11775293B1 (en) Deploying a static code analyzer based on program synthesis from input-output examples
Chiprianov et al. On the Extensibility of Plug-ins
CN111352637B (en) Method, device and equipment for deploying machine learning system
Proença et al. Caos: A Reusable Scala Web Animator of Operational Semantics (Extended With Hands-On Tutorial)
Subramanian Adaptable software architecture generation using the nfr approach

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