| Crates.io | valence-domain-clients |
| lib.rs | valence-domain-clients |
| version | 3.0.0 |
| created_at | 2025-07-31 14:40:09.81147+00 |
| updated_at | 2025-09-24 11:11:22.612061+00 |
| description | Client implementations for interacting with Valence Protocol domains |
| homepage | |
| repository | https://github.com/timewave-computer/valence-domain-clients |
| max_upload_size | |
| id | 1775155 |
| size | 498,893 |
This directory contains various utilities for interacting with chains from an off-chain client.
src/ contains the following directories:
common for defining common types and functionality that will apply to all domainscosmos for defining cosmos-sdk related types and traitsevm for defining evm related types and traitsFor example implementations, see the following files under src/:
neutron.rs, osmosis.rsethereum.rsTo install the valence-coprocessor binary:
cargo install \
--git https://github.com/timewave-computer/valence-domain-clients.git \
--no-default-features \
--features coprocessor-bin \
--bin valence-coprocessor
You can check the available commands via:
valence-coprocessor --help