Skip to content

jeffjacobsen/whisper-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whisper-chat

This demonstrates how to use Ethereum Whisper.

Running the example

This example assumes that there is a running Whisper v6 node exposing an RPC interface at URL http://localhost:8545.

Clone this repository and download the dependencies:

$ npm install

Finally, start the example with:

$ npm run dev

The example should be started and the application will be available at http://localhost:8080.

About

This demonstrates how to use the Ethereum Whisper (v5) API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.1%
  • JavaScript 36.5%
  • HTML 5.4%