Backend Usage
In addition to front-end interactions with the Flow Blockchain using various tool libraries, there are scenarios where we require back-end interactions with the Flow Blockchain. In such cases, we can typically leverage Flow's features to achieve more optimal solutions.
What You'll Learn
In this tutorial series, you'll discover how to:
- Set up a gas free EVM endpoint for your backend
Tutorials
- Gas Free EVM Endpoint - Learn how to set up a gas free EVM endpoint for your backend, all transactions sent through this endpoint will not be charged for gas fees from the sender's account(EVM Gateway's service account will be used to pay for the gas fees).