Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 897 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 897 Bytes


Index the Ethereum blockchain to search more intelligently.

The name is inspired by the great Helen Parr (aka Elastigirl).

Installation & Setup:

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

Documentation

Coming soon...