embark/packages/embarkjs
Michael Bradley, Jr 9f0a370c34 refactor: add embarkjs to the monorepo
Don't import git history of embark-framework/EmbarkJS, simply copy over the
sources. Modify `package.json`, etc. re: being situated in the monorepo.

Make use of the root babel config but extend with
`packages/embarkjs/.babelrc.js`.

Build `test/` scripts into `build-test/` and git-ignore `build-test/`.

Revise `Blockchain.connect()` so that if the caller supplies a callback then a
promise is not returned.

Revise tests to test `Blockchain.connect()` usage with and without a callback.
2019-02-08 11:58:02 -06:00
..
src refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
test refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
.babelrc.js refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
.gitignore refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
.npmrc refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
README.md refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
package.json refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00

README.md

EmbarkJS

A JavaScript library for easily interacting with web3 technologies.

This library is part of the Embark framework.