Skip to content

thebevrishot/ttracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TORN Tracker

Installation

python3 -m venv venv
./venv/bin/activate

pip install -r requirements.txt

Setup RETHINK DB

  1. install rethink DB using brew or docker https://rethinkdb.com/

  2. Go to admin server http://localhost:8080/?#tables, Create DB name torn with tables

  • addresses with index address
  • dest
  • txns

Test running

ETHERSCAN_API_KEY=... python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages