Sign In

@did-kr-cg/whisper-connect

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@did-kr-cg/whisper-connect

Whisper Connect is an easy and simple decentralized (without kind of a google cloud services) p2p connect solution. Desktop browser login via mobile app. or create transaction for smart contracts and send a signature and message via whisper too. and it ca

latest
Source
npmnpm
Version
0.1.5
Version published
Weekly downloads
48
433.33%
Maintainers
1
Weekly downloads
 
Created
Source

Whisper Connect

Features

Whisper Connect is an easy and simple decentralized (without kind of a google cloud services) p2p connect solution. Desktop browser login via mobile app. or create transaction for smart contracts and send a signature and message via whisper too. and it can push messaging service too. so the users can use any dApps or a DID services (like a ethereum login), and exchange DIDs and VCs too.

Installation

npm install @did-kr-cg/whisper-connect --save
yarn add install @did-kr-cg/whisper-connect

Test code

web.js

  • edit
const provider = Shh.givenProvider || 'ws://some.local-or-remote.node:8546'; // TODO: change url
  • run node ./examples/web.js

mobile.js

  • edit
const provider = Shh.givenProvider || 'ws://some.local-or-remote.node:8546'; // TODO: change url
  • run node ./examples/mobile.js symKeyID=copy_from_web.js(post.symKeyID) sig=copy_from_web.js(post.sig)

Keywords

ethereum

FAQs

Package last updated on 17 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts