Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 261 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 261 Bytes

tensor-ingester-scaffold

Setup

  1. Install
yarn
  1. Add RPC provider into .env
#.env
RPC_PROVIDER=http://.....
  1. Run
yarn ingest

Exercise

Follow the instructions in Tensor's shared task description to complete the exercise.