chore: initial import

This commit is contained in:
u1
2026-01-06 12:33:47 +01:00
commit 4ea922eb45
9 changed files with 7239 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "trade-ingestor",
"private": true,
"type": "module",
"scripts": {
"ingest:oracle": "tsx scripts/ingest-drift-oracle.ts"
},
"dependencies": {
"@drift-labs/sdk": "^2.90.0",
"@ledgerhq/hw-app-solana": "^7.2.3",
"@ledgerhq/hw-transport-node-hid": "^6.28.4",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.2",
"bn.js": "^5.2.1"
},
"devDependencies": {
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
}