Simplify DerivativeWorkflows
by Removing Minting Fee Handling
#71
Labels
enhancement
New feature or request
DerivativeWorkflows
by Removing Minting Fee Handling
#71
Description
Currently, the
DerivativeWorkflows
contract fetches the minting fee from the core protocol and requires users to transfer this fee toDerivativeWorkflows
, which then passes it on to the royalty module. This workaround was necessary because there was no straightforward way for the application to fetch the minting fee directly from the core protocol, preventing users from knowing the exact fee at signing time (see issue #21).With the recent addition of the
predictMintingLicenseFee
view function in the core protocol (as outlined in PR #200, the application can now retrieve the latest minting fee in a single function call. This allows users to approve the minting fee directly to the royalty module.Proposal:
DerivativeWorkflows
that fetches the minting fee and handles token transfers.Benefits:
The text was updated successfully, but these errors were encountered: