New feature: Post a mesagge - hash on CryptoDbSS Based blockchain
the new udate has arrived CryptoDbSS brings new features that debut in this update A new type Of transaction , which stores 32bytes provided by the sender, can be use for multiple purposes such as: links metadata by hash reference be used as CID Ipfs Linking transaction blocks links to a smart contract address post a custom mensagge The algorithm structure now has been simplified in the code to improve readability and maintenance, and it is easier to add future features such as new transaction types. also the data structure of the transaction types is now defined by structs. This largely eliminates most dependencies in future algorithm modifications. Only the definition of transaction type elements needs to be added to the structure. The algorithm's behavior will then depend on reading these transaction data structure definitions. In essence, these definitions will instruct the algorithm on how to proceed according to the established logic for each ty...