idexo
idexo
idexo
idexo
Getting Started
Get API Key
NFT
Create a Non-Fungible Token (NFT) on Binance Smart Chain Mainnet and Arweave
Create a BEP721 Non-Fungible Token (NFT) Minter on Binance Smart Chain Mainnet
Create a Non-Fungible Token (NFT) on Ethereum and Arweave
Deploy BEP721 NFT Minting Contract on Binance Smart Chain
Mint an NFT on Binance Smart Chain
How To
Mint BEP20 Tokens on Binance Smart Chain Mainnet
Upload a Plain Text File to the Arweave Permaweb
Upload an HTML file to the Arweave Permaweb
Deploy a New BEP20 Token to Binance Smart Chain
Deploy a BEP20 Token With Capped Supply to Binance Smart Chain Mainnet
Deploy a New BEP20 Token With Capped Supply to Binance Smart Chain Testnet
Deploy a New ERC20 Token to the Ethereum Ropsten Testnet
Request A New Blockchain Integration
How To Add A New Blockchain
Powered by GitBook

Upload a Plain Text File to the Arweave Permaweb

This describes how to install the SDK and upload a plain text file to the Arweave Permaweb.
npm install idexo-sdk
const ido = require('idexo-sdk')
const plainText = 'Hello World' // replace this with your plain text
ido.uploadPlain(plainText)
How To - Previous
Mint BEP20 Tokens on Binance Smart Chain Mainnet
Next - How To
Upload an HTML file to the Arweave Permaweb
Last updated 2 months ago