Deploy an Inscription
Deploy an Inscription with a name, ticker, max, limit, metadata, and memo.
Deployment HCS-20 Structure
{
"p": "hcs-20",
"op": "deploy",
"name": "point_name",
"tick": "unique_point_identifier",
"max": "max_supply",
"lim": "optional_limit_of_mint_per_transaction",
"metadata": "optional_metadata",
"m": "optional_memo"
}Overview
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated