@pooltogether/pooltogether-generic-registry
v1.0.11
Published
Generic registry for contract addresses
Downloads
36
Readme
pooltogether-generic-registry
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 <networkName>
Testing
Run the unit tests locally with:
yarn test
Coverage
Generate the test coverage report with:
yarn coverage