Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-27T11:25:23.000Z (about 1 year ago)
- Last Synced: 2023-09-28T11:52:11.567Z (about 1 year ago)
- Topics: bitcoin, javascript, react, tracker, vite
- Language: JavaScript
- Homepage: https://bitcoin-tx-tracker.vercel.app
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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://img.shields.io/badge/Built_with-React-blue?style=for-the-badge&logo=React)](https://react.dev/)
[![](https://img.shields.io/badge/Built_with-Javascript-yellow?style=for-the-badge&logo=Javascript)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
[![](https://img.shields.io/badge/Built_with-Vitejs-darkblue?style=for-the-badge&logo=Vite)](https://vitejs.dev/)
[![](https://img.shields.io/badge/Built_with-Firebase-yellow?style=for-the-badge&logo=Firebase)](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
![algorithm.png](algorithm.png)
Thank you!