Upload an HTML file
This describes how to upload an HTML to decentralized storage.
Supported networks:
arweave
const ido = require('idexo-sdk')
ido.Storage.uploadHTML(network, data)
.then((res) => console.log(res.data))
Last updated
Was this helpful?