Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 17:25

Installation

include(FetchContent)
FetchContent_Declare(polymarket
    GIT_REPOSITORY https://github.com/Wammero/polymarket-sdk-cpp.git
    GIT_TAG v2.1.0)
FetchContent_MakeAvailable(polymarket)
target_link_libraries(your_app PRIVATE polymarket)

See CHANGELOG.md for details.

Full Changelog: v2.0.0...v2.1.0