forked from cerc-io/ipld-eth-server
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:
@@ -1,5 +1,5 @@
|
||||
[database]
|
||||
name = "vulcanize_private"
|
||||
name = "vulcanize_infura"
|
||||
hostname = "localhost"
|
||||
port = 5432
|
||||
|
||||
|
||||
Reference in New Issue
Block a user