An open API service indexing awesome lists of open source software.

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.

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

```