CN110597885A - Information processing method, device, node of block chain network and storage medium - Google Patents

Information processing method, device, node of block chain network and storage medium Download PDF

Info

Publication number
CN110597885A
CN110597885A CN201910901731.6A CN201910901731A CN110597885A CN 110597885 A CN110597885 A CN 110597885A CN 201910901731 A CN201910901731 A CN 201910901731A CN 110597885 A CN110597885 A CN 110597885A
Authority
CN
China
Prior art keywords
information
registration
terminal
queried
pet
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910901731.6A
Other languages
Chinese (zh)
Inventor
王星雅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910901731.6A priority Critical patent/CN110597885A/en
Publication of CN110597885A publication Critical patent/CN110597885A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2471Distributed queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures

Abstract

The embodiment of the application provides an information processing method, an information processing device, a node of a block chain network and a storage medium, wherein the method comprises the following steps: receiving registration information of an object to be inquired sent by a registration terminal, and storing the registration information into a block chain network; receiving registration information of the object to be inquired, which is sent by a registration terminal, and storing the registration information into the block chain network; receiving an information query request sent by a first terminal, wherein the information query request at least comprises an identifier of an object to be queried; responding to the information query request, and acquiring attribute information of the object to be queried from a block chain network; and sending the attribute information to the first terminal so that the first terminal can confirm the information of the object to be inquired according to the attribute information.

Description

