1.0.0 • Published 6 years ago

ethjs-element v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

\<ethjs-element>

A webcomponent that uses ethjs to intereact with the Ethereum 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.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Import

$ import 'ethjs-element';

Basic Use

<ethjs-element  
    eth="{{eth}}"
    http-provider="https://ropsten.infura.io">
</ethjs-element>