By beggars on Skatehive
I've been working on something I think developers in the Hive ecosystem will find useful: an official SDK for HivePredict. If you're not familiar, HivePredict is a prediction market platform built entirely on the Hive blockchain. Every market, every prediction, every resolution - it all happens on-chain via customjson operations. The SDK lets you tap into all of that from your own apps. What is it? The hivepredict SDK is a TypeScript/JavaScript package that gives you two things: Read access to all public HivePredict data - markets, predictions, payouts, user profiles, activity feeds, and more Operation builders for writing to the Hive blockchain - create markets, place predictions, post comments, submit proofs, all with proper types Zero dependencies. Works everywhere fetch is available - Node.js 18+, Deno, Bun, browsers. Ships as both ESM and CommonJS with full TypeScript types. ``bash npm install hivepredict ` Reading Data The SDK wraps the HivePredict API with a clean, typed interfa