Information processing method, device, node of block chain network and storage medium
Technical Field
The embodiment of the application relates to the technical field of block chains, and relates to but is not limited to an information processing method, an information processing device, a node of a block chain network and a storage medium.
Background
At present, when a pet server raises a pet, the pet server needs to actively register the pet in a community management department or a street to acquire identity information of the pet, so as to ensure information management of the pet.
However, the conventional pet management method is difficult to register, and there are cases where the pet breeder does not perform registration of pet information in cooperation with the pet information, and the pet inoculation information and the like are not transparent, and it is difficult to confirm the pet inoculation information and the pet owner information after the pet is lost, discarded, or transferred, and once the pet is injured, it is impossible to obtain the inoculation information and the pet owner information of the pet in time, and therefore it is difficult to effectively perform information confirmation processing such as injury pursuit, pet disease control, and pet loss search.
Disclosure of Invention
The embodiment of the application provides an information processing method, an information processing device, a node of a block chain network and a storage medium, which can accurately acquire attribute information of an object to be queried so as to perform accurate information confirmation.
The technical scheme of the embodiment of the application is realized as follows:
the embodiment of the application provides an information processing method based on a block chain network, which comprises the following steps:
receiving registration information of an object to be inquired sent by a registration terminal, and storing the registration information into a block chain network;
receiving registration information of the object to be inquired, which is sent by a registration terminal, and storing the registration information into the block chain network; wherein the registration information comprises attribute information of the object to be queried;
receiving an information query request sent by a first terminal, wherein the information query request at least comprises an identifier of an object to be queried;
responding to the information query request, and acquiring attribute information of the object to be queried from a block chain network;
and sending the attribute information to the first terminal so that the first terminal confirms the information of the object to be inquired according to the attribute information.
An embodiment of the present application provides an information processing apparatus based on a block chain network, including:
the receiving module is used for receiving the registration information of the object to be inquired sent by the registration terminal and storing the registration information into the block chain network; receiving registration information of the object to be inquired, which is sent by a registration terminal, and storing the registration information into the block chain network; wherein the registration information comprises attribute information of the object to be queried; receiving an information query request sent by a first terminal, wherein the information query request at least comprises an identifier of an object to be queried;
the response module is used for responding to the information query request and acquiring the attribute information of the object to be queried from a block chain network;
and the sending module is used for sending the attribute information to the first terminal so that the first terminal can confirm the information of the object to be inquired according to the attribute information.
An embodiment of the present application provides a node of a blockchain network, including:
a memory for storing executable instructions;
and the processor is used for realizing the method when executing the executable instructions stored in the memory.
The embodiment of the application provides a storage medium, which stores executable instructions and is used for causing a processor to implement the method when executed.
The embodiment of the application has the following beneficial effects:
the attribute information of the object to be inquired is acquired from the blockchain network in response to the information inquiry request sent by the first terminal, so that the attribute information of the object to be inquired is stored in the blockchain network, and the attribute information of the object to be inquired can be prevented from being falsified by using a decentralized storage mode of the blockchain network, so that the attribute information of the object to be inquired can be accurately acquired, and accurate information confirmation can be carried out.
Drawings
Fig. 1 is a schematic architecture diagram of an information processing system based on a blockchain network according to an embodiment of the present application;
fig. 2 is a functional architecture diagram of a blockchain network according to an embodiment of the present disclosure;
FIG. 3 is a block diagram of a node in a blockchain network according to an embodiment of the present invention;
fig. 4 is an alternative flowchart of an information processing method based on a blockchain network according to an embodiment of the present disclosure;
fig. 5 is an alternative flowchart of an information processing method based on a blockchain network according to an embodiment of the present disclosure;
fig. 6 is an alternative flowchart of an information processing method based on a blockchain network according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of a node in a blockchain network according to an embodiment of the present disclosure;
FIG. 8 is a schematic diagram of an implementation process for writing pet basic information into a blockchain network according to an embodiment of the present application;
FIG. 9 is a schematic diagram of an implementation process of pet vaccine information registration provided in the embodiment of the present application;
FIG. 10 is a schematic diagram of an implementation process for merging data according to an embodiment of the present application;
fig. 11 is a schematic diagram of an implementation process of transaction information registration provided in an embodiment of the present application.
Detailed Description
In order to make the objectives, technical solutions and advantages of the present application clearer, the present application will be described in further detail with reference to the attached drawings, the described embodiments should not be considered as limiting the present application, and all other embodiments obtained by a person of ordinary skill in the art without creative efforts shall fall within the protection scope of the present application.
In the following description, reference is made to "some embodiments" which describe a subset of all possible embodiments, but it is understood that "some embodiments" may be the same subset or different subsets of all possible embodiments, and may be combined with each other without conflict. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which the embodiments of the present application belong. The terminology used in the embodiments of the present application is for the purpose of describing the embodiments of the present application only and is not intended to be limiting of the present application.
In the following description, references to the terms "first \ second \ third" are only to distinguish similar objects and do not denote a particular order, but rather the terms "first \ second \ third" are used to interchange specific orders or sequences, where appropriate, so as to enable the embodiments of the application described herein to be practiced in other than the order shown or described herein.
Before further detailed description of the embodiments of the present application, terms and expressions referred to in the embodiments of the present application will be described, and the terms and expressions referred to in the embodiments of the present application will be used for the following explanation.
1) The registration information, referred to herein as information generated or corresponding to an object (e.g., an object to be queried in the embodiment of the present application) at the time of initial formation, is used to indicate attribute information of the object at the time of initial formation. For example, the registration information may include an identification of the object, a structure of the object, an appearance of the object, information of other objects associated with the object, and the like.
2) The registration information, which is information generated or corresponding to the change of the attribute information of the object due to the self-reason or the external reason, indicates the update information of the object after the formation. For example, the registration information may include post-change information of the object, adjustment information of the object, and the like.
3) Transactions (transactions), equivalent to the computer term "Transaction," include operations that need to be committed to a blockchain network for execution and do not refer solely to transactions in the context of commerce, which embodiments of the present invention follow in view of the convention colloquially used in blockchain technology.
4) A Block chain (Blockchain) is a storage structure for encrypted, chained transactions formed from blocks (blocks).
5) A Blockchain Network (Blockchain Network) incorporates new blocks into a set of nodes of a Blockchain in a consensus manner.
6) Ledger (legger) is a general term for blockchains (also called Ledger data) and state databases synchronized with blockchains.
7) Intelligent Contracts (Smart Contracts), also known as chain codes (chaincodes) or application codes, are programs deployed in nodes of a blockchain network, and the nodes execute the intelligent Contracts called in received transactions to perform operations of updating or querying key-value data of a state database.
8) Consensus (Consensus), a process in a blockchain network, is used to agree on transactions in a block among a plurality of nodes involved, the agreed block is to be appended to the end of the blockchain, and the mechanisms for achieving Consensus include Proof of workload (PoW, Proof of Work), Proof of rights and interests (PoS, Proof of equity (DPoS), Proof of granted of shares (DPoS), Proof of Elapsed Time (PoET, Proof of Elapsed Time), and so on.
Referring to fig. 1, fig. 1 is a schematic block chain network-based information processing system 10, which includes a block chain network 100 (illustratively shown to include a node 110-1 to a node 110-3), a block chain management platform 120, a pet registration system 130 (illustratively shown to belong to a terminal 131-1 of the pet registration system 130 and a graphical interface 132-1 thereof), and a pet mall system 140 (illustratively shown to belong to a terminal 141-1 of the pet mall system 140 and a graphical interface 142-1 thereof), which are described below.
The type of blockchain network 100 is flexible and may be, for example, any of a public chain, a private chain, or a federation chain. Taking a public link as an example, electronic devices such as user terminals and servers of any service entity can access the blockchain network 100 without authorization; taking a federation chain as an example, an electronic device (e.g., a terminal/server) under the jurisdiction of a service entity after obtaining authorization may access the blockchain network 100, and at this time, become a special type of node in the blockchain network 100, i.e., a client node.
Note that a client node may only provide functionality that supports the initiation of transactions by a business entity (e.g., for uplink storage of data or for querying of data on a chain), and may be implemented by default or selectively (e.g., depending on the specific business needs of the business entity) for the functionality of a conventional (native) node 110 of the blockchain network 100, such as the ranking functionality, consensus services, ledger functionality, etc., described below. Therefore, the data and the service processing logic of the service subject can be migrated to the blockchain network 100 to the maximum extent, and the credibility and traceability of the data and service processing process are realized through the blockchain network 100.
Blockchain network 100 receives transactions submitted by client nodes (e.g., terminal 131-1 attributed to pet registration system 130 and terminal 141-1 attributed to pet mall system 140 shown in fig. 1) from different business entities (e.g., pet registration system 130 and pet mall system 140 shown in fig. 1), performs the transactions to update or query the ledger, and displays various intermediate or final results of the executed transactions at the user interfaces of the terminals (e.g., graphical interface 132-1 of terminal 131-1, graphical interface 142-1 of terminal 141-1). It should be understood that, in the above, the blockchain network 100 receiving the transaction and executing the transaction specifically refers to the native node 110 in the blockchain network 100, and of course, when the client node of the business entity has the function (e.g., the consensus function, the ledger function) of the native node 110 in the blockchain network 100, the corresponding client node may also be included.
An exemplary application of the blockchain network is described below by taking an example in which a plurality of service agents access the blockchain network to implement attribute information management of pets.
Referring to fig. 1, after obtaining authorization of the blockchain management platform 120, a plurality of service entities involved in the management of the attribute information, such as the pet registration system 130 and the pet mall system 140, the terminal 131-1 of the pet registration system 130 and the terminal 141-1 of the pet mall system 140 can access the blockchain network 100.
A service person of the pet mall system 140 logs in the pet mall system 140 at the terminal 141-1 and the graphical interface 142-1 thereof, inputs a query request of pet information, the query request of the pet information is sent to the blockchain management platform 120, the blockchain management platform 120 generates a transaction corresponding to an update operation/query operation according to the query request of the pet information, a smart contract which needs to be called for realizing the update operation/query operation and parameters transferred to the smart contract are specified in the transaction, the transaction also carries a digital signature signed by the pet mall system 140 (for example, a private key in a digital certificate of the pet mall system 140 is used for encrypting a summary of the transaction), and the transaction is broadcasted to the blockchain network 100.
When the node 110 in the blockchain network 100 receives the transaction, the digital signature carried by the transaction is verified, after the digital signature is verified successfully, whether the pet mall system 140 has the transaction right is determined according to the identity of the pet mall system 140 carried in the transaction, and the transaction fails due to verification judgment of any one of the digital signature and the right verification. After successful verification, node 110's own digital signature (e.g., encrypted using node 110-1's private key to obtain a digest of the transaction) is signed and broadcast on the blockchain network 100.
After the node 110 with the sorting function in the blockchain network 100 receives the transaction successfully verified, the transaction is filled into a new block and broadcasted to the node providing the consensus service in the blockchain network 100.
The node 110 providing the consensus service in the blockchain network 100 performs the consensus process on the new block to reach an agreement, the node 110 providing the ledger function appends the new block to the tail of the blockchain, and performs the transaction in the new block: for the transaction of submitting and updating the pet attribute information, updating the key value pair corresponding to the pet attribute information in the state database; and for the transaction of inquiring the pet attribute information, inquiring the key value pair corresponding to the pet attribute information from the state database, and returning an inquiry result.
Similarly, a service person at the pet registration system 130 side may log in the pet registration system 130 in the graphic interface 132-1 of the terminal 131-1, and input initial information of the pet to store the registration information of the pet. It can be understood that the type of data that the business entity can query/update in the blockchain network 100 can be realized by restricting the authority of the transaction that the business entity can initiate, for example, when the pet mall system 140 has the authority of initiating the transaction for querying pet information, a business person of the pet mall system 140 can input a query request for pet information in the graphical interface 142-1 of the terminal 141-1, and generate a transaction broadcast for querying pet information by the blockchain management platform 120 to the blockchain network 100 to obtain corresponding pet attribute information from the blockchain network 100;
when the pet registration system 130 has the right to initiate a transaction for inquiring pet information, a service person on the pet registration system 130 side may input a pet information inquiry request in the graphical interface 132-1 of the terminal 131-1, and generate a transaction broadcast for inquiring pet information by the blockchain management platform 120 to the blockchain network 100, so as to obtain corresponding pet information from the blockchain network 100.
An exemplary functional architecture of the blockchain network provided in the embodiment of the present application is described below, referring to fig. 2, fig. 2 is a schematic functional architecture diagram of the blockchain network 100 provided in the embodiment of the present application, which includes an application layer 201, a consensus layer 202, a network layer 203, a data layer 204, and a resource layer 205, which are described below respectively.
The resource layer 205 encapsulates computing, storage, and communication resources that implement each node 110 in the blockchain network 100, such as computing, storage, and communication resources in computers, servers/clusters, and clouds, abstracts and provides a uniform interface to the data layer 204 to shield the underlying hardware implementing the resource layer 205 from differences.
The computing resources include various forms of processors such as a Central Processing Unit (CPU), an Application Specific Integrated Circuit (ASIC), and a Field-Programmable Gate Array (FPGA).
The storage resources include various types of storage media such as various volatile memories and nonvolatile memories. The nonvolatile Memory may be a Read Only Memory (ROM) or a Programmable Read-Only Memory (PROM). Volatile Memory can be Random Access Memory (RAM), which acts as external cache Memory.
The communication resources include various links for communication between nodes 110 of the blockchain network, between the blockchain network 100 and the traffic body.
The data layer 204 encapsulates various data structures that implement the ledger, including blockchains implemented in files in a file system, state databases of the key-value type, and presence certificates (e.g., hash trees of transactions in blocks).
The network layer 203 encapsulates the functions of a Point-to-Point (P2P) network protocol, a data propagation mechanism and a data verification mechanism, an access authentication mechanism and service agent identity management.
Wherein, the P2P network protocol implements communication between nodes 110 in the blockchain network 100, the data propagation mechanism ensures the propagation of transactions in the blockchain network 100, and the data verification mechanism is used for implementing the reliability of data transmission between the nodes 110 based on cryptography methods (such as digital certificates, digital signatures, public/private key pairs); the access authentication mechanism is used for authenticating the identity of the service subject added to the block chain network 100 according to an actual service scene, and endowing the service subject with the authority of accessing the block chain network 100 when the authentication is passed; the business entity identity management is used to store the identity of the business entity that is allowed to access the blockchain network 100, as well as the permissions (e.g., the types of transactions that can be initiated).
The consensus layer 202 encapsulates the functionality of the mechanisms by which the nodes 110 in the blockchain network 100 agree on a block (i.e., consensus mechanisms), transaction management, and ledger management.
The consensus mechanism comprises consensus algorithms such as POS, POW and DPOS, and the pluggable consensus algorithm is supported.
The transaction management is used for verifying the digital signature carried in the transaction received by the node 110, verifying the identity information of the service body, and judging and confirming whether the service body has the authority to perform the transaction (reading the relevant information from the identity management of the service body) according to the identity information; for the service entities authorized to access the blockchain network 100, the service entities have digital certificates issued by the certificate authority, and the service entities sign the submitted transactions by using the private keys in the digital certificates of the service entities, so as to declare the legal identities of the service entities.
The ledger administration is used to maintain blockchains and state databases. For the block with the consensus, adding the block to the tail of the block chain; and executing the transaction in the acquired consensus block, updating the key-value pairs in the state database when the transaction comprises an updating operation, inquiring the key-value pairs in the state database when the transaction comprises an inquiring operation, and returning an inquiring result to the business body. Supporting query operations for multiple dimensions of a state database, comprising: querying the chunk based on the chunk sequence number (e.g., hash value of the transaction); inquiring the block according to the block hash value; inquiring a block according to the transaction serial number; inquiring the transaction according to the transaction serial number; inquiring account data of a business main body according to an account (serial number) of the business main body; and inquiring the block chain in the channel according to the channel name.
The application layer 201 encapsulates various services that the blockchain network can implement, including tracing, crediting, and verifying transactions.
An exemplary structure of a node of the blockchain network implementing the embodiment of the present application is described below, and it is understood that the hardware structure of any type of node in the blockchain network 100 may be implemented according to the hardware structure described below.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a node 110 in the blockchain network 100 according to an embodiment of the present disclosure, where the node 110 shown in fig. 3 includes: at least one processor 310, memory 340, and at least one network interface 320. The various components in node 110 are coupled together by a bus system 330. It is understood that the bus system 330 is used to enable connected communication between these components. The bus system 330 includes a power bus, a control bus, and a status signal bus in addition to a data bus. For clarity of illustration, however, the various buses are labeled as bus system 330 in fig. 3.
The Processor 310 may be an integrated circuit chip having Signal processing capabilities, such as a general purpose Processor, a Digital Signal Processor (DSP), or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like, wherein the general purpose Processor may be a microprocessor or any conventional Processor, or the like.
The memory 340 may be removable, non-removable, or a combination thereof. Exemplary hardware devices include solid state memory, hard disk drives, optical disk drives, and the like. Memory 340 optionally includes one or more storage devices physically located remote from processor 340.
The memory 340 includes volatile memory or nonvolatile memory, and may include both volatile and nonvolatile memory. The nonvolatile memory may be a Read Only Memory (ROM), and the volatile memory may be a Random Access Memory (RAM). The memory 340 described in connection with embodiments of the invention is intended to comprise any suitable type of memory.
In some embodiments, memory 340 is capable of storing data to support various operations, examples of which include programs, modules, and data structures, or subsets or supersets thereof, as exemplified below.
An operating system 341 including system programs for processing various basic system services and performing hardware-related tasks, such as a framework layer, a core library layer, a driver layer, etc., for implementing various basic services and processing hardware-based tasks;
a network communication module 342 for communicating to other computing devices via one or more (wired or wireless) network interfaces 320, exemplary network interfaces 320 including: bluetooth, wireless compatibility authentication (WiFi), and Universal Serial Bus (USB), etc.;
in some embodiments, the information processing apparatus based on the blockchain network provided by the embodiment of the present invention may be implemented in a software manner, and fig. 3 shows an apparatus 343 stored in the memory 340, which may be software in the form of programs and plug-ins, and includes the following software modules: a receiving module 3431, a responding module 3432 and a sending module 3433, which are logical and thus may be arbitrarily combined or further split according to the implemented functions. The functions of the respective modules will be explained below.
The information processing method based on the blockchain network provided by the embodiment of the present application will be described below with reference to an exemplary application and implementation of the node 110 provided by the embodiment of the present application.
Referring to fig. 4, fig. 4 is an alternative flowchart of an information processing method based on a blockchain network according to an embodiment of the present application, and will be described with reference to the steps shown in fig. 4.
Step S401, receiving the registration information of the object to be queried sent by the registration terminal, and storing the registration information into the block chain network.
Here, the registration information refers to attribute information of the object to be queried when initially forming, and the registration information may include an identifier of the object to be queried, a structure of the object to be queried, an appearance of the object to be queried, information of other objects associated with the object to be queried, and the like.
For example, when the object to be queried is a pet, the registration information is attribute information corresponding to the pet at birth, for example, attribute information such as pet breed, birth date, weight, body type, shape, color, and the like.
In the embodiment of the application, when the pet is born, the birth information of the pet is stored in the block chain network, and the initial registration of the pet information is completed, so that the attribute information of the pet can be updated subsequently.
Step S402, receiving the registration information of the object to be inquired sent by the registration terminal, and storing the registration information into the block chain network.
Here, the registration information also includes attribute information of the object to be queried.
Step S403, receiving an information query request sent by the first terminal.
Here, the information query request at least includes an identifier of an object to be queried. The object to be queried may be any biological object having attribute information and whose attribute information can be changed, for example, the object to be queried may be an old person, a child, a pet, or the like, or the object to be queried may be any asset object having attribute information and whose attribute information can be changed, for example, a house, a car, or the like. The embodiment of the application does not limit the type of the object to be queried.
It should be noted that, for convenience of explaining the embodiments of the present application and for ensuring the clarity of explanation of the embodiments of the present application, the following description will take the object to be queried as a pet as an example.
When the object to be queried is a pet, the first terminal may be a terminal of a pet mall, a terminal held by a pet owner, a terminal of a pet management unit, a terminal of a veterinary station, a monitoring terminal in a block chain network, or the like.
The information query request is used for requesting to query attribute information of the object to be queried, for example, when the first terminal is a terminal of a pet mall, the information query request sent by a service person of the pet mall through the terminal may be a request for querying a sales volume of the pet, a current health status of a sold pet, information of the sold pet, and the like; when the first terminal is a terminal held by a pet owner, the information query request sent by the pet owner through the terminal can be a request for querying the current position of the pet, the diet condition of the pet in the recent period of time and the like; when the first terminal is a terminal of a pet management unit, the information query request sent by a service person of the pet management unit through the terminal can be a request for querying the vaccination condition, the wounded condition and the like of the pet; when the first terminal is a terminal of a veterinary kiosk, the information query request sent by a service person of the veterinary kiosk through the terminal may be a request for querying historical diseased information of a pet, and the like; when the first terminal is a monitoring terminal in a block chain network, the information query request sent by the user corresponding to the monitoring terminal may be a request for querying attribution information of the monitored pet, and the like.
In the embodiment of the present application, the blockchain network may receive an information query request sent by any node in the blockchain network.
Step S404, responding to the information inquiry request, and acquiring the attribute information of the object to be inquired from the block chain network.
Here, the blockchain network stores attribute information of the object to be queried, the blockchain network stores all attribute information of the object to be queried from a start time to a current time, and the attribute information may be pre-stored in the blockchain network. The starting time refers to a time corresponding to the object to be queried when being initially formed, for example, for a pet, the starting time may be a birth time of the pet, and for a vehicle, the starting time may be a time for starting design or production processing of the vehicle.
In the embodiment of the present application, when the information query request is received, attribute information corresponding to the information query request is queried in the block chain network in response to the information query request.
Step S405, sending the attribute information to the first terminal, so that the first terminal performs information confirmation on the object to be queried according to the attribute information.
Here, after the attribute information of the object to be queried is queried in the blockchain network, the attribute information is sent to the first terminal, and when the first terminal receives the attribute information, a user or a service person of the first terminal may perform information confirmation on the object to be queried according to the attribute information.
For example, when a pet owner sends an information query request through a terminal to request for querying the current position of the pet, the current position information of the pet is obtained in the block chain network according to the identification of the pet, and the position information is sent to the terminal of the pet owner, so that the pet owner can determine whether the pet is lost or the lost pet is quickly found back according to the position information. For another example, when a service person in the veterinary station sends an information query request through the terminal to request for querying historical illness information of a pet needing diagnosis, the historical illness information of the pet is acquired in the block chain network according to the identification of the pet, and the historical illness information is sent to the terminal of the service person in the veterinary station, so that the service person in the veterinary station takes the historical illness information of the pet as a reference to perform accurate disease diagnosis on the pet.
According to the information processing method based on the blockchain network, which is provided by the embodiment of the application, the attribute information of the object to be queried is acquired from the blockchain network in response to the information query request sent by the first terminal, so that the attribute information of the object to be queried is stored in the blockchain network, and the attribute information of the object to be queried can be prevented from being falsified by using a decentralized storage mode of the blockchain network, so that the attribute information of the object to be queried can be accurately acquired, accurate information confirmation is performed, and user experience is improved.
In some embodiments, the object to be queried may be a biological object such as a pet, an old person, or a child, or the object to be queried may be an asset object such as a vehicle, and when the object to be queried is in a lost state, a person belonging to the object to be queried needs to search for the object to be queried, so that an information query request for requesting to query location information of the object to be queried is sent to a blockchain network through a first terminal of the person belonging to the object to be queried. Correspondingly, the step S404 can be implemented by the following steps:
step S4041, in response to the information query request, obtains the location information corresponding to the time closest to the current time from the block chain network.
Here, since the owner is to search for the object to be queried, it is necessary to acquire the position information of the object to be queried at the closest time, and therefore, the position information of the object at the closest time to the current time is acquired.
It should be noted that the blockchain network includes at least one monitoring node, the monitoring node may obtain image information in real time, when the image information includes the object to be queried, store a time corresponding to the image information in the blockchain network, and store a position where the monitoring node obtains the image information as the position information in the blockchain network. Therefore, the information of the object to be queried is updated in time through at least one monitoring node in the block chain network, and further when the owner searches the object to be queried, the position information corresponding to the object to be queried at the historical moment closer to the current moment can be acquired. Therefore, the object to be queried is searched in the position corresponding to the position information or the area near the position corresponding to the position information, and the object to be queried can be quickly found.
For example, the object to be queried may be a pet, when the pet is lost, the pet owner may send an information query request in the blockchain network through the first terminal of the pet owner, at this time, the blockchain network sends pet information corresponding to the pet ID at the latest moment to the pet owner, and the pet information includes position information where the pet appears, so as to help the pet owner to find the lost pet as soon as possible.
In some embodiments, the information query request may be a query request sent after the initial registration of the object to be queried is completed, or may be a query request sent after the information update of the object to be queried is completed, so that when the information query request is received, as shown in fig. 5, the method is an optional flowchart of the information processing method based on the blockchain network provided in the embodiment of the present application, and the method includes the following steps:
step S501, receiving the registration information of the object to be queried sent by the second terminal.
Here, the registration information refers to attribute information of the object to be queried at the time of initial formation. The second terminal corresponds to the registration terminal.
Step S502, storing the registration information in the blockchain network.
Step S503, receiving an information query request sent by the first terminal, where the information query request at least includes an identifier of an object to be queried.
Here, the information query request is used to query the registration information of the object to be queried.
Step S504, responding to the information inquiry request, and acquiring the attribute information of the object to be inquired from the block chain network.
Step S505, sending the attribute information to the first terminal, so that the first terminal performs information confirmation on the object to be queried according to the attribute information.
For example, the attribute information may include the breed of the pet, and the practitioner at the veterinary kiosk wants to know the breed of the pet, so that the practitioner at the veterinary kiosk may send the information query request through the first terminal to request to query the breed of the pet, and in response, the blockchain network returns the registration information to the first terminal, so that the practitioner at the veterinary kiosk can determine the breed of the pet according to the registration information.
Referring to fig. 5, in other embodiments, after step S502, the method may further include the following steps:
step S511, receiving the registration information of the object to be queried sent by the third terminal.
Here, the third terminal corresponds to the above-described registration terminal, and the third terminal may be the same terminal as the first terminal and the second terminal or may be different terminals.
Step S512, when the registration information passes the check according to the registration information, the registration information is stored in the block chain network.
Here, the checking of the registration information according to the registration information may be to determine whether the registration information and the registration information are information for the same object to be queried, for example, the checking may be performed according to a first identifier in the registration information and a second identifier corresponding to the registration information, and if the first identifier is the same as the second identifier, the registration information and the registration information are information for the same object to be queried, and thus the checking is passed.
It should be noted that, when the block chain network stores the registration information of the object to be queried, the information query request in step S503 may be used to query the registration information of the object to be queried. Correspondingly, in step S504, in response to the information query request, attribute information of the object to be queried may be obtained from registration information of the object to be queried, which is stored in the blockchain network.
In other embodiments, when the block chain network stores the registration information and the registration information of the object to be queried at the same time, the information query request in step S503 may also be used to query the registration information and/or the registration information of the object to be queried. Correspondingly, in step S504, in response to the information query request, attribute information of the object to be queried may be obtained from registration information and/or registration information of the object to be queried, which is stored in the blockchain network.
Fig. 6 is an optional schematic flow chart of the information processing method based on the blockchain network according to the embodiment of the present application, and based on fig. 5, as shown in fig. 6, after receiving, in step S501, registration information of the object to be queried sent by the second terminal, the method further includes the following steps:
step S601, receiving authentication information uploaded by the second terminal, where the authentication information at least includes identity information of the second terminal.
Here, the authentication information uploaded by the second terminal may be signature information of a subject corresponding to the second terminal, where the subject corresponding to the second terminal may be any one of a veterinary kiosk, a pet owner, and a pet vending center. The identity authentication information is obtained by encrypting the abstract of the transaction by the second terminal by using the private key of the corresponding main body.
In some embodiments, the identity verification information may also be uploaded into the blockchain network by the second terminal at the same time as the registration information, or in other embodiments, the identity verification information may also be sent into the blockchain network by the second terminal before sending the registration information.
Step S602, verifying the identity information of the second terminal according to the public key corresponding to the second terminal.
Here, the public key corresponding to the second terminal may be obtained through the identifier of the main body corresponding to the second terminal, or the public key corresponding to the second terminal may also be obtained according to the identifier of the second terminal, where it should be noted that when the public key is obtained according to the identifier of the second terminal, the correspondence between the identifier of the second terminal and the public key corresponding to the second terminal is stored in advance.
The public key corresponding to the second terminal is acquired from the authentication center after the block chain is generated by the body such as the veterinary kiosk, the pet owner, and the pet selling center.
Correspondingly, the step S502 of storing the registration information into the blockchain network may be implemented by the following steps:
step S603, when the identity information of the second terminal passes the verification, storing the registration information in the blockchain network.
Here, the verifying the identity information of the second terminal may be that the authentication node decrypts the identity verification information of the second terminal by using the public key, compares the decryption result with the recalculated digest, and if the decryption result matches the digest, considers that the identity verification information is verified; and if the decryption result is matched with the digest ratio, the authentication information is not verified.
Referring to fig. 6 again, based on fig. 5, in another embodiment, after receiving the registration information of the object to be queried sent by the third terminal in step S511, the method may further include the following steps:
step S611, receiving authentication information uploaded by the third terminal, where the authentication information at least includes identity information of the third terminal.
Here, the authentication information uploaded by the third terminal may be signature information of a principal corresponding to the third terminal, and the principal corresponding to the third terminal may be the same as or different from the principal corresponding to the second terminal.
Step S612, verifying the identity information of the third terminal according to the public key corresponding to the third terminal.
Here, the process of verifying the identity information of the third terminal according to the public key corresponding to the third terminal may refer to the process of verifying the identity information of the second terminal according to the public key corresponding to the second terminal.
Correspondingly, when the registration information is checked according to the registration information, step S512 stores the registration information in the blockchain network, which may be implemented by the following steps:
step S613, when the identity information of the third terminal passes the verification, storing the registration information in the blockchain network.
According to the information processing method based on the blockchain network, after the registration information of the object to be inquired sent by the second terminal is received, the identity information of the second terminal is verified according to the public key corresponding to the second terminal, when the identity verification is passed, the registration information is stored in the blockchain network, after the registration information sent by the third terminal is received, the identity information of the third terminal is verified according to the public key corresponding to the third terminal, and when the identity verification is passed, the registration information is stored in the blockchain network. Therefore, the accuracy of the registration information and the registration information stored in the blockchain network can be ensured, and inaccurate information acquired in the information inquiry process in the follow-up process caused by errors of the information stored in the blockchain network is prevented.
Based on fig. 5, in some embodiments, the registration information includes an identification of the object to be queried; correspondingly, step S512 may be implemented by:
step S5121, when the identity information passes verification and the registration information sent by the third terminal passes verification according to the identifier of the object to be queried, encrypting the registration information according to the private key of the third terminal.
Here, the registration information includes change information generated when the ownership of the object to be queried is changed.
In some embodiments, step S5121 may also be implemented by: and when the identity information passes the verification and the change information passes the verification according to the identification of the object to be inquired, encrypting the change information according to the private key of each of at least two third terminals generating the change information.
Step S5122, store the encrypted registration information into at least one block in the blockchain network.
In some embodiments, when the object to be queried is in a lost state, for example, when the object to be queried is a pet and the pet is in a lost state, based on fig. 4, the method further includes:
step S411, when the object to be queried is in a lost state, receiving monitoring information of the object to be queried sent by at least one monitoring terminal.
Here, when the object to be queried is lost, the owner of the object to be queried may send an update message to the blockchain network to update the state of the object to be queried, and update the state of the object to be queried to a lost state.
The monitoring terminal may be a node in the blockchain network, and the monitoring terminal may upload the shot picture or video to the blockchain network, and when it is determined that the corresponding object is related to the object to be queried according to the picture or video shot by the monitoring terminal, may upload the shot picture or video to a blockchain corresponding to the object to be queried.
Step S412, storing the monitoring information as the attribute information in the blockchain network, and sending a notification message to the first terminal.
Here, when the object to be queried is in a lost state, an information query request sent by a person to whom the object to be queried belongs through the first terminal may be received to request to query a current location of the object to be queried. When the monitoring terminal in the block chain network shoots the object to be queried, the monitoring information of the object to be queried can be stored in the block chain network for later query of the owner of the object to be queried. In some embodiments, in order to prompt the owner of the object to be queried in time, the reminding information may also be sent to the first terminal at the same time to remind the current position of the object to be queried, so that the owner can quickly find the object to be queried.
In the embodiment of the application, the reminding message may be sent to the first terminal in any form, for example, a shot picture may be sent to the first terminal, or a reminding message "monitor your pet" may be sent to the first terminal. As a prompt, the first terminal may display the prompt information in a pop-up window manner, where the prompt manner corresponding to the prompt information may include any one of a text prompt manner, a voice prompt manner, a picture prompt manner, a light prompt manner, a vibration prompt manner, and the like, or, in some embodiments, the prompt information may be displayed on the first terminal corresponding to the client of the blockchain network.
Next, an exemplary application of the embodiment of the present application in a practical application scenario will be described.
According to the information processing method based on the block chain network, when pet information management is achieved, each pet has the unique ID through the block chain technology, pet information is recorded in the whole block chain network from birth, and the pet information can be inquired through characteristics of DNA or shapes of the pets, so that the problems of inquiry, wounded person responsibility pursuit, vaccine inspection, loss searching and the like of the pet can be effectively solved.
In the embodiment of the present application, a pet vending mechanism 701, a pet owner 702, a veterinary kiosk 703, a regulatory agency 704, a monitoring node 705 in the network, and the like constitute nodes in the blockchain network 700, as shown in fig. 7. In constructing the blockchain network, a digital certificate may be applied to a housekeeping authority for component blockchains. The pet selling mechanism, the veterinary station, the supervision department and the monitoring nodes in the network are respectively provided with a public key and a private key, when data are written into the blockchain network, private key signature is firstly carried out on the data, and the blockchain network carries out signature verification by using the corresponding public key so as to determine identity information of the nodes in which the data are written.
When the information of the pet is uploaded by the veterinary station or the pet owner or the pet selling mechanism, the private key distributed by the veterinary station or the pet owner or the pet selling mechanism is used for signing the pet information when the block chain is established, the block chain network checks the signature, and after the identity verification is passed, the block chain is written with the pet information. The public key of each pet is included in the information uploaded by the veterinary kiosk or the pet owner or the pet vending mechanism.
Each pet also has a public key and a private key, and the pet signs the uploaded data with the private key of the pet. When the data are uploaded by monitoring nodes in the veterinary station, the supervision department and the network, the signed data are subjected to private key signature again, when the data are uploaded to the block chain network, the block chain network firstly verifies the identities of the monitoring nodes in the veterinary station, the supervision department and the network, after the identities are authenticated, the public key corresponding to the pet is obtained according to the ID of the pet to check the signature, and after the signature passes, the data are uploaded. The blockchain network verifies who written the data and who generated the data.
In the embodiment of the application, the pet needs to be registered in the relevant department from birth: information of the shape, variety, DNA sequence, birth time, owner and the like of the pet is written into the blockchain network, wherein the pet has a determined pet ID 800, as shown in FIG. 8, the implementation process of writing the basic information 801 of the pet corresponding to the pet ID 800 into the blockchain network is schematically illustrated in the embodiment of the present application.
The belonged pet information is encrypted by a private key of a relevant department and then uploaded to any node in the block chain network. The pets need to go to relevant departments for registration regularly, the latest information is uploaded to the block chain, all nodes in the network collect the pet information within a period of time, and the pet information is integrated to form a block structure stored on the network and is diffused to the whole network. In some embodiments, after receiving data in the network, any node compares the received data with data stored by itself, removes duplicate of the compared same data, selects the latest data, and synchronizes the whole network after consensus.
Fig. 9 is a schematic diagram of an implementation process of pet vaccination information registration provided in an embodiment of the present application, where the pet vaccination information registration is performed when a pet is vaccinated, that is, the following vaccination information 901 is written into a blockchain network corresponding to a pet ID 800: time stamp, vaccine type, vaccination institution and vaccine lot, etc.
After receiving the data, the nodes in the block chain network merge the data with the same ID, and classify the pet vaccine information according to the timestamp to form a data structure as shown in fig. 10, where the pet information includes basic information 801 and vaccination information 901. After being identified together by the basic information 801 and the vaccination information 901, each node synchronizes to the whole network.
In some embodiments, when a transaction or gift occurs for a pet, the belongings of the pet are transferred, and therefore the two transferred parties need to be signed by a private key and then take effect, transaction information 1101 shown in fig. 11 is uploaded to the blockchain network: original owner, current owner and time stamp.
In some embodiments, all nodes in the blockchain network collect pet transaction transfer information over a period of time and integrate the collected information together to form a blockchain structure stored on the blockchain network and to be diffused to the entire network. After receiving the data in the block chain network, any node compares the data with the data stored by the node, forms transaction data according to the transaction timestamp sequence, compares the pet basic information data, confirms that the information of the owner is consistent with the transaction information at each step, and writes the final information of the owner into the block chain network after the network consensus.
According to the method provided by the embodiment of the application, when a pet hurts, the ID of the pet can be inquired from the block chain network according to the DNA information by acquiring the DNA information of the pet, so that the current belonged person of the pet can be found, and the person hurting accountability can be accurately realized. In addition, when the pet of the user is lost, the searching information can be uploaded at any node, after the whole network is synchronized, the searching information of the pet is synchronized to the whole network, when any monitoring node or other nodes in the network detects the pet by shooting a pet picture, the current position of the pet can be determined, and then a notice can be sent to related personnel in time to inform the current position of the pet.
According to the information processing method based on the block chain network, when pet information is inquired, each pet has the unique ID, information is recorded in the whole block chain network from birth, and the inquiry of the pet information can be carried out through characteristics such as DNA or shape, so that the problems of inquiry of the pet, wounded accountability, vaccine inspection, loss searching and the like are effectively solved, and the user experience is improved.
Continuing with the exemplary structure of the implementation of the information processing apparatus 343 based on the blockchain network provided in the embodiment of the present application as a software module, in some embodiments, as shown in fig. 3, the software module stored in the information processing apparatus 343 of the memory 340 may include:
a receiving module 3431, configured to receive registration information of an object to be queried, which is sent by a registration terminal, and store the registration information in a block chain network; receiving registration information of the object to be inquired, which is sent by a registration terminal, and storing the registration information into the block chain network; wherein the registration information comprises attribute information of the object to be queried; receiving an information query request sent by a first terminal, wherein the information query request at least comprises an identifier of an object to be queried;
a response module 3432, configured to respond to the information query request, and obtain attribute information of the object to be queried from a blockchain network;
a sending module 3433, configured to send the attribute information to the first terminal, so that the first terminal performs information confirmation on the object to be queried according to the attribute information.
In some embodiments, when the object to be queried is in a lost state, the information query request is used to request to query the location information of the object to be queried;
correspondingly, the response module is further configured to: and responding to the information inquiry request, and acquiring the position information corresponding to the time closest to the current time from the block chain network.
In some embodiments, the apparatus further comprises: the verification module is used for verifying the registration information according to the registration information; correspondingly, when the registration information is checked to pass according to the registration information, the registration information is stored in the block chain network.
In some embodiments, the apparatus further comprises:
a fourth receiving module, configured to receive authentication information uploaded by the registration terminal, where the authentication information at least includes identity information of the registration terminal;
the identity information verification module is used for verifying the identity information of the registered terminal according to the public key corresponding to the registered terminal;
and the second storage module is used for storing the registration information into the block chain network when the identity information of the registration terminal passes verification.
In some embodiments, the registration information includes an identification of the object to be queried;
the first storage module is further configured to: when the identity information passes verification and the registration information sent by the registration terminal passes verification according to the identification of the object to be inquired, encrypting the registration information according to a private key of the registration terminal; storing the encrypted registration information into at least one block in the blockchain network.
In some embodiments, the registration information includes change information generated when the attribution right of the object to be queried is changed;
the first storage module is further configured to: and when the identity information passes the verification and the change information passes the verification according to the identification of the object to be inquired, encrypting the change information according to the private key of each of at least two registration terminals generating the change information.
In some embodiments, the apparatus further comprises:
a fifth receiving module, configured to receive monitoring information of the object to be queried, where the monitoring information is sent by at least one monitoring terminal, when the object to be queried is in a lost state;
and the third storage module is used for storing the monitoring information as the attribute information into the block chain network and sending reminding information to the first terminal.
It should be noted that the description of the apparatus in the embodiment of the present application is similar to the description of the method embodiment, and has similar beneficial effects to the method embodiment, and therefore, the description is not repeated. For technical details not disclosed in the embodiments of the apparatus, reference is made to the description of the embodiments of the method of the present application for understanding.
Embodiments of the present application provide a storage medium having stored therein executable instructions, which when executed by a processor, will cause the processor to perform a method provided by embodiments of the present application, for example, the method as illustrated in fig. 4.
In some embodiments, the storage medium may be a Ferroelectric Random Access Memory (FRAM), a Read Only Memory (ROM), a Programmable Read Only Memory (PROM), an Erasable Programmable Read Only Memory (EPROM), a charged erasable Programmable Read Only Memory (EEPROM), a flash Memory, a magnetic surface Memory, an optical disc, or a Compact disc Read Only Memory (CD-ROM), etc.; or may be various devices including one or any combination of the above memories.
In some embodiments, executable instructions may be written in any form of programming language (including compiled or interpreted languages), in the form of programs, software modules, scripts or code, and may be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment.
By way of example, executable instructions may correspond, but do not necessarily have to correspond, to files in a file system, and may be stored in a portion of a file that holds other programs or data, such as in one or more scripts in a hypertext markup Language (HTML) document, in a single file dedicated to the program in question, or in multiple coordinated files (e.g., files that store one or more modules, sub-programs, or portions of code). By way of example, executable instructions may be deployed to be executed on one computing device or on multiple computing devices at one site or distributed across multiple sites and interconnected by a communication network.
The above description is only an example of the present application, and is not intended to limit the scope of the present application. Any modification, equivalent replacement, and improvement made within the spirit and scope of the present application are included in the protection scope of the present application.

