Welcome to the Polkamarkets V2 Documentation!
logo

Developers

Polkamarkets is a decentralized protocol that allows anyone to create and participate in prediction markets. This means that individuals, organizations, and developers can use the protocol to build their own markets. Polkamarkets Protocol is a suite of EVM smart contracts, web services, and a web app that allows anyone to create autonomous prediction markets.
Here, you’ll learn all about Polkamarkets JS SDK, Polkamarkets Solidity Smart Contracts, Polkamarkets Web App, and Polkamarkets API. You can integrate Prediction Markets in your own products and business with Polkamarkets.
javascript
import * as polkamarketsjs from 'polkamarkets-js'; // Moonriver RPC const web3Provider = 'https://rpc.moonriver.moonbeam.network'; const polkamarkets = new polkamarketsjs.Application({ web3Provider }); // Starting application polkamarkets.start(); // Connecting wallet await polkamarkets.login();
1️⃣Polkamarkets Protocol for Developers2️⃣Uses Cases for Developers
Share