# Getting started

Welcome to the Cashu Dev Kit documentation.

If you have any questions about anything related to CDK, feel free to ask our community on Matrix Chat (opens new window).

# System Requirements

MacOS and Linux are supported.

# Installation

To add CDK to a project, run:

[dependencies]
cdk = "*"

Example usage after installation is complete:

use cdk::Wallet;