Deno & Fetch
Using Deno (or Node) & fetch to create a transaction with CIP-20 metadata
Introduction
Objectives
Requirements
API Request Structure
Payload Format
{
"changeAddress": "addr_sender...",
"message": "Your message" // String or array of strings
}Message Format Options
Single String Message
Array of Strings
Auto-split for Long Messages
Implementation
Configuration and Parameters (using Deno and Fetch)
Request Body
API Call (using Deno and Fetch)
Deno Command
Expected Output
The Whole File (Deno Version)
Last updated
Was this helpful?

