rooch-network / rooch

VApp Container with Move Language
https://rooch.network
Apache License 2.0
143 stars 65 forks source link

[Bitcoin] Inscription burn #2012

Open yubing744 opened 1 week ago

yubing744 commented 1 week ago

Bitseed's split and merge operations rely on the inscription burn mechanism

Related Issues and PR: https://github.com/ordinals/ord/issues/1333 https://github.com/ordinals/ord/pull/3437

yubing744 commented 1 week ago

Bitseed protocol operation document: https://bitseed.pro/protocol_operation

yubing744 commented 1 week ago
  const CHARM_BURNED: u32 = 12;

  struct InscriptionCharm has store, copy, drop {
    value: u32
  }