wormhole-explorer/event-watcher
Ricardo Olarte be1ded3cee
Feat/algorand aptos logs support (#665)
* feat: Add algorand vaa logs support

* feat: Add aptos vaa logs support

* fix: comments
2023-08-25 11:47:19 -05:00
..
scripts Refactor/event watcher (#647) 2023-08-22 13:52:30 -05:00
src Feat/algorand aptos logs support (#665) 2023-08-25 11:47:19 -05:00
.dockerignore base code for event-watcher (#625) 2023-08-11 10:15:55 -03:00
.env.sample Refactor/event watcher (#647) 2023-08-22 13:52:30 -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 Refactor/event watcher (#647) 2023-08-22 13:52:30 -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