824ba3c7f9
* init contract-watcher * Add processor and blockain watchers * Add pagination and save last blocknumber procesed by chain * Add processing by blocks * Add contract-watcher deploy manifest * Add endpoint to get globalTransactions by Id * Add originTX to get globalTransactionById endpoint * Add wait time for new blocks * Add initial block for evm watcher * Add rate limit for evm watcher * Handle testnet environment and small fixes * Update wormhole dependencies * Fix api documentation for swagger --------- Co-authored-by: Agustin Pazos <agpazos85@gmail.com> |
||
---|---|---|
.github/workflows | ||
analytic | ||
api | ||
common | ||
contract-watcher | ||
deploy | ||
devnet | ||
fly | ||
onchain_data | ||
parser | ||
pipeline | ||
server | ||
spy | ||
tx-tracker | ||
web | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
Tiltfile | ||
go.work |
README.md
Wormhole Explorer
Background
WIP
It would be more efficient and reliable for...
- an indexer to be populated by an independent party (Fly) listening on the p2p network
- integrators to query a service for signed VAAs instead of round-robining the public guardian endpoints
More insight into Wormhole network status, stats, and messages would be great!
The service can even be extended to offer websockets or webhooks to stream new VAAs.