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