SOSMarket is an Autonomous Prediction Market Protocol built for cross-chain information exchange and trading, based on Polkadot.
Our web interface is built with React.
The backend is being developed in partnership with Bepro.network, through bepro-js
. You can have a look on our smart contract here.
We're currently running in closed Beta on the Rinkeby testnet. You can access it at https://www.sosmarket.io/
git clone https://github.com/The-OpenDAO/sos-market.git
cd sos-market
yarn install
- At the project root create a
.env
file - Copy the contents of
.env.example
(it has all the required env variables needed for the project)
- Type
yarn start
to start the local server - Open
http://localhost:3000/
in your browser