Skip to main content

Quickstart

This guide walks you through building, testing, and deploying a policy using PolicyKit.

1. Create a Policy

Use the PolicyBuilder to define your policy:

2. Simulate Locally

Before deploying, test your policy locally with the PolicySimulator:

3. Deploy the Policy

Deploy your policy to IPFS and on-chain:

4. Using the CLI

Alternatively, use the CLI for common operations:

What’s Next?

Core Concepts

Understand policies and rules in depth.

Three-Tier Rules

Learn about the three tiers of rule evaluation.

PolicyBuilder API

Explore the full PolicyBuilder API reference.

Examples

See complete example implementations.