PaperExPolymarket (PaperExPolymarket v0.3.2)

Copy Markdown View Source

Adapter between PaperEx (the generic paper-trading engine) and Polymarket, via the polymarket_sdk package.

This package is a translation layer: it glues the venue-agnostic paper_ex engine to Polymarket's CLOB books, market metadata, and trade activity so callers can simulate — or live-mirror — Polymarket trading with the generic engine.

Modules

It is not a trading bot: no Phoenix, no Ecto, no Oban, no Telegram, no LiveView, no strategy logic, no live order placement. Live signing and order submission stay in the Polymarket SDK / CLOB layer.

Money convention

Prices, sizes, and fees are plain floats throughout (no Decimal, no tick/lot rounding), matching the paper_ex Fill / MarketSnapshot structs. See the package README.md for the bigger-picture relationship diagram and non-goals.

Summary

Functions

Returns the package version, derived from the loaded application's :vsn.

Functions

version()

@spec version() :: String.t()

Returns the package version, derived from the loaded application's :vsn.