Getting Started
Install the Sinai Standard SDK and create your first compliant token
Installation
Peer dependencies:
Important: Use
@solana/web3.jsv1. Anchor 0.31 is not compatible with v2 (@solana/kit).
Quick Start
1. Create a Compliant Token
2. Manage the Allowlist
3. Transfer Tokens
Transfers are automatically validated against all attached hooks. If the source or destination is not on the allowlist, the transaction will be rejected on-chain.
4. Manage Tax Settings
5. Set Up Hold Periods
6. Enforce Max Balance
Next Steps
- Architecture — Understand how hooks compose
- SDK Reference — Full class and method docs
- Guides — Common compliance patterns
- Compliance Oracle — REST API, KYC integration, and real-time events
- Issuer Dashboard — No-code web UI for token management