wormhole-explorer/event-watcher
Ricardo Olarte a525a1f686
Build/setup config (#673)
* chore: add aws config as development

* chore: add docker config
2023-08-29 12:54:46 -05:00
..
src Build/setup config (#673) 2023-08-29 12:54:46 -05:00
.dockerignore Build/setup config (#673) 2023-08-29 12:54:46 -05:00
.env.sample Build/setup config (#673) 2023-08-29 12:54:46 -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: add EVM event-watcher support with mongodb / sns (#638) 2023-08-18 07:47:11 -05:00
package.json Build/setup config (#673) 2023-08-29 12:54:46 -05: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