CIA-20 Protocol
The CIA-20 protocol is an exact replica of the CRC-20 protocol.
Deploy
// origin
data:,{"op":"deploy","lim":10000,"max":21000000000,"tick":"cias","p":"cia-20"}
//base64
ZGF0YToseyJvcCI6ImRlcGxveSIsImxpbSI6MTAwMDAsIm1heCI6MjEwMDAwMDAwMDAsInRpY2siOiJjaWFzIiwicCI6ImNpYS0yMCJ9
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
// origin
data:,{"op":"mint","amt":10000,"tick":"cias","p":"cia-20"}
//base64
ZGF0YToseyJvcCI6Im1pbnQiLCJhbXQiOjEwMDAwLCJ0aWNrIjoiY2lhcyIsInAiOiJjaWEtMjAifQ==
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
// origin
data:,{"op":"transfer","amt":1000,"tick":"cias","p":"cia-20"}
//base64
ZGF0YToseyJvcCI6Im1pbnQiLCJhbXQiOjEwMDAwLCJ0aWNrIjoiY2lhcyIsInAiOiJjaWEtMjAifQ==
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