diff --git a/README.md b/README.md index 103d4e9..d42683d 100644 --- a/README.md +++ b/README.md @@ -119,5 +119,14 @@ Thank you for considering to help out with the source code! We welcome contribut If you'd like to contribute to Phoenix, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core devs first on #embark-status channel to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple. +To build: + +* `yarn` +* `yarn build` + +```js +const Subspace = require('./src/index.js'); +``` + ## License MIT \ No newline at end of file diff --git a/package.json b/package.json index 76664d6..71617e1 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "@babel/preset-env": "^7.1.6", "add-module-exports-webpack-plugin": "^1.0.0", "babel-loader": "^8.0.4", - "ganache-core": "^2.7.0", "cross-env": "^5.2.0", + "ganache-core": "^2.7.0", "npm-run-all": "^4.1.5", "rimraf": "^2.6.2", "webpack": "4.39.1", @@ -36,6 +36,7 @@ }, "dependencies": { "fast-deep-equal": "^2.0.1", + "hex2dec": "^1.1.2", "lokijs": "^1.5.6", "object-hash": "^1.3.1", "rxjs": "^6.5.2", diff --git a/yarn.lock b/yarn.lock index 2ce2990..615e073 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3995,6 +3995,11 @@ heap@0.2.6: resolved "https://registry.yarnpkg.com/heap/-/heap-0.2.6.tgz#087e1f10b046932fc8594dd9e6d378afc9d1e5ac" integrity sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw= +hex2dec@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/hex2dec/-/hex2dec-1.1.2.tgz#8e1ce4bef36a74f7d5723c3fb3090c2860077338" + integrity sha512-Yu+q/XWr2fFQ11tHxPq4p4EiNkb2y+lAacJNhAdRXVfRIcDH6gi7htWFnnlIzvqHMHoWeIsfXlNAjZInpAOJDA== + hmac-drbg@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"