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

Upload Plain Text

This describes how to upload a plain text file to decentralized storage.

Supported networks:

  • arweave

const ido = require('idexo-sdk')
const plainText = 'Hello World' // replace this with your plain text 
ido.Storage.uploadPlain(network, plainText)

Last updated

Was this helpful?