idexo
ENGLISH
Search
⌃
K
idexo
ENGLISH
Search
⌃
K
Introduction to idexo
Getting Started
Get API Key
NFT
Introduction
Create a Capped NFT Collection
Create a Uncapped NFT Collection
Create an Uncapped Soulbound NFT (SBT) Collection
Create a Capped Soulbound NFT (SBT) Collection
Mint a NFT
Mint a SBT
Mint a NFT With Image and Metadata In 1 Transaction
Project Tokens
Create a Project Token
Mint a Token
Storage
Upload Plain Text
Upload an HTML file
Request A New Blockchain Integration
How To Add A New Blockchain
Vesting
Create a Vesting Smart Contract
Utils
Introduction
Get Contract
Get Transactions
Directional Staking
Introduction
NFTMe
Powered By
GitBook
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
))
Storage - Previous
Upload Plain Text
Next
Request A New Blockchain Integration
Last modified
1yr ago