1.0.9 • Published 6 years ago

ng-eth-contract v1.0.9

Weekly downloads
40
License
-
Repository
-
Last release
6 years ago

Angular Ethereum Contract

This is an Angular wrapper library for Contract Interaction with Ethereum using Web3. This library encapsulates API for contract related calls to Ethereum Blockchain.

Installing the library

npm i ng-eth-contract --save
Usage
import { NgEthContract } from 'ng-eth-contract';

@NgModule({
  ...
  imports: [
    ...
    NgEthContract
  ]
})