Mint INJS

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

Mint Rules

Send any value to any address using the base64 encoded operation in memo

Mint Process

INJS Pow Mint Process
  1. The user opens injs.ink and connect with wallet, initiating the random generation of nonce

  2. 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

  3. A nonce could only be used once by an address

  4. The user submits a mint operation with base64 encode: data:,{"p":"injrc-20","op":"mint","tick":"INJS","amt":"5000", "non": "0xabc..."}

  5. The indexer verifies the legitimacy of the user's mint operation

Sample code to generate the nonce:

Last updated