UNPKG

159 BJavaScriptView Raw
1/**
2 * Lightweight wrapper library on top of Ethereum JSON RPC.
3 *
4 * @module eth-json-rpc
5 */
6
7'use strict';
8
9module.exports = require('./lib/eth-json-rpc');