sCrypt-Inc / scrypt-ord

sCrypt 1sat ordinal library
https://docs.scrypt.io/tokens/
19 stars 5 forks source link

refactor: rename mint to inscribe in NFT #30

Closed xhliu closed 11 months ago

xhliu commented 11 months ago

Minting is usually used in FT/bsv20.

inscribeText() {
  this.inscribe()
}

https://github.com/sCrypt-Inc/scrypt-ord/blob/f1ad1de9d5f89c3cebd2c43c1e35cc88dfc76fa9/src/contracts/oneSatNFT.ts#L70-L71