Mint INJS
Last updated
Last updated
INJS is an implementation of the INJRC-20 protocol on the Injective blockchain
Info | Detail |
---|---|
Tick | INJS |
Max Supply | 1,000,000,000 |
Limit Per Mint | 5000 |
Send any value to any address using the base64 encoded operation in memo
The user opens injs.ink and connect with wallet, initiating the random generation of nonce
The frontend computes and obtains a nonce, such that sha256(seed+address+nonce) <
HASH_TARGET
, where the HASH_TARGET is a fixed value of 0x000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff. The seed is the hash of the block where the tick Deploy operation is located
A nonce could only be used once by an address
The user submits a mint operation with base64 encode: data:,{"p":"injrc-20","op":"mint","tick":"INJS","amt":"5000", "non": "0xabc..."}
The indexer verifies the legitimacy of the user's mint operation
Sample code to generate the nonce: