- Navigate to /server
- Run
yarn - Setup a Parity node with JSON-RPC api enabled
- Have neo4j database running
- Seed the database with
yarn startafter the parity node has synchronized - If needed, run the page rank + community algorithms to derive metadata from the wallets
- Navigate to /client
- Run
yarn - Populate environment variables needed by App.tsx in
.env.local - Run
yarn start