Skip to main content

cow_sdk_browser_wallet/
lib.rs

1//! # cow-sdk-browser-wallet (reserved)
2//!
3//! This crate is a **reserved placeholder**. No functionality is
4//! implemented at version `0.0.1-reserved.0`.
5//!
6//! When published as `0.1.0` or later, this crate will provide
7//! EIP-1193 browser wallet integration for WebAssembly builds of the
8//! CoW Protocol Rust SDK, including account discovery, typed-data
9//! signing, and chain management.
10//!
11//! This crate is part of the CoW Protocol Rust SDK being delivered
12//! under the CoW DAO Community Grants Program.
13//!
14//! See <https://github.com/0xSymbiome/cow-rs> for current status and
15//! tracked issues.