0.1.2 • Published 10 months ago

@theqrl/web3-shh v0.1.2

Weekly downloads
-
License
LGPL-3.0
Repository
-
Last release
10 months ago

@theqrl/web3-shh

This is a sub-package of @theqrl/web3.js

This is the whisper v5 package.

Installation

Node.js

npm install @theqrl/web3-shh

Usage

const Web3Personal = require('@theqrl/web3-shh');

const shh = new Web3Personal('ws://localhost:8546');

Types

All the TypeScript typings are placed in the types folder.