0.7.0 • Published 9 months ago

@chanceprotocol/utilities v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

PoolTogether utilities

A collection of various utility functions used across the PoolTogether applications.

NOTE

Make sure you keep peerDependencies and devDependencies versions in sync!

How to use

  1. yarn add @chanceprotocol/utilities
  2. import * as Utils from '@chanceprotocol/utilities' OR import { functionYouWantToUse } from '@chanceprotocol/utilities'

Local development

Local development works best with yalc yarn global add yalc

In pooltogether-utilities: yarn start

In the app you're importing pooltogether-utilities: yalc link @chanceprotocol/utilities

When you save changes inside the utilities src folder, the package will rebuild and be pushed to all other projects that have run yalc link @chanceprotocol/utilities.

TODO:

  • moooooore tests