Skip to content

Pronoss/Base-Wallet-Watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

368a80b · Oct 12, 2024

History

11 Commits
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024

Repository files navigation

Base Wallet Balance

A simple web service to view a wallet balance on the Base blockchain using Python and Flask.

Features

  • View the current balance of a wallet on Base.
  • Validate the entered wallet address.
  • Simple and intuitive web page.

Technologies

  • Python
  • Flask
  • Web3.py
  • HTML/CSS

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/base-wallet-balance.git
    cd base-wallet-balance
  2. Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate  # For Windows: venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Set up environment variables:

    Create a .env file in the root of the project and add:

    SECRET_KEY=your_secret_key_here
    BASE_RPC_URL=https://base-mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID
  5. Run the application:

    python run.py
  6. Open your browser:

    Go to http://127.0.0.1:5000

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published