embark/packages/plugins/parity
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
.npmrc refactor(@embark/parity): move module into own package (#1951) 2019-10-16 09:35:26 -04:00
CHANGELOG.md chore(release): 5.0.0-alpha.1 2019-11-05 14:55:06 -06:00
README.md refactor(@embark/parity): move module into own package (#1951) 2019-10-16 09:35:26 -04:00
package.json chore(release): 5.0.0-alpha.1 2019-11-05 14:55:06 -06:00
tsconfig.json refactor(@embark/parity): move module into own package (#1951) 2019-10-16 09:35:26 -04:00
tslint.json refactor(@embark/parity): move module into own package (#1951) 2019-10-16 09:35:26 -04:00

README.md

embark-parity

Implementation of the Parity blockchain for Embark

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