Commonly used CLI commands
npm i
npx tsc
docker compose up -d
npx squid-typeorm-migration apply
node -r dotenv/config lib/main.js
docker exec "$(basename "$(pwd)")-db-1" psql -U postgres \ -c "SELECT slot, from_token, to_token, from_amount, to_amount FROM exchange ORDER BY id LIMIT 10"
sqd
Was this page helpful?