Archive
Not Implemented
We will first integrate with IPFS and provide simple ways for creators to periodically backup all messages.
To archive messages, the creator should upload all messages to IPFS as a directory using the following format, where each *.data
file contain a buffer of the hex-encoded message:
After the directory is uploaded, the creator should get back an IPFS hash, of which they should add it to their GUN as below:
Supporting other file protocol
We plan to integrate with other file protocols for archives based on user demand. As long as the file protocol support directory uploads in the archive formats described above, it should be fairly trivial to integrate with such protocol.
Last updated