Quickstart
Get up and running with Xian smart contracts in minutes.
Prerequisites
- Python 3.11 or later
- pip (Python package manager)
Installation
bash
pip install xian-contractingThis installs the contract execution engine, the linter, and the ContractingClient for local testing.
What's Next
- Your First Smart Contract -- write, test, and understand a complete contract step by step