CN113626515A - System solution method for enterprise financial supervision and audit based on block chain supply chain - Google Patents

System solution method for enterprise financial supervision and audit based on block chain supply chain Download PDF

Info

Publication number
CN113626515A
CN113626515A CN202110902885.4A CN202110902885A CN113626515A CN 113626515 A CN113626515 A CN 113626515A CN 202110902885 A CN202110902885 A CN 202110902885A CN 113626515 A CN113626515 A CN 113626515A
Authority
CN
China
Prior art keywords
block
chain
transaction
enterprise
server
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
CN202110902885.4A
Other languages
Chinese (zh)
Inventor
郭建峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Gortesis Technology Jinan Co ltd
Original Assignee
Gortesis Technology Jinan 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 Gortesis Technology Jinan Co ltd filed Critical Gortesis Technology Jinan Co ltd
Priority to CN202110902885.4A priority Critical patent/CN113626515A/en
Publication of CN113626515A publication Critical patent/CN113626515A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • 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
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/12Accounting
    • G06Q40/125Finance or payroll

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Computing Systems (AREA)
  • Storage Device Security (AREA)

Abstract

The invention provides a systematic solution method for enterprise financial supervision and audit of a block chain supply chain, which comprises the following steps: comprises the following steps of (1): configuring bottom chain related environment variables; step (2): acquiring current block information and block height; and (3): the program traverses all block information, and the management mechanism selects which blocks are to be audited, acquires the transaction hash address on each block and stores the transaction hash address in a text; and (4): uploading abi files of the contract locally to the server; and (5): the server uses abi file content obtained from the client and a private key local to the enterprise to decode the transaction content on the tile according to the transaction hash address; and (6): and through the steps, the effect of traceable data on the block chain is fully utilized, and simultaneously, encrypted abstract data on the block chain can be converted into relational visual data.

Description

System solution method for enterprise financial supervision and audit based on block chain supply chain
Technical Field
The invention belongs to the field of block chains, and relates to a block chain supply chain-based enterprise financial supervision and audit system solution.
Background
One difficulty of the current financial audit is difficult evidence obtaining and tracing, a lot of information cannot be traced back after being tampered, the block chain technology can guarantee the integrity, the permanence and the non-tampering of all data, therefore, the difficult and pain points of the audit industry in the aspects of easy evidence obtaining, tracing, association, tracing and the like can be effectively solved, the block chain can automatically process abnormal records through information such as whether each node verifies and approves the block and transaction information in the block, whether a network node is attacked, whether an account book of each node is complete and the like, and real-time audit becomes possible. Although block chains can have the above advantages, there is currently no good solution for on-chain data penetration policing.
Disclosure of Invention
Technical problem to be solved
Aiming at the defects of the prior art, the invention provides a systematic solution method for enterprise financial supervision and audit based on a block chain supply chain.
(II) technical scheme
In order to achieve the purpose, the invention provides the following technical scheme: the invention discloses a systematic solution method for enterprise financial supervision and audit of a block chain supply chain.
The invention adopts the following technical scheme:
a system solution for enterprise financial regulatory audit based on blockchain supply chain, comprising:
step (1): configuring environment variables related to a bottom chain, taking a local ip address as an example, wherein a port number is an address for communication between a back-end service and a block chain, and the ip address and the port number need to be filled in before testing;
step (2): the system can automatically acquire the block information and the block height from a background server, the returned block information is presented in a hash value mode, and the returned block height represents how many blocks are generated currently;
and (3): the program traverses all the block information, the supervisory organization selects which blocks to audit, inputs the starting number and the ending number of the blocks to be audited, then obtains the transaction hash address on each block and stores the transaction hash address into a text, the transaction hash address is an index of each transaction on a block chain, and the supervisory organization can find corresponding contents such as detailed fund information and the like through the index;
and (4): the abi file of the contract is uploaded to the server locally, the abi file can be acquired from the intelligent contract which is already deployed by an enterprise, and the contract is sent to the server to inform a background supervision agency of the contract to be audited;
and (5): the server decodes the transaction content on the block according to the transaction hash address by using abi file content obtained from the client and a private key local to the enterprise, and then stores the decoded data in a database and presents the data in a relational data structure mode;
and (6): and the monitoring organization can perform proofreading and auditing on the financial data in the relational database according to different monitoring requirements.
Preferably, this document describes the mode of operation by a simple front-end system operation.
(III) advantageous effects
Compared with the prior art, the invention provides a systematic solution method for enterprise financial supervision and audit of a block chain supply chain, which has the following beneficial effects:
the invention can conveniently export large-scale data on an enterprise financial chain, recovers abstract encrypted data into professional financial data through visual operation, prevents enterprises from tampering data, facilitates audit of a supervision organization, and improves supervision efficiency.
Drawings
FIG. 1 is an environment configuration interface, mainly setting the address and port number of a certain node of a block chain bottom chain;
FIG. 2 is a block height of the interface for obtaining current block information;
FIG. 3 is a block diagram illustrating the setting of which blocks are to be audited;
FIG. 4 is a block traversal completed with the transaction hash for each block saved in a file;
FIG. 5 is an upload contract abi file interface;
FIG. 6 is the file content of abi;
FIG. 7 is a diagram illustrating the manner in which decoded data is selected for storage;
FIG. 8 is plaintext data stored in a block chain in a database after decoding is complete;
FIG. 9 is a code segment for a back end server to load abi contents of a front end setting, decode blockchain data into a database;
FIG. 10 is a block chain supply chain based enterprise financial administration audit flow diagram.
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 only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1-10, the present invention provides a system solution for enterprise financial monitoring audit of a block chain supply chain: comprises the following steps of (1): configuring bottom chain related environment variables; step (2): acquiring current block information and block height; and (3): the program traverses all block information, and the management mechanism selects which blocks are to be audited, acquires the transaction hash address on each block and stores the transaction hash address in a text; and (4): uploading abi files of the contract locally to the server; and (5): the server uses abi file content obtained from the client and a private key local to the enterprise to decode the transaction content on the tile according to the transaction hash address; and (6): and the monitoring institution checks and audits the financial data. Through the steps, the encrypted abstract data on the block removing chain can be converted into the relational visual data while the traceable data special effect of the block removing chain is fully utilized, the problem of possible modification of an enterprise account book is solved, enterprise supervision is enhanced, the encrypted abstract data on the block removing chain can be converted into the relational visual data, and penetrating supervision is achieved.
In a specific implementation process, the step (1) of the invention: as shown in fig. 1, the environment variables related to the bottom chain are configured, where, taking local ip addresses as an example, port numbers are addresses for communication between the backend service and the block chain, and the ip addresses and the port numbers need to be filled in before the test is performed;
in the specific implementation process, the step (2): according to the content of fig. 2, we can obtain the current tile information and tile height in this step, the system will automatically obtain this tile information and tile height from the backend server, the returned tile information is presented in the form of hash value, and the returned tile height indicates how many tiles have been currently generated;
in the specific implementation process, the step (3): and (3) according to the latest block height obtained in the step (2) or the blocks which are audited before, selecting which blocks are audited by the supervision agency, inputting the starting number of the blocks to be audited and the ending number of the blocks as shown in the figure 3, and performing transaction hash reading after confirming the block range. Then, a transaction hash address on each block is obtained and stored in a text, the transaction hash address is an index of each transaction on a block chain, a supervision organization can find corresponding contents such as detailed fund information through the index, and the position of each block and the transaction hash of the corresponding block are recorded in a file with the same format as that of fig. 4;
in the specific implementation process, the step (4): finding abi files with consistent file content formats as shown in fig. 6 to upload to a back-end server as shown in fig. 5, abi file acquisition may be acquired from an intelligent contract already deployed by an enterprise, and sending the contract to a server to inform a background regulatory agency of the contract to be audited;
in the specific implementation process, the step (5): the client selects the storage mode of the decoded data (currently, a database mode is adopted) according to the steps shown in fig. 7, then the server decodes the transaction content on the block according to the transaction hash address by using the abi file content obtained in step (4) and the private key local to the enterprise, and then the server stores the decoded data in the database to present the data in a relational data structure mode. The decoded data through the code segment written in fig. 9 will be stored in the oracle database, and querying the oracle database will have the data records shown in fig. 8;
in the specific implementation process, the step (6): and the monitoring institution checks and audits the financial data.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (2)

1. The system solution method of enterprise financial supervision audit based on block chain supply chain is characterized in that: comprises the following steps of (1): configuring bottom chain related environment variables; step (2): acquiring current block information and block height; and (3): the program traverses all block information, and the management mechanism selects which blocks are to be audited, acquires the transaction hash address on each block and stores the transaction hash address in a text; and (4): uploading abi files of the contract locally to the server; and (5): the server uses abi file content obtained from the client and a private key local to the enterprise to decode the transaction content on the tile according to the transaction hash address; and (6): and the monitoring institution checks and audits the financial data.
2. The system solution for block chain supply chain based enterprise financial regulatory audit according to claim 1 wherein:
step (1): configuring bottom chain related environment variables, taking local ip address as an example, and a port number is an address for communication between a back-end service and a block chain, wherein the ip address and the port number need to be filled in before testing;
step (2): the system can automatically acquire the block information and the block height from a background server, the returned block information is presented in a hash value mode, and the returned block height represents how many blocks are generated currently;
and (3): the program traverses all the block information, the supervisory organization selects which blocks to audit, inputs the starting number and the ending number of the blocks to be audited, then obtains the transaction hash address on each block and stores the transaction hash address into a text, the transaction hash address is an index of each transaction on a block chain, and the supervisory organization can find corresponding contents such as detailed fund information and the like through the index;
and (4): the abi file of the contract is uploaded to the server locally, the abi file can be acquired from the intelligent contract which is already deployed by an enterprise, and the contract is sent to the server to inform a background supervision agency of the contract to be audited;
and (5): the server decodes the transaction content on the block according to the transaction hash address by using abi file content obtained from the client and a private key local to the enterprise, and then stores the decoded data in a database and presents the data in a relational data structure mode;
and (6): and the monitoring organization can perform proofreading and auditing on the financial data in the relational database according to different monitoring requirements.
CN202110902885.4A 2021-08-06 2021-08-06 System solution method for enterprise financial supervision and audit based on block chain supply chain Pending CN113626515A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110902885.4A CN113626515A (en) 2021-08-06 2021-08-06 System solution method for enterprise financial supervision and audit based on block chain supply chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110902885.4A CN113626515A (en) 2021-08-06 2021-08-06 System solution method for enterprise financial supervision and audit based on block chain supply chain

