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
This project was scaffolded with Vite.
Make sure to have NPM and Nodejs installed. Tested on Nodejs v18.18.0.
- Clone the repo and navigate to
bitcoin-tx-tracker/:cd /path/to/folder/bitcoin-tx-tracker/ - Get dependencies:
npm install - Fill in the env file with the .env.sample provided, with the firestore credentials
- Run the app:
npm run dev
A picture is worth a thousand words
Thank you!