Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`