SDKs & Tools
Xian provides a set of developer tools for building, testing, deploying, and integrating programmable decentralized networks and applications.
Core Tools
| Tool | Purpose |
|---|---|
| xian-py | Python SDK for applications, services, wallets, transactions, and state queries |
| Linter | Static analysis to catch invalid code before deployment |
Quick Start
Install the SDK:
bash
pip install xian-pyInstall the contract engine (for local testing):
bash
pip install xian-contracting