UNPKG

zsl-web3.js

Version:

Ethereum JavaScript API, middleware to talk to a ethereum node over RPC with ZSL and quorum functions

9 lines (6 loc) 193 B
var Web3 = require('./lib/web3'); // dont override global variable if (typeof window !== 'undefined' && typeof window.Web3 === 'undefined') { window.Web3 = Web3; } module.exports = Web3;