https://github.com/scorelab/chain-cleaner
chain-cleaner
https://github.com/scorelab/chain-cleaner
Last synced: 4 months ago
JSON representation
chain-cleaner
- Host: GitHub
- URL: https://github.com/scorelab/chain-cleaner
- Owner: scorelab
- License: apache-2.0
- Created: 2018-04-26T09:08:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T16:48:14.000Z (almost 8 years ago)
- Last Synced: 2024-02-24T16:38:13.756Z (over 2 years ago)
- Language: CSS
- Size: 3.99 MB
- Stars: 14
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chain-Cleaner
Chain-Cleaner is a web application to analyse tainted transactions and inputs from the bitcoin blockchain. Users add heists into the chain-cleaner and those data are use for analyse to find tainted inputs.
[]()
### Implementation Details
- Front-End is developed using ReactJs
- Back-end is handled by NodeJS and Python
- Firebase is used for user authentication
- Firebase is used as the databases for storing data
### Key Features
- Users can sign up or sign in to the chain-cleaner
- Can view live memory pool data
- Can view tainted memory pool tx if exists
- Can add new heist
- Can view existing heists
### Installation
```sh
$ cd chain-cleaner
$ npm install
$ npm start
```
### Cron Jobs
###### getmempool - Get live memory pool transactions from blockchain.info API
###### sync_mempool - Sync the live memory pool