1.0.0 • Published 7 years ago
ethjs-element v1.0.0
\<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 serveRunning Tests
$ polymer testImport
$ import 'ethjs-element';Basic Use
<ethjs-element
eth="{{eth}}"
http-provider="https://ropsten.infura.io">
</ethjs-element>1.0.0
7 years ago