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 Build/setup config (#673) 2023-08-29 12:54:46 -05:00
.env.sample feat(733): add rate-limit for EVMs chains (#738) 2023-10-11 15:38:06 -05:00
.eslintrc Feat/event watcher injective terra2 xpla support (#710) 2023-09-26 08:39:59 -05:00
Dockerfile Build/setup config (#673) 2023-08-29 12:54:46 -05:00
README.md base code for event-watcher (#625) 2023-08-11 10:15:55 -03:00
docker-compose.yml Build/setup config (#673) 2023-08-29 12:54:46 -05:00
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 Build/setup config (#673) 2023-08-29 12:54:46 -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