blox-connect
v1.0.7
Published
A webcomponent that connects to the EOS blockchain
Downloads
18
Readme
<blox-connect>
A webcomponent that connects to the EOS blockchain
Install the Polymer-CLI
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.
Install blox-connect
$ npm install blox-connect
Viewing Your Element
$ polymer serve
Running Tests
$ polymer test
Import
$ import 'blox-connect';
Basic Use
<blox-connect
selector
eos="{{eos}}">
</blox-connect>