Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 767 Bytes

File metadata and controls

19 lines (11 loc) · 767 Bytes

Valence Coordinator SDK

The Valence Coordinator SDK is a Rust crate for building off-chain coordinators for the Valence Protocol.

It enables developers to create and manage programs that interact with and extend the capabilities of the Valence Protocol, supporting both Cosmos and EVM-compatible blockchains. Solana support is coming soon.

This crate uses Valence Domain Clients to carry out on-chain interactions.

Documentation

For more comprehensive documentation, please refer to the docs directory.

Examples

You can find a minimal example of a coordinator in the examples/minimal directory.