Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pooltogether/prize-protocol-simulation


https://github.com/pooltogether/prize-protocol-simulation

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# PoolTogether Hyperstructure Simulator

The PoolTogether Hyperstructure simulator allows you to simulate prizes over any number of iterations.

# Usage

First clone and enter the repo:

```
git checkout [email protected]:pooltogether/prize-protocol-simulation.git
cd prize-protocol-simulation
```

Note the version of Node in `.nvmrc`. If you have NVM you can switch like so:

```
nvm use
```

Now install the dependencies:

```
yarn
```

Finally run the simulator:

```
./src/simulatePrizes.js -h
```

A help menu will show the options.