embark/lib
Pascal Precht 80c80e9beb
fix(commands/build): don't start blockchain node when `--contracts` is used
Prior to this commit `$ embark build --contracts` spinned up a blockchain node
which is not necessary as `--contracts` can be seen as a "compile only" option.

This commit ensures we don't start any web3 services with `--contracts` is used.
2018-10-22 19:40:52 +02:00
..
core fix(commands/build): don't start blockchain node when `--contracts` is used 2018-10-22 19:40:52 +02:00
modules added webserver logging 2018-10-22 19:39:25 +02:00
tests Adds solc option to tests. Runs smart contract tests using remix-tests 2018-10-22 19:39:24 +02:00
utils add default account if set in config 2018-10-22 19:35:04 +02:00
constants.json Mainnet is livenet 2018-08-23 11:06:47 +01:00
index.js Console command connect to ipc 2018-08-21 16:09:48 -04:00