A web component that exposes ethjs and connects to the provided http provider
First, make sure you have the Polymer CLI and npm (packaged with Node.js) installed. Run npm install
to install your element's dependencies, then run polymer serve
to serve your element locally.
$ npm install eth-connect
$ polymer serve
$ polymer test
$ import 'eth-connect';
<eth-connect
eth="{{eth}}"
http-provider="https://ropsten.infura.io">
</eth-connect>