This project is a web application for learning how to work with Bitcoin, built with FastAPI.
The application allows you to:
- Create and manage Bitcoin wallets.
- Send and receive Bitcoin transactions.
- View current balance and transaction history.
- Integrate with a Telegram bot for notifications and management via messenger.
- Use Postman for API testing and user registration.
The project is designed to automate Bitcoin operations and can serve as a foundation for building your own cryptocurrency services.
pip install fastapi
pip install pony
pip install bit
pip install pyTelegramBotAPIYou need to install the Postman application from the official website: postman.com/downloads
uvicorn main:api --reload
or, if running from app.py:
uvicorn.run()