mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-01 13:59:20 +00:00
v0.2.19
* Use an env variable for eth RPC endpoint in hardhat config * Add a task to get main account address in erc20 watcher
watcher-ts
Setup
This project uses yarn workspaces.
Install packages (Node.JS v16.13.1):
yarn
Build packages:
yarn build
Tests
Services
The default config files used by the watchers assume the following services are setup and running on localhost:
vulcanize/go-ethereumon port 8545vulcanize/ipld-eth-serverwith native GQL API enabled, on port 8082
Note
-
In
vulcanize/ipld-eth-server, add the following statement to[ethereum]section inenvironments/config.toml:chainConfig = "./chain.json" # ETH_CHAIN_CONFIG
Watchers
Languages
TypeScript
88.8%
Handlebars
8.9%
JavaScript
2.2%