Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!