Is there a difference in gas fees between make an action from a contract and make an action from outside of the blockchain? For example mint a nft from my frontend and mint a nft in other contract?
Jun 15, 2022, 4:01 PM
How can you mint an NFT without interact with the Blockchain?
Jun 15, 2022, 4:02 PM
I mean, send the transaction from one contract to another or from my frontend to one contract
Because I need to make some transaction but if one fails the other can't be reverted if a make it from my frontend, but if I make all this transactions just calling one contract and this contract make that tractions I can revert all in case one fails, for that the question if is there differences between gas fees of calls from outside and inside
Jun 15, 2022, 4:08 PM
Emotional damage
I think you should rethink the architectural POV of you application
Jun 15, 2022, 5:01 PM
Can you explain? Please
Jun 15, 2022, 5:05 PM