Quickstart
Last updated
Last updated
To run Cryptomask application you need the below prerequisites to run/build the application. Xcode is required only if you need to run/build the application for the IOS platform.
Windows/Mac OS/Ubuntu (Latest version)
Flutter Version 3.22.0
Dart Version 3.4.0 (stable)
Running the application is straightforward. To get started, you’ll need RPC URLs and API keys from Etherscan and PolyScan for the Ethereum and Polygon networks. Add these details to a .env
file (create one in the root folder if it doesn’t already exist).
Open the project in VSCode, ensure you’re in the root folder, and run flutter pub get
in the terminal to install dependencies.
If you see the following output, you're all set to proceed.
Select your target device from the device selector menu at the bottom of the VSCode window.
Open the main.dart
file from the Explorer panel on the left and Click the Run button located in the top-right toolbar to start the application on the selected device.
Once the application is built, it will run on your selected device.