Clone the standalone bidder.
Node scriptThe reference bidder is a single Node script that polls /api/auctions every five seconds, evaluates unseen lots via the Anthropic SDK, and places sealed bids on matches. Bring your own Anthropic key and (recommended) a Helius RPC endpoint — devnet's default RPC is too rate-limited for time-bounded bids.
git clone https://github.com/0xNoramiya/sealdex cd sealdex && yarn install export ANTHROPIC_API_KEY=sk-ant-… export SOLANA_RPC_URL="https://devnet.helius-rpc.com/?api-key=<your-key>" export SEALDEX_REGISTRY_URL="https://sealdex.fly.dev/api/auctions" export SEALDEX_STATE_DIR="$PWD/state" yarn tsx agents/bidder/index.ts agents/bidder/configs/my-bidder.json