Inscribe

  • Inscribe is a Transfer operation with special receiver address, we called Marketplace Address

  • Each batch of INJRC-20 token send to marketplace address will become a Inscription

  • The Inscription is owned by the sender, owners can send List/Delist operations to Marketplace Address to manage their Inscription in marketplace

  • Marketplace Address can not send Transfer operation without a valid Buy Operation(Will not indexed by INJRC-20 indexer)

Marketplace address: inj1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqe2hm49

The address inj1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqe2hm49 has no private key since it's coming from bellow process

let words = bech32.toWords(
  Address.fromString('0x0000000000000000000000000000000000000000').toBuffer()
);
console.log(bech32.encode('inj', words));
// inj1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqe2hm49

Last updated