Skip to content

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-contracting

This installs the contract execution engine, the linter, and the ContractingClient for local testing.

What's Next