Claims (10)

1. An information processing method based on a block chain network is characterized by comprising the following steps:
receiving registration information of an object to be inquired sent by a registration terminal, and storing the registration information into a block chain network;
receiving registration information of the object to be inquired, which is sent by a registration terminal, and storing the registration information into the block chain network; wherein the registration information comprises attribute information of the object to be queried;
receiving an information query request sent by a first terminal, wherein the information query request at least comprises an identifier of an object to be queried;
responding to the information query request, and acquiring attribute information of the object to be queried from a block chain network;
and sending the attribute information to the first terminal so that the first terminal confirms the information of the object to be inquired according to the attribute information.
2. The method according to claim 1, wherein when the object to be queried is in a missing state, the information query request is used to request query of location information of the object to be queried;
correspondingly, the obtaining the attribute information of the object to be queried from the block chain network in response to the information query request includes:
and responding to the information inquiry request, and acquiring the position information corresponding to the time closest to the current time from the block chain network.
3. The method of claim 1, further comprising: verifying the registration information according to the registration information;
correspondingly, when the registration information is checked to pass according to the registration information, the registration information is stored in the block chain network.
4. The method of claim 3, further comprising:
receiving authentication information uploaded by the registration terminal, wherein the authentication information at least comprises the identity information of the registration terminal;
verifying the identity information of the registered terminal according to the public key corresponding to the registered terminal;
and when the identity information of the registered terminal passes verification, storing the registered information into the block chain network.
5. The method of claim 4, wherein the registration information comprises an identification of the object to be queried;
storing the registration information into the blockchain network when the registration information is checked out according to the registration information, wherein the storing the registration information into the blockchain network comprises:
when the identity information passes verification and the registration information sent by the registration terminal passes verification according to the identification of the object to be inquired, encrypting the registration information according to a private key of the registration terminal;
storing the encrypted registration information into at least one block in the blockchain network.
6. The method according to claim 5, wherein the registration information includes change information generated when the attribution right of the object to be queried is changed;
when the identity information passes verification and the registration information sent by the registration terminal passes verification according to the identification of the object to be inquired, encrypting the registration information according to a private key of the registration terminal, comprising:
and when the identity information passes the verification and the change information passes the verification according to the identification of the object to be inquired, encrypting the change information according to the private key of each of at least two registration terminals generating the change information.
7. The method according to any one of claims 1 to 6, further comprising:
when the object to be inquired is in a lost state, receiving monitoring information of the object to be inquired, which is sent by at least one monitoring terminal;
and storing the monitoring information as the attribute information into the block chain network, and sending reminding information to the first terminal.
8. An information processing apparatus based on a blockchain network, comprising:
the receiving module is used for receiving the registration information of the object to be inquired sent by the registration terminal and storing the registration information into the block chain network; receiving registration information of the object to be inquired, which is sent by a registration terminal, and storing the registration information into the block chain network; wherein the registration information comprises attribute information of the object to be queried; receiving an information query request sent by a first terminal, wherein the information query request at least comprises an identifier of an object to be queried;
the response module is used for responding to the information query request and acquiring the attribute information of the object to be queried from a block chain network;
and the sending module is used for sending the attribute information to the first terminal so that the first terminal can confirm the information of the object to be inquired according to the attribute information.
9. A node of a blockchain network, comprising:
a memory for storing executable instructions;
a processor for implementing the method of any one of claims 1 to 7 when executing executable instructions stored in the memory.
10. A storage medium having stored thereon executable instructions for causing a processor to perform the method of any one of claims 1 to 7 when executed.
CN201910901731.6A 2019-09-23 2019-09-23 Information processing method, device, node of block chain network and storage medium Pending CN110597885A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910901731.6A CN110597885A (en) 2019-09-23 2019-09-23 Information processing method, device, node of block chain network and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910901731.6A CN110597885A (en) 2019-09-23 2019-09-23 Information processing method, device, node of block chain network and storage medium

