# Chainworks Playground

Interactive WebSocket API tester for Chainworks. Pick an endpoint, fill in the
parameters, and see the response in real time — no code required.

## What you can try

- **Solana (primary):** quotes, transactions, transfers, wallet, token info, fees & routes, send transaction, price subscriptions.
- **EVM chains (beta — Ethereum / Base / BNB Chain):** quotes, transactions, transfers, wallet, token info, send transaction, AutoSnipe.

## Connecting

You need a Chainworks API URL and auth token. Drop them into the credentials
form on the left, hit Connect, and the status badge turns green.

## Learn more

- Full docs: http://localhost:3000/docs.md
- All docs concatenated (good for LLM context): http://localhost:3000/llms-full.txt
- Site-wide LLM index: http://localhost:3000/llms.txt
- Quickstart: http://localhost:3000/docs/quickstart.md
- Authentication: http://localhost:3000/docs/authentication.md
- Error handling: http://localhost:3000/docs/errors.md

The playground URL is http://localhost:3000/playground. All endpoint definitions and
parameter schemas live in the Chainworks web repo and drive both the UI here
and the server-side SDK.
