Skip to content

CarboneumProject/ethereum-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Watcher - An Ethereum monitoring and parsing to MySQL.

Features

  • Parse Ethereum only new operation e.g. Ether transfer, token transfer and block creation.
  • Import to MySql database.

Getting start

  • Import database schema to your MySql database.
mysql -u root -p < schema.sql
  • Import popular tokens from "tokens.sql".
mysql -u root -p ethereum < tokens.sql
  • Change MySql username/password in watcher.js and run the watcher program using:
npm start

About

An Ethereum monitoring and parsing to MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published