wormhole-explorer/event-watcher
Ricardo Olarte 14161d1569
Feat/748 add last sequence number (#749)
* feat(743): add Wormchain support

* feat(748): Add lastSequeceNumber to lastBlocksByChain collection
2023-10-17 14:39:21 -03:00
..
src Feat/748 add last sequence number (#749) 2023-10-17 14:39:21 -03:00
.dockerignore
.env.sample
.eslintrc
Dockerfile
README.md
docker-compose.yml
package-lock.json feat(743): add Wormchain support (#747) 2023-10-17 14:39:06 -03:00
package.json feat(743): add Wormchain support (#747) 2023-10-17 14:39:06 -03:00
tsconfig.json

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