added eth_serpent, contract separated to another file

This commit is contained in:
Marek Kotewicz
2014-11-17 15:46:46 +01:00
parent f6ee8e52dd
commit 27a8799e48
7 changed files with 81 additions and 48 deletions

View File

@@ -1,4 +1,5 @@
var web3 = require('./lib/main');
web3.providers.QtProvider = require('./lib/qt');
web3.contract = require('./lib/contract');
module.exports = web3;