1.0.0 • Published 6 years ago

status-x v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

status-x

Install

clone the repo via git:

git clone https://github.com/status-im/status-x.git

And then install the dependencies with yarn.

cd status-x
yarn

To develop:

yarn run start
yarn run lint

To run:

yarn build
node dist/index.js

status-x requires geth or murmur to be able to connect to Whisper. If using geth, you may start it with the following flags.

geth --testnet --syncmode=light --ws --wsport=8546 --wsaddr=localhost --wsorigins=statusjs --rpc --maxpeers=25 --shh --shh.pow=0.002 --wsapi=eth,web3,net,shh,debug,admin

Also, due to the lack of nodes with Whisper enabled, you need to create a static-nodes.json file, that must be placed in a specific path (if using testnet and Linux, ~/.ethereum/testnet/geth/static-nodes.json

Commands

TODO

  • /join #channelName - join a channel
  • /s 1 - switch to channel or chat indexed 1
  • /msg 0xpubkey - start a chat with user given his pubkey

Contribution

Thank you for considering to help out with the source code! We welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes!

If you'd like to contribute to status-js, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core devs first on #status-js channel to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.