embark/packages/embarkjs
emizzle eca456f4cb fix(@embark/storage): Fix hang when IPFS/Swarm started externally
Fix hang when the storage provider (IPFS or Swarm) was started externally before running Embark.

If IPFS/Swarm was already running before `embark run` was run, then the relevant `registerProvider` and `setProvider` code was not being run through the console, and thus the module init event was never fired, preventing the DApp from being built.

This PR refactors the way the IPFS/Swarm process is launched so that the `registerProvider` and `setProvider` code snippets are run through the console in the case of:
* IPFS/Swarm running externally from Embark
* IPFS/Swarm started in a child process by Embark
* Storage is disabled in the DApp config
2019-03-26 17:35:27 -04:00
..
src fix(@embark/storage): Fix hang when IPFS/Swarm started externally 2019-03-26 17:35:27 -04:00
test refactor: be consistent with callbacks and promises 2019-02-13 14:27:42 -05: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
CHANGELOG.md chore(release): 4.0.0 2019-03-18 18:26:56 -05:00
README.md feat: normalize README and package.json bugs, homepage, description 2019-03-12 09:17:33 -04:00
package.json chore(release): 4.0.0 2019-03-18 18:26:56 -05:00

README.md

embarkjs

JavaScript library for easily interacting with web3 technologies

Visit embark.status.im to get started with Embark.