0.0.3 • Published 6 years ago

web3-service-lib v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Web3ServiceLib

npm version

Overview

Usage

Check out the basic example:

  • npm install
  • npm start
  • Check out localhost:4200 in your browser to make a basic ETH transaction on the current network

Installation

  • Run npm i web3-service-lib
  • In your app.module.ts:
import { Web3ServiceModule } from 'web3-service-lib';


  imports: [
    BrowserModule,
    Web3ServiceModule.forRoot()
  ],
 
  • Then, to interact with the ETH.service

Usage

Enums and subscriptions

Transactions

Complete Example

Running the Example App