idexo
Search…
idexo
ENGLISH
Getting Started
Get API Key
NFT
Introduction
Create a Capped NFT Collection
Create a Uncapped NFT Collection
Mint a NFT
Mint a NFT From Image
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
Powered By
GitBook
Upload Plain Text
This describes how to upload a plain text file to decentralized storage.
Supported networks:
arweave
1
const
ido
=
require
(
'idexo-sdk'
)
2
const
plainText
=
'Hello World'
// replace this with your plain text
3
ido
.
Storage
.
uploadPlain
(
network
,
plainText
)
Copied!
Project Tokens - Previous
Mint a Token
Next - Storage
Upload an HTML file
Last modified
1mo ago
Copy link