Skip to content

The-OpenDAO/sos-market-api

Repository files navigation

SOSMarkets API

We forked from Polkamarkets to build SOSMarkets. SOSMarkets is an Autonomous Prediction Market Protocol built for Ethereum.

Project Setup

1. Required software

  • Ruby (ruby 2.6.6 with rbenv)

Databases:

To allow env vars to be used in ruby:

2. Installing the app

git clone https://github.com/The-OpenDAO/sos-market-api.git
cd sos-market-api
  • Create .envrc file with env vars
direnv allow
bundle install
rails db:create
rails db:migrate
rails eth:sync_db # syncs data from smart contract to local database

3. Running the app

rails s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published