Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

maticnetwork/predict

Repository files navigation

Prediction Markets Plasma App

Setup

You need system-wide installations of Python 3.6, Node.js 10, Solidity 0.5.17, yarn and npm.

git submodule update --init --recursive

./scripts/init.sh

cd augur/packages/augur-core
# Install dependencies by following instructions from the README in this directory

cd predicate/packages/augur-core
# Install dependencies by following instructions from the README in this directory

Compile contracts and generate typescript typings

yarn compile

Run test

./scripts/test.sh

Note: on macOS, you'll need to use virtualenv or homebrew Python to work around System Integrity Protection. To do this using virtualenv, run:

python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install pytest

About

Test suite, scripts for the prediction markets app on Matic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •