INJS
  • Introduction
  • Mint INJS
  • Protocol
    • INJRC-20
      • Deploy
      • Mint
      • Transfer
    • Indexer
    • Marketplace
      • Inscribe
      • List/Delist
      • Buy
      • Batch
Powered by GitBook
On this page
  1. Protocol
  2. INJRC-20

Deploy

{ 
  "p": "injrc-20",
  "op": "deploy",
  "tick": "INJS",
  "max": "1000000000",
  "lim": "5000",
  "tar": "0x000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
}
Key
Required ?
Description

p

Yes

Protocol: Helps other systems identify and process injrc-20 events

op

Yes

Operation: Type of event (Deploy, Mint, Transfer)

tick

Yes

Ticker: 4 letter identifier

max

Yes

Max supply: set max supply

lim

Yes

Mint limit: If letting users mint to themsleves, limit per mint

tar

Yes

Target hash to mint

PreviousINJRC-20NextMint

Last updated 1 year ago