Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 659 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 659 Bytes

CircleCI

whisper

This repository is extracted from the go-ethereum whisper implementation and is used as an archive.

The rationale for archiving this project is that it is obvious that in its current implementation, Whisper will never scale beyond a couple hundred nodes. Further development has now been taken on by status.

It also contains various whisper-related tools.

Building

Type go build ./cmd/wnode to build the Whisper node utility.