4.3 Architecture
Last updated
Last updated
A. Generating events through smart contracts - registered in blockchain semi-structured data format
B. Several columns of the event may have the same value, and the smart contract, the variables for which the user-defined event make up the rest of the column values
C. Access and query by extracting transactions from the web front end created for testing
D. Saving as State Variables, Event format
E. When the register function is executed with a smart contract, a registered event is generated, and data is stored in the blockchain. It transfers msg.sender, the information that users want to save as an input parameter of the registered event along with a hash value, which is a key value that can be associated with the data and records on the blockchain.