Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 305 Bytes

prices-uniswap

get prices from uniswap pairs smart contracts

Configuration

  • Create a config.json file:
cp ./config-example.json ./config.json
  • Setup your ethereum node url in ethNodeUrl variable

Run script

  • Install dependencies:
npm i
  • Run script:
npm run start