Files
protocol/packages/utils/README.md

837 B

@0xproject/utils

Utils to be shared across 0x projects and packages

Installation

yarn add @0xproject/utils

Usage

import {
    addressUtils, 
    bigNumberConfigs,
    classUtils,
    intervalUtils,
    promisify,
} from '@0xproject/utils';

Contributing

We strongly encourage our community members to help us make improvements and to determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.

CONTRIBUTING.md

Install Dependencies

If you don't have yarn workspaces enabled - enable them:

yarn config set workspaces-experimental true

Then install dependencies

yarn install

Build

yarn build

Lint

yarn lint

Run Tests

N/A