0.0.3 • Published 7 years ago
web3-service-lib v0.0.3
Web3ServiceLib
Overview
Usage
Check out the basic example:
npm installnpm start- Check out
localhost:4200in 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