mirror of https://github.com/embarklabs/embark.git
move code runner to core modules
This commit is contained in:
parent
e69ec3b7f1
commit
75d85d57c0
|
@ -7,6 +7,7 @@ const constants = require('../constants');
|
|||
|
||||
const WEB3_READY = 'web3Ready';
|
||||
|
||||
// TODO: consider another name, this is the blockchain connector
|
||||
class Blockchain {
|
||||
constructor(options) {
|
||||
this.plugins = options.plugins;
|
||||
|
|
Loading…
Reference in New Issue