Skip to content

anngoroshi/Bitcoin_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

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.

Getting Started

1. Install dependencies

pip install fastapi
pip install pony
pip install bit
pip install pyTelegramBotAPI

2. Register in Postman

You need to install the Postman application from the official website: postman.com/downloads

3. Run the server

uvicorn main:api --reload

or, if running from app.py:

uvicorn.run()

About

project to study the Fast Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published