Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pooltogether/pooltogether-generic-registry
Generic registry to store contract addresses
https://github.com/pooltogether/pooltogether-generic-registry
Last synced: about 2 months ago
JSON representation
Generic registry to store contract addresses
- Host: GitHub
- URL: https://github.com/pooltogether/pooltogether-generic-registry
- Owner: pooltogether
- Created: 2021-04-20T23:42:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T17:06:50.000Z (over 3 years ago)
- Last Synced: 2024-04-23T21:42:37.666Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 648 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pooltogether-generic-registry
[![Coverage Status](https://coveralls.io/repos/github/pooltogether/pooltogether-generic-registry/badge.svg?branch=master&poke=true)](https://coveralls.io/github/pooltogether/pooltogether-generic-registry?branch=master)
![Tests](https://github.com/pooltogether/pooltogether-generic-registry/actions/workflows/main.yml/badge.svg)
An iterable Generic Address Registry implmentation using a singly linked list as the underlying data structure.
# Installation
Install the repo and dependencies by running:
`yarn`## Deployment
These contracts can be deployed to a network by running:
`yarn deploy `# Testing
Run the unit tests locally with:
`yarn test`## Coverage
Generate the test coverage report with:
`yarn coverage`