Documentation
Documentation.
Comprehensive documentation for developers, issuers, and regulators building on the BLINK network.
⌘K
Search is a visual placeholder — wire it to your docs backend when ready.
Docs by role
Find what you need.
From your first deployment to regulator-grade audit trails, the BLINK docs cover every layer of the network.
Quick links
Most accessed docs.
Jump straight to the pages the community visits most often.
For developers
Start building in minutes.
The BLINK SDK gives you everything you need to deploy chains, issue tokens, and integrate compliance — all from familiar TypeScript and Solidity tooling.
- TypeScript SDK with EVM-compatible APIs
- Pre-audited compliance contract templates
- Local testnet and faucet access
- Real-time oracle and regulator hooks
# Install the SDK
npm install @blink/sdk
# Deploy your first chain
npx blink-cli deploy-chain --name my-chain
# Issue a compliant token
npx blink-cli token create --standard ERC-3643