Status Javascript Client (WIP)
Go to file
Richard Ramos 7058e19702 Merge branch 'master' of https://github.com/status-im/status-js 2018-11-16 19:18:00 -04:00
src Merge pull request #3 from status-im/mail-servers 2018-11-16 18:03:31 -04:00
test add generate whisper pubkey from wallet private key 2018-11-14 15:22:45 -05:00
.gitignore first stab at attempting to send/receive messages 2018-11-06 07:17:07 -05:00
README.md Adding admin to api list 2018-11-14 11:42:07 -04:00
package-lock.json 1.0.7 2018-11-16 19:12:29 -04:00
package.json 1.0.7 2018-11-16 19:12:29 -04: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-mailserver.js Removing minPow to be able to receive messages from mailserver 2018-11-16 17:57:21 -04: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=statusjs --maxpeers=25 --shh --shh.pow=0.002 --wsapi=eth,web3,net,shh,debug,admin

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