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-tradingOr 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
- Dev by @HarrierOnChain in #37
- feat: github action by @HarrierOnChain in #38
- fix: enablement variable by @HarrierOnChain in #39
- feat: trading view chart by @HarrierOnChain in #40
- feat: multi lang by @HarrierOnChain in #41
- feat: copy trading bot as open source by @HarrierOnChain in #42
- fix: added proof by @HarrierOnChain in #43
- fix: proof for 5 min bot by @HarrierOnChain in #44
- fix: add rest proof by @HarrierOnChain in #45
- fix: chinese version by @HarrierOnChain in #46
- feat: added positino monitor and store by @HarrierOnChain in #48
- docs: link venue tables to dedicated per-venue bot repos + LICENSE owner by @HarrierOnChain in #56
- docs: add Russian hub README (README.ru.md) + trilingual switcher by @HarrierOnChain in #57
- Align README with what's actually shipped; add binary releases by @HarrierOnChain in #79
New Contributors
- @HarrierOnChain made their first contribution in #37
Full Changelog: https://github.com/HarrierOnChain/Prediction-Markets-Trading-Bot-Toolkits/commits/v0.1.0