Learn how to mint a License Token from an IP Asset in TypeScript.
ipId = 0x01
) has License Terms (licenseTermdId = 10
) attached to it. We want to mint 2 License Tokens with those terms to a specific wallet address (0x02
).
defaultMintingFee
. You can see an example of that in the TypeScript Tutorial.licenseTermsId
are already attached to the IP Asset, making it a publicly available license. The IP owner can, however, mint a private license by minting a license token with a licenseTermsId
that is not attached to the IP Asset.mintingFee
to mint, and you were able to buy it on a marketplace for a cheaper price. Then it makes more sense to simply register with the License Token then have to pay the more expensive defaultMintingFee
.