1.0.7 • Published 7 years ago
blox-connect v1.0.7
\<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-connectViewing Your Element
$ polymer serveRunning Tests
$ polymer testImport
$ import 'blox-connect';Basic Use
<blox-connect
selector
eos="{{eos}}">
</blox-connect>