Index the Ethereum blockchain to search more intelligently.
The name is inspired by the great Helen Parr (aka Elastigirl).
Before you start working on parr, you need to install Elasticsearch by following the instructions here.
Once done, clone the repo and run yarn (or npm install) to install all the dependencies and start Elasticsearch.
Update your .env file according to the following format:
// .env JSON_RPC_URL="<Your Ethereum node endpoint or Infura URL>" ELASTICSEARCH_URL="localhost:9200" Start the API server:
yarn dev Coming soon...
