CIA-20 Protocol
The CIA-20 protocol is an exact replica of the CRC-20 protocol.
Deploy
Key
Type
Descriotion
op
string*
type of operation
lim
number*
limit per inscription
max
number*
total supply
tick
string*
ticker name
p
string*
standard used
Mint
Key
Type
Descriotion
op
string*
type of operation
amt
number*
Amount to mint: States the amount of the cia-20 to mint. Has to be less than "lim" above if stated
tick
string*
ticker name
p
string*
standard used
Transfer
Key
Type
Descriotion
op
string*
type of operation
amt
number*
transfer quantity, less than the quantity owned
tick
string*
ticker name
p
string*
standard used
Last updated