from src.integrations.ipfs_communication import IPFSCommunication ipfs = IPFSCommunication() hash = ipfs.send_message("Hello, decentralized world!") message = ipfs.retrieve_message(hash)
Last updated 11 days ago