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 modified 1yr ago