https://github.com/ausaf007/bitcoin-tx-tracker
React Web App that provides real-time monitoring of Bitcoin transactions, displaying their current status and saving the final state to a Firestore database
https://github.com/ausaf007/bitcoin-tx-tracker
bitcoin javascript react tracker vite
Last synced: 12 days ago
JSON representation
React Web App that provides real-time monitoring of Bitcoin transactions, displaying their current status and saving the final state to a Firestore database
- Host: GitHub
- URL: https://github.com/ausaf007/bitcoin-tx-tracker
- Owner: ausaf007
- License: mit
- Created: 2023-09-25T18:11:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T11:25:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T05:16:03.267Z (5 months ago)
- Topics: bitcoin, javascript, react, tracker, vite
- Language: JavaScript
- Homepage: https://bitcoin-tx-tracker.vercel.app
- Size: 134 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bitcoin Transaction Tracker
React Web App that provides real-time monitoring of Bitcoin transactions, displaying their current status and saving the final state to a Firestore database
Table of Contents
## About The Project
This project was scaffolded with [Vite](https://vitejs.dev/).
## Tech Stack
[](https://react.dev/)
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[](https://vitejs.dev/)
[](https://firebase.google.com/)
## Prerequisites
Make sure to have NPM and Nodejs installed. Tested on Nodejs `v18.18.0`.
## How To Use In Dev?
1. Clone the repo and navigate to `bitcoin-tx-tracker/`:
```
cd /path/to/folder/bitcoin-tx-tracker/
```
2. Get dependencies:
```
npm install
```
3. Fill in the env file with the .env.sample provided, with the firestore credentials
4. Run the app:
```
npm run dev
```
## Algorithm
> A picture is worth a thousand words

Thank you!