@theqrl/web3-shh
v0.1.2
Published
Web3 module to interact with the Whisper messaging protocol.
Downloads
5
Readme
@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.