Skip to content

A web component that exposes ethjs and connects to the provided http provider

Notifications You must be signed in to change notification settings

swarmcity/eth-connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<eth-connect>

A web component that exposes ethjs and connects to the provided http provider

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

$ npm install eth-connect

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Import

$ import 'eth-connect';

Basic Use

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

About

A web component that exposes ethjs and connects to the provided http provider

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages