#ethereum #valence #cosmos-sdk #protocols #traits #neutron #co-processor

bin+lib valence-domain-clients

Client implementations for interacting with Valence Protocol domains

4 stable releases

3.0.1 Oct 1, 2025
3.0.0 Sep 24, 2025
2.0.0 Sep 3, 2025
1.1.0 Jul 31, 2025

#6 in #valence

Download history 11/week @ 2025-10-14 1/week @ 2025-10-21

315 downloads per month

Apache-2.0

175KB
4K SLoC

Valence Domain Clients

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 domains
  • cosmos for defining cosmos-sdk related types and traits
  • evm for defining evm related types and traits

For example implementations, see the following files under src/:

  • cosmos: neutron.rs, osmosis.rs
  • evm: ethereum.rs

Co-processor

CLI

To 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

Dependencies

~6–44MB
~722K SLoC