Etherstream Client
An easy way to track events on the ethereum blockchain
Getting started
- Clone the repo
- Install dependencies with
yarn
- Add your Infura key to the the environment
REACT_APP_INFURA_ID=<your infura project id>
- Start the project with
yarn start