Page MenuHomePhabricator

[Cashtab] Add function to generate target outputs for an slpv1 nft parent mint tx
ClosedPublic

Authored by bytesofman on Mon, Apr 15, 17:11.

Details

Summary

Add necessary function for supporting mint functionality for nft1 parent tokens. In Cashtab, this would be used by an NFT creator to increase the supply of an NFT collection.

Not yet implemented.

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emack added a subscriber: emack.

On a related note, are we sticking with the whole parent vs child terminology all the way through to the frontend? I recall back in 2021 there was discussion on using more user friendly terminology in the frontend, like using "Collection" for parent and "NFT" for child. This way it'll be a smoother experience for users who are used to NFT terminology from other chains.

This revision is now accepted and ready to land.Mon, Apr 15, 23:55

On a related note, are we sticking with the whole parent vs child terminology all the way through to the frontend?

no, we'll use something better. Probably "Collection" and "NFT"

parent and child are useful terms for the dev functions since they correspond with similar terms in the spec and the lib (and because there are weird technicalities, like the parent token is technically an nft, but not the same kind as a child nft, etc). But front end should be less complicated.