https://github.com/bkawk/ethjs-element
A web component that exposes ethjs
https://github.com/bkawk/ethjs-element
Last synced: 2 months ago
JSON representation
A web component that exposes ethjs
- Host: GitHub
- URL: https://github.com/bkawk/ethjs-element
- Owner: bkawk
- License: mit
- Created: 2018-07-30T04:35:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T07:28:45.000Z (over 7 years ago)
- Last Synced: 2025-10-28T15:20:55.988Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
A webcomponent that uses ethjs to intereact with the Ethereum Blockchain
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.
## Install ethjs-element
```
$ npm install ethjs-element
```
## Viewing Your Element
```
$ polymer serve
```
## Running Tests
```
$ polymer test
```
## Import
```
$ import 'ethjs-element';
```
## Basic Use
```html
```