Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanA101a committed Jul 3, 2023
1 parent c0b4c8f commit 6682bb3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# batua

A new Flutter project.
A simple ethereum wallet in flutter.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
### Steps to run:
1. Create a file named ".env" in the root directory of the project.
2. Add the following to it:
```
ALCHEMY_ETHEREUM_MAINNET_API_KEY=
ALCHEMY_SEPOLIA_TESTNET_API_KEY=
MORALIS_API_KEY=
COINMARKETCAP_API_KEY=
ETHERSCAN_API_KEY=
```
3. Get free api keys for the above fields and fill up the ".env" file.
4. Now build/run the app.

0 comments on commit 6682bb3

Please sign in to comment.