Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pooltogether/prize-protocol-simulation
https://github.com/pooltogether/prize-protocol-simulation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pooltogether/prize-protocol-simulation
- Owner: pooltogether
- Created: 2022-12-16T01:43:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T19:42:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T21:42:41.057Z (9 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.