cdk-mint-rpc

Crates.iocdk-mint-rpc
lib.rscdk-mint-rpc
version0.10.1
sourcesrc
created_at2025-02-06 13:43:11.390966+00
updated_at2025-06-15 10:22:19.93485+00
descriptionCDK mintd mint management RPC client and server
homepagehttps://github.com/cashubtc/cdk
repositoryhttps://github.com/cashubtc/cdk.git
max_upload_size
id1545551
size145,955
(thesimplekid)

documentation

README

CDK Mint RPC

crates.io Documentation MIT licensed

ALPHA This library is in early development, the API will change and should be used with caution.

gRPC server and CLI client for managing Cashu mints in the Cashu Development Kit (CDK).

Components

This crate includes:

  • gRPC server for mint management
  • CLI client for interacting with the gRPC server
  • Protocol definitions for mint management

Installation

From crates.io:

cargo install cdk-mint-cli

As a library:

[dependencies]
cdk-mint-rpc = "*"

Usage

CLI

# Show available commands
cdk-mint-cli --help

# Get mint info
cdk-mint-cli info

# Manage keysets
cdk-mint-cli keysets list

License

This project is licensed under the MIT License.

Commit count: 0

cargo fmt