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 2 years ago