Bash & cURL
Using Bash & cURL 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 Bash and cURL)
API Call (using cURL)
Expected Output
The Whole Script (Bash Version)
Last updated
Was this helpful?

