ng-eth-contract
v1.0.9
Published
This is an Angular wrapper library for Contract Interaction with Ethereum using Web3. This library encapsulates API for contract related calls to Ethereum Blockchain.
Downloads
43
Readme
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 --saveUsage
import { NgEthContract } from 'ng-eth-contract';
@NgModule({
...
imports: [
...
NgEthContract
]
})