Publications (1)

Publication Number Publication Date
CN110597885A true CN110597885A (en) 2019-12-20

Family

ID=68862565

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910901731.6A Pending CN110597885A (en) 2019-09-23 2019-09-23 Information processing method, device, node of block chain network and storage medium

Country Status (1)

Country Link
CN (1) CN110597885A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111414633A (en) * 2020-03-18 2020-07-14 联想(北京)有限公司 Information processing method and device
CN111429995A (en) * 2020-06-11 2020-07-17 北京连琪科技有限公司 Vaccine tracing method and system based on alliance chain
CN111783144A (en) * 2020-08-20 2020-10-16 支付宝(杭州)信息技术有限公司 Data processing method and device based on block chain
CN111831843A (en) * 2020-06-11 2020-10-27 广东工业大学 Block chain-based animal identity management method and system
CN113051418A (en) * 2019-12-27 2021-06-29 宇龙计算机通信科技(深圳)有限公司 Image source tracking method and device, storage medium and electronic equipment
CN113256426A (en) * 2020-05-29 2021-08-13 支付宝(杭州)信息技术有限公司 Data processing method, device, equipment and medium
CN115658742A (en) * 2022-11-16 2023-01-31 武汉亚为电子科技有限公司 Identification analysis method and system for field-level active identification carrier

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109600367A (en) * 2018-12-07 2019-04-09 众安信息技术服务有限公司 For realizing method and equipment across chain Message Processing
CN110019490A (en) * 2019-04-01 2019-07-16 北京柏链基石科技有限公司 Information query method, device and its equipment based on block chain

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109600367A (en) * 2018-12-07 2019-04-09 众安信息技术服务有限公司 For realizing method and equipment across chain Message Processing
CN110019490A (en) * 2019-04-01 2019-07-16 北京柏链基石科技有限公司 Information query method, device and its equipment based on block chain

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113051418A (en) * 2019-12-27 2021-06-29 宇龙计算机通信科技(深圳)有限公司 Image source tracking method and device, storage medium and electronic equipment
CN111414633A (en) * 2020-03-18 2020-07-14 联想(北京)有限公司 Information processing method and device
CN113256426A (en) * 2020-05-29 2021-08-13 支付宝(杭州)信息技术有限公司 Data processing method, device, equipment and medium
CN113256426B (en) * 2020-05-29 2023-08-04 支付宝(杭州)信息技术有限公司 Data processing method, device, equipment and medium
CN111429995A (en) * 2020-06-11 2020-07-17 北京连琪科技有限公司 Vaccine tracing method and system based on alliance chain
CN111831843A (en) * 2020-06-11 2020-10-27 广东工业大学 Block chain-based animal identity management method and system
CN111783144A (en) * 2020-08-20 2020-10-16 支付宝(杭州)信息技术有限公司 Data processing method and device based on block chain
CN115658742A (en) * 2022-11-16 2023-01-31 武汉亚为电子科技有限公司 Identification analysis method and system for field-level active identification carrier
CN115658742B (en) * 2022-11-16 2023-04-07 武汉亚为电子科技有限公司 Identification analysis method and system for field-level active identification carrier

