rs-clob-client-v2 0.2.0

Rust client for Polymarket's CLOB v2 protocol (Central Limit Order Book)
Documentation
1
2
3
4
5
pub mod eip712;
pub mod hmac;

pub use eip712::build_clob_eip712_signature;
pub use hmac::build_poly_hmac_signature;