https://github.com/bkawk/ethjs-contract
A Web Component that fetches an Ethereum contracts ABI and creates a contract instance.
https://github.com/bkawk/ethjs-contract
Last synced: 2 months ago
JSON representation
A Web Component that fetches an Ethereum contracts ABI and creates a contract instance.
- Host: GitHub
- URL: https://github.com/bkawk/ethjs-contract
- Owner: bkawk
- License: mit
- Created: 2018-07-30T07:23:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T10:19:56.000Z (over 7 years ago)
- Last Synced: 2025-05-16T15:13:18.166Z (10 months ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
A Web Component that fetches an Ethereum contracts ABI and exposes a contract instance.
## 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-contract
```
## Viewing Your Element
```
$ polymer serve
```
```
$ import 'ethjs-contract';
```
## Basic Use
```html
```
## Advanced Use
```html
```