Good morning!
Can a Smart Contract create an NFT?
And can he create one by executing the custom creation command he receives from the address that interacted with him?
Yes it can. You can check this minting sc for an example https://egldhub.dev/post/elven-nft-minter-smart-contract-59
You will need to pass different params that you need in order to create the nft to a method from the sc
Yes it can. You can check this minting sc for an example https://egldhub.dev/post/elven-nft-minter-smart-contract-59 You will need to pass different params that you need in order to create the nft to a method from the sc