Welcome to the Blockchain App! This simple web application allows you to check your Ethereum (ETH) balances on the Sepolia testnet. Built with a Flask backend and a Vue.js frontend, this app provides a seamless experience for users interested in exploring the world of blockchain and cryptocurrency.
- Real-time ETH Balance Checking: Easily check your ETH balance on the Sepolia testnet.
- User-friendly Interface: Built with Vue.js for a responsive and engaging user experience.
- Secure and Fast: Utilizes Flask and Web3.py for secure interactions with the Ethereum blockchain.
- Deployment: Hosted on Render and Netlify for easy access.
This project leverages a variety of technologies to deliver its functionality:
-
Backend:
- Flask (Python)
- Web3.py
- Gunicorn
-
Frontend:
- Vue.js
- Tailwind CSS
- HTML/CSS
- JavaScript
-
Deployment:
- Render
- Netlify
-
Blockchain:
- Ethereum
- Sepolia Testnet
To set up this project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/ochhetri/blockchain-app.git cd blockchain-app
-
Install Backend Dependencies: Navigate to the backend directory and install the required packages:
cd backend pip install -r requirements.txt
-
Run the Backend: Start the Flask server:
gunicorn app:app
-
Install Frontend Dependencies: Navigate to the frontend directory and install the required packages:
cd frontend npm install
-
Run the Frontend: Start the Vue.js development server:
npm run serve
Now, you can access the app in your browser at http://localhost:8080
.
- Access the Application: Open your web browser and navigate to the application URL.
- Enter Your Wallet Address: Input your Ethereum wallet address in the designated field.
- Check Balance: Click the "Check Balance" button to view your ETH balance on the Sepolia testnet.
We welcome contributions to improve this project. If you have suggestions or ideas, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes.
- Push to your branch.
- Open a pull request.
Please ensure that your code adheres to our coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.
You can find the latest releases of the Blockchain App here. Please download and execute the relevant files to stay updated with the latest features and fixes.
For any inquiries or feedback, feel free to reach out:
- GitHub: ochhetri
- Email: your-email@example.com
Thank you for checking out the Blockchain App! We hope you find it useful in your blockchain journey. For updates, visit our Releases section.