whissage

command module
v0.0.0-...-d86ebb9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2020 License: MIT Imports: 11 Imported by: 0

README

whissage (whisper messenger)

The backend of blockchain-based messenger built on ethereum whisper.

Clients:

Run

You need go v1.14 minimum & geth

Private network

more detailed in official wiki

  1. Creating The Genesis Block You should change address (alloc) in genesis.json before run!

geth --datadir /path_to_project/whissage/ init genesis.json

  1. Run geth

bootnode --nodekey=boot.key

geth --rpc --shh --ws --wsapi web3,rpc,eth,net,shh --datadir . --networkid 2

or copy url and:

geth --rpc --shh --ws --wsapi web3,rpc,eth,net,shh --datadir . --networkid 2 --bootnodes enode://you_url

Mainnet

geth --rpc --shh --ws --wsapi web3,rpc,eth,net,shh or geth --syncmode "light" --rpc --shh --ws --wsapi web3,rpc,eth,net,shh

Run app

go run main.go or only build go build main.go

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL