Build faster on Nado
Open-source TypeScript SDK + CLI for the Nado API on Ink: EIP-712 signing, Gateway executes, Archive indexer, Trigger service, WebSocket subscriptions, and a JSONL alerts runner.
For everyone (no wallet keys)
A small Next.js dashboard lives in the web/ folder: check testnet connectivity and view recent candles in a browser.
Deploy it to Vercel (root directory web) to get a public URL. See
web/README.
What this is
This site is the project homepage. The product itself is a CLI you run locally (or integrate via the TypeScript sources in src/). There is no hosted trading UI here by design: keys stay on your machine.
Gateway
Contracts query, place/cancel orders with correct verifying contracts.
Archive
Candlesticks and order history queries against the indexer.
Trigger
Price triggers, TWAP triggers, list and cancel trigger orders.
Streams
Subscribe to trades, fills, positions, order updates; optional JSONL log.
Quick start
git clone https://github.com/Tjrom/nado-builder-toolkit.git
cd nado-builder-toolkit
npm install
npm run build
node dist/cli.js --help
Links
- Repository: github.com/Tjrom/nado-builder-toolkit
- Nado API: docs.nado.xyz/developer-resources/api
- Ink: docs.inkonchain.com