Sabitlenmiş Tweet

I just open-sourced an entire stack for building trustless prediction markets on Solana.
No backend. No database. No user accounts. No API layer.
Precog Markets is a local-first prediction market platform where everything lives either on-chain or in the user's browser. The Solana program handles all fund custody, market lifecycle, and payouts. The client app talks directly to the blockchain through the user's own wallet. Nothing in between.
The full project is three repos:
→ precog (Solana Program)
The on-chain protocol. Pari-mutuel markets with SOL, SPL Token, and Token-2022 support. Creator fees, dispute windows, multisig authority. Deploy your own instance and run a fully independent protocol.
github.com/honeygrahams2/…
→ precog-markets (JavaScript SDK)
Instruction builders, account deserialization, PDA derivation, compute estimation, and RPC-agnostic priority fees. Works with any Solana RPC provider. Available on npm.
github.com/SolDapper/prec…
npmjs.com/package/precog…
→ precog-app (Frontend)
A zero-backend web app built with vanilla JS. Parcel-bundled, mobile-responsive, PWA-ready. Watchlists, saved makers, real-time WebSocket notifications, token gate support, and a full market lifecycle UI from creation to claims.
github.com/SolDapper/prec…
Why open source all three layers?
Because prediction markets shouldn't depend on a company's servers staying online. If our website disappears tomorrow, every market, every position, every dollar is still on-chain and recoverable. Anyone can fork the app, deploy the program, and run their own platform.
That's not a tagline. That's the architecture.
Built on Solana.
MIT licensed.
Zero backend infrastructure.




English
























