Clone this repository and set up dependencies with yarn install --prod
.
Create a .env
file under the root directory (more specifically, next to package.json
) with your configuration.
This relay relies on Etherscan (currently). You need to get your own API key at Etherscan.
ALICE=//Alice
ETHERSCAN_API_KEY=your_etherscan_api_key_here
NETWORK=main
You may also want to specify some additional stuff to support your needs.
DEBUG=yes
HTTP_PROXY=http://localhost:8000
You're now ready to go. Run yarn start
to start the relay.
- Data Source: Etherscan
- Data Source: ArchiveNode.io
- Data Source: Infura
- Live monitoring (instead of periodically fetching)
- Validation across multiple data sources