1.0.1 • Published 4 years ago

@pooltogether/pooltogether-pods-registry v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
4 years ago

PoolTogether Pods Registry

Maintains a registry of pods as an instance of the (generic registry).

Installation

Install the repo and dependencies by running: yarn

Note: The @pooltogether/pooltogether-generic-registry must be installed as a peer dependency.

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