Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 654 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 654 Bytes

<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>