Research Article
A Scientific Research Information System via Intelligent Blockchain Technology for the Applications in University Management
Algorithm 2
Data verification smart contract.
| Input: Verification information | | Output: Dataset | (1) | Request input()//User input request | | If permissions ()//Authority determination | | compare personnel permission database | | If the request type meets the standard | | Return allow and Data set | | Else refuse | | Else | | false | (2) | Data input()//data validation | | If Compare database data types | | Return allow | | Else false | | Output: Dataset |
|