polymarket 0.1.0

Rust SDK for Polymarket prediction market - CLOB trading, on-chain operations, and WebSocket streaming
Documentation
1
2
3
4
5
6
7
8
pub mod model;
pub use model::{CLOB_DOMAIN_NAME, CLOB_VERSION, MSG_TO_SIGN};

pub mod eip712;
pub use eip712::{get_clob_auth_domain, sign_clob_auth_message, ClobAuth};

pub mod hmac;
pub use hmac::build_hmac_signature;