For the complete documentation index, see llms.txt. This page is also available as Markdown.

IPFS for Decentralized Messaging

Decentralized Messaging

from src.integrations.ipfs_communication import IPFSCommunication

ipfs = IPFSCommunication()
hash = ipfs.send_message("Hello, decentralized world!")
message = ipfs.retrieve_message(hash)

Last updated