This is the repository for the Signal Adapter that fetch signal about Ethereum addresses.
- Address' tenure
- Address' number of transactions
- Address' current and historical balance
- ...
See here for the development guide.
The following environment variable is required to run the adapter. (Sign up at https://etherscan.io/myapikey to get an API key)
ETHERSCAN_BASE_URL
ETHERSCAN_API_KEY
make test