wormhole-explorer/event-watcher
Ricardo Olarte 64dc83e079
feat: add EVM event-watcher support with mongodb / sns (#638)
* feat: add EVM event-watcher support with mongodb

* fix commons

* fix: PR comments

* feat: add SNS Client support

* fix: remove bigtable database support

---------

Co-authored-by: gipsh <gipshm@gmail.com>
2023-08-18 07:47:11 -05:00
..
scripts base code for event-watcher (#625) 2023-08-11 10:15:55 -03:00
src feat: add EVM event-watcher support with mongodb / sns (#638) 2023-08-18 07:47:11 -05:00
.dockerignore base code for event-watcher (#625) 2023-08-11 10:15:55 -03:00
.env.sample feat: add EVM event-watcher support with mongodb / sns (#638) 2023-08-18 07:47:11 -05:00
Dockerfile base code for event-watcher (#625) 2023-08-11 10:15:55 -03:00
README.md base code for event-watcher (#625) 2023-08-11 10:15:55 -03:00
package-lock.json feat: add EVM event-watcher support with mongodb / sns (#638) 2023-08-18 07:47:11 -05:00
package.json feat: add EVM event-watcher support with mongodb / sns (#638) 2023-08-18 07:47:11 -05:00
tsconfig.json feat: add EVM event-watcher support with mongodb / sns (#638) 2023-08-18 07:47:11 -05:00

README.md

Event-watcher

Observe contract logs on many blockchains and capture VAAs creation Code partially borrowed from wormhole-dashboard :)

build

npm install

run

npm run dev