embark/packages/stack/blockchain
emizzle 7482107374 refactor(@embark/blockchain): Move check for blockchain started
The blockchain module should not contain any ethereum-specific code, and currently it contains a check to see if the blockchain has already been started.

This PR moves this check to blockchain client (ie geth or parity). This check function is registered along with the started callback.

style(@embark/stack/blockchain): add missing semicolon
2019-11-14 15:35:09 +01:00
..
src refactor(@embark/blockchain): Move check for blockchain started 2019-11-14 15:35:09 +01:00
test Fix/solo spawn (#1981) 2019-10-22 09:27:28 -04:00
.npmrc
CHANGELOG.md chore(release): 5.0.0-alpha.1 2019-11-05 14:55:06 -06:00
README.md
package.json refactor(@embark/core): move Engine into embark-core 2019-11-11 17:00:01 +01:00
tsconfig.json
tslint.json

README.md

embark-blockchain

Blockchain APIs for Embark

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