cow-sdk-browser-wallet 0.0.1-reserved.0

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