CryptoDbss allows short messages to be published on the blockchain as a transaction. This can be annotated to be linked as metadata, for example, the SHA of a data or document. In this case, an example of its use with IPFS will be given.
Some advantages of implement IPFS
- Save space on long messages, resulting in lighter and lower-cost transactions.
- complete decentralization of the data that is shared.
- share associated metadata or files in blockchain without them taking up space within it.
- Increase capabilities to make more Web3 implementations.
The command is executed to post a file containing the following message in a transaction:
"hello, 你好 , this is a message of CryptoDbSS using IPFS."
The terminal indicates that everything proceeded correctly, both the network file sharing on IPFS and the transaction containing the CID in CryptoDbSS.
Then we retrieve the CID and use IPFS to access the data.

