Generic watcher that takes a contract address, grabs the contract abi and starting block number, creates custom event filters, and extracts and transforms event data into postgres. Can configure to look at only a subset of events through CLI flag. Building but needs testing.

This commit is contained in:
Ian Norden
2018-11-03 14:00:25 -05:00
parent 57820ff473
commit 8ce75fe5ad
13 changed files with 1011 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[database]
name = "vulcanize_private"
name = "vulcanize_infura"
hostname = "localhost"
port = 5432