Status Javascript Client (WIP)
Go to file
Richard Ramos ac1281fe48 Calculating last clock value 2018-11-08 12:00:40 -04:00
src Calculating last clock value 2018-11-08 12:00:40 -04:00
.gitignore first stab at attempting to send/receive messages 2018-11-06 07:17:07 -05:00
README.md Update README.md 2018-11-06 06:15:24 -05:00
package-lock.json extract username 2018-11-07 05:34:54 -05:00
package.json update to 1.0.4 2018-11-08 08:08:26 -05:00
poc.js implement api 2018-11-06 09:01:41 -05:00
static-nodes.json add boot nodes list 2018-11-06 07:37:55 -05:00
test.js Adding DIrect Messaging functionality to the API 2018-11-07 18:27:34 -04:00
test2.js Adding DIrect Messaging functionality to the API 2018-11-07 18:27:34 -04:00

README.md

status-js

Config:

geth --testnet --syncmode=light --ws --wsport=8546 --wsaddr=localhost --wsorigins=http://localhost:8000,http://localhost:8080 --maxpeers=25 --shh --shh.pow=0.002 --wsapi=eth,web3,net,shh,debug

web3.ssh options: `powTime (1), ttl (10) and powTarget (0.002)