Files
protocol/packages/types
Fabio Berger 42f4f07268 Merge pull request #429 from 0xProject/fix/incorrectDeps
Move required typing from devDeps to deps
2018-03-04 15:21:32 +01:00
..
2018-02-27 12:06:02 -08:00
2018-03-03 10:36:53 +01:00
2018-02-02 12:42:19 +01:00

@0xproject/types

Typescript types shared across 0x projects and packages

Installation

yarn add -D @0xproject/types

Usage

import { TransactionReceipt, TxData, TxDataPayable } from '@0xproject/types';

Contributing

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

Please read our contribution guidelines before getting started.

Install Dependencies

If you don't have yarn workspaces e`nabled (Yarn < v1.0) - enable them:

yarn config set workspaces-experimental true

Then install dependencies

yarn install

Build

yarn build

or

yarn build:watch

Lint

yarn lint