INJS
  • Introduction
  • Mint INJS
  • Protocol
    • INJRC-20
      • Deploy
      • Mint
      • Transfer
    • Indexer
    • Marketplace
      • Inscribe
      • List/Delist
      • Buy
      • Batch
Powered by GitBook
On this page
  1. Protocol
  2. Marketplace

Inscribe

PreviousMarketplaceNextList/Delist

Last updated 1 year ago

  • 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 operations to Marketplace Address to manage their Inscription in marketplace

  • Marketplace Address can not send Transfer operation without a valid 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

List/Delist
Buy