Status Javascript Client (WIP)
Go to file
Iuri Matias 8bccb22c20 add sendJsonMessage 2018-11-07 13:18:20 -05:00
src add sendJsonMessage 2018-11-07 13:18:20 -05: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.2 2018-11-07 05:35:11 -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 implement api 2018-11-06 09:01:41 -05: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)