Flutter SDK: Ethereum Sign In
This guide will help you integrate the Ethereum sign in functionality into your Flutter app using the MoonGateConfig and MoonGateAuth from the Flutter SDK.Prerequisites
- Make sure you have Flutter and Dart installed and set up.
- Install the MoonGate Flutter SDK package in your project, you can do so by running
Getting Started
First, you need to set up the API key in your app. You can do this by calling theMoonGateConfig.setApiKey
function with your API key as an argument.