move code runner to core modules

This commit is contained in:
Iuri Matias 2018-07-20 19:37:50 +03:00
parent 3cc0c5dee8
commit 01eb1a01b4

View File

@ -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;