Skip to content

Releases: HarrierOnChain/Prediction-Markets-Trading-Bot-Toolkits

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 09:50

Install

Download the archive for your platform below, verify the checksum, and extract:

tar -xzf polymarket-toolkits-<tag>-<target>.tar.gz
cd polymarket-toolkits-<tag>-<target>
cp config.yaml.example config.yaml
./polymarket-toolkits run copy-trading

Or build from source: cargo install --git https://github.com/HarrierOnChain/Prediction-Markets-Trading-Bot-Toolkits

Before you trade

Every bot ships with enable_trading: false. The full execution path —
including EIP-712 order signing — runs in dry-run until you flip it
yourself. Leave it off until you've watched a session end to end.

Only Copy Trading is production-ready. The other nine strategies are
scaffolded on the shared engine and marked 🚧 in the source; they start
and log, but do not place orders yet.

What's Changed

New Contributors

Full Changelog: https://github.com/HarrierOnChain/Prediction-Markets-Trading-Bot-Toolkits/commits/v0.1.0