Learn how to mint a License Token from an IPA in Solidity.
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
).
mintingFee
.test/3_LicenseToken.t.sol
to see it work and verify the results:
forge build
. If everything is successful, the command should successfully compile.
Now run the test by executing the following command: