Refactor web3Wrapper to a separate package

This commit is contained in:
Leonid Logvinov
2017-12-06 20:55:09 +03:00
parent 598f1dd2d8
commit f1b267cc9f
69 changed files with 366 additions and 275 deletions

10
packages/utils/README.md Normal file
View File

@@ -0,0 +1,10 @@
utils
------
Utils to be shared across 0x projects and packages
## Install
```bash
yarn add @0xproject/utils
```