A webcomponent that connects to the EOS blockchain
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 blox-connect
$ polymer serve
$ polymer test
$ import 'blox-connect';
<blox-connect
selector
eos="{{eos}}">
</blox-connect>