How to Monitor Auctions
Monitoring XGA auctions and checking bid results.
Create src/monitoring.ts
Create a file named src/monitoring.ts
with the following code:\
Example Usage
Run the Monitoring Example
You can use this class in a script to monitor an auction you've bid on:
import { createConnection } from './connection.js';
import { AuctionMonitor } from './monitoring.js';