https://github.com/pooltogether/pooltogether-prizepool-registry
Registry of governance owned prize pools
https://github.com/pooltogether/pooltogether-prizepool-registry
Last synced: 11 months ago
JSON representation
Registry of governance owned prize pools
- Host: GitHub
- URL: https://github.com/pooltogether/pooltogether-prizepool-registry
- Owner: pooltogether
- Created: 2021-04-26T21:02:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T18:48:02.000Z (about 5 years ago)
- Last Synced: 2025-01-12T13:14:29.780Z (over 1 year ago)
- Language: TypeScript
- Size: 230 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoolTogether Prize Pool Registry
Maintains a registry of goverance owned prize pools as an instance of [generic registry](https://github.com/pooltogether/pooltogether-generic-registry).
*Note:* @pooltogether/pooltogether-generic-registry must be installed as a peer dependency.
# Installation
Install the repo and dependencies by running:
`yarn`
# Deployment
Update the `deploy/deploy.ts` to ensure the initialization args are correct.
These contracts can be deployed to a network by running:
`yarn deploy `
# Testing
Since this repo is solely for deployment, it has no tests. Please see https://github.com/pooltogether/pooltogether-generic-registry for tests of the underlying contracts.