Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 436 Bytes

File metadata and controls

12 lines (10 loc) · 436 Bytes

trading-engine-workshop

How to run the script

  1. Install packages yarn
  2. Fill out the .env as the format in .env.example
API_KEY=(This is the API Key for Gud Engine, for RWA Taiwan Hackathon, use: RWATW2025)
PRIVATE_KEY=(your private key, with 0x prefix)
  1. Modify ./scripts/trade.js, modify the QUOTE_REQUEST so that the transaction you execute is what you intended.
  2. Execute yarn node ./scripts/trade.js