Publications (1)

Publication Number Publication Date
CN113626515A true CN113626515A (en) 2021-11-09

Family

ID=78383343

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110902885.4A Pending CN113626515A (en) 2021-08-06 2021-08-06 System solution method for enterprise financial supervision and audit based on block chain supply chain

Country Status (1)

Country Link
CN (1) CN113626515A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107038242A (en) * 2017-04-24 2017-08-11 杭州趣链科技有限公司 It is a kind of towards the global intelligent contract business datum analytic method of block chain
CN108108913A (en) * 2018-01-11 2018-06-01 郭建峰 A kind of monitoring and managing method of decentralization application system
CN108111299A (en) * 2017-12-28 2018-06-01 上海唯链信息科技有限公司 A kind of real-time auditing traceability system based on block chain technology
CN110337647A (en) * 2018-12-29 2019-10-15 阿里巴巴集团控股有限公司 Visual block chain browser
CN110942299A (en) * 2019-10-25 2020-03-31 南京邮电大学 Copyright trading system based on block chain
CN110941860A (en) * 2019-12-10 2020-03-31 博雅正链(北京)科技有限公司 Block chain and biological feature based electronic contract associable analysis verification method
CN111400373A (en) * 2020-03-16 2020-07-10 上海简苏网络科技有限公司 Method and device for realizing block information visualization in alliance chain
CN111598436A (en) * 2020-05-14 2020-08-28 云账户技术(天津)有限公司 Voucher management system, method and medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107038242A (en) * 2017-04-24 2017-08-11 杭州趣链科技有限公司 It is a kind of towards the global intelligent contract business datum analytic method of block chain
CN108111299A (en) * 2017-12-28 2018-06-01 上海唯链信息科技有限公司 A kind of real-time auditing traceability system based on block chain technology
CN108108913A (en) * 2018-01-11 2018-06-01 郭建峰 A kind of monitoring and managing method of decentralization application system
CN110337647A (en) * 2018-12-29 2019-10-15 阿里巴巴集团控股有限公司 Visual block chain browser
CN110942299A (en) * 2019-10-25 2020-03-31 南京邮电大学 Copyright trading system based on block chain
CN110941860A (en) * 2019-12-10 2020-03-31 博雅正链(北京)科技有限公司 Block chain and biological feature based electronic contract associable analysis verification method
CN111400373A (en) * 2020-03-16 2020-07-10 上海简苏网络科技有限公司 Method and device for realizing block information visualization in alliance chain
CN111598436A (en) * 2020-05-14 2020-08-28 云账户技术(天津)有限公司 Voucher management system, method and medium

Similar Documents

Publication Publication Date Title
WO2020259629A1 (en) Block chain-based data inspection method and apparatus
CN112395361B (en) Electric power engineering construction block chain management system
CN113010506A (en) Multi-source heterogeneous water environment big data management system
CN111563130A (en) Data credible data management method and system based on block chain technology
CN112036995A (en) Large-scale enterprise financial data management method and system based on block chain and readable storage medium
CN111008774A (en) Relay protection mobile operation management and control system
CN111461751A (en) Block chain-based house property information chain organization method, historical state tracing method and device
CN110555740A (en) Data processing method and system for ETC toll
CN111046000A (en) Government data exchange sharing oriented security supervision metadata organization method
CN113688418B (en) Engineering order settlement method and system based on blockchain data storage
CN113807660A (en) High-standard farmland construction information management system
CN113642975A (en) Hydrogen energy supervision method and system based on block chain
CN113626515A (en) System solution method for enterprise financial supervision and audit based on block chain supply chain
CN113179294B (en) Schema unified access method based on intelligent contract
CN115048445A (en) Maritime credit supervision system based on block chain technology
CN105631559A (en) Enterprise information management system
CN114138900A (en) Block chain-based networked collaborative research and development resource sharing tracing system and method
CN113660318A (en) Block chain-based academic calendar and academic degree authentication method
CN113344333A (en) Configurable enterprise credit investigation early warning method, device, equipment and storage medium
CN111274323A (en) Intelligent automatic monitoring method based on periodicity
CN116668451B (en) Data storage method, equipment and medium for securities business
CN112565328A (en) Automatic downloading and information binding tracing method for T-BOX certificate key file
CN109871720A (en) A kind of outdoor scene meter reading behavior management system
CN113282562B (en) File management method and system based on private chain
CN109146678A (en) A kind of cross-border supervision reporting system based on traditional block chain

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