Similar Documents

Publication Publication Date Title
CN110597885A (en) Information processing method, device, node of block chain network and storage medium
US11657176B2 (en) Blockchain-based mechanisms for secure health information resource exchange
US20220084643A1 (en) Blockchain-based mechanisms for secure health information resource exchange
US11386985B2 (en) Healthcare transaction validation via blockchain systems and methods
US10505935B1 (en) Providing notifications to authorized users
US20190348158A1 (en) Systems and methods for managing data privacy
CN110599171B (en) Virtual asset processing method and device based on blockchain network
CN110991622A (en) Machine learning model processing method based on block chain network and node
JP2019176458A (en) Data sharing method based on plurality of block chain
TW202020789A (en) System and method for regulating a value of a cryptocurrency used in a health care network
US20200160319A1 (en) Entity-sovereign data wallets using distributed ledger technology
US20210375408A1 (en) Blockchain-based distribution of medical data records
CN111641629B (en) Abnormal behavior detection method, device, equipment and storage medium
CN110556171B (en) Medical data management method and device, node of block chain network and storage medium
CN112559627A (en) Alliance chain-based on-chain-under-chain collaborative electronic medical record data sharing method
EP3264315B1 (en) Information processing apparatus and method, and program
TW202020891A (en) Method and system for retrieving electronic medical and health records by blockchain
CN112967775A (en) Medical health data credible sharing method and system based on block chain
US20220270725A1 (en) Blockchain architecture, system, method and device for facilitating electronic health record maintenance, sharing and monetization using a decentralized health information platform including a non-fungible token function and security protocols
US20150278482A1 (en) Systems and methods for secure life cycle tracking and management of healthcare related information
KR20220068024A (en) System for providing insurance information using artificial intelligence and personal health records and method thereof
Donahue et al. Veterans health information exchange: successes and challenges of nationwide interoperability
CN112908442A (en) Medical data sharing method, device, equipment and computer readable medium
Bouhaddou et al. Toward a virtual lifetime electronic record: the department of veterans affairs experience with the nationwide health information network
CN111709860A (en) Homote advice processing method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination