Gitter <-> Status Bridge
Go to file
Richard Ramos 8c29bae14a added run file 2019-04-09 09:15:49 -04:00
.gitignore Initial commit 2019-04-08 14:12:01 -04:00
LICENSE Initial commit 2019-04-08 14:12:01 -04:00
README.md updated config settings 2019-04-09 09:13:09 -04:00
config.js added run file 2019-04-09 09:15:49 -04:00
index.js updated config settings 2019-04-09 09:13:09 -04:00
package-lock.json Initial version 2019-04-08 15:32:22 -04:00
package.json Added start script 2019-04-08 15:40:43 -04:00
start.sh added run file 2019-04-09 09:15:49 -04:00

README.md

gitter-bridge

Gitter <-> Status Bridge

Requirements

  1. node.js
  2. go-ethereum / status-go / murmur

Configuration

  1. Edit config.js with the details on which channels to bridge, tokens and private key. You can obtain a gitter token in https://developer.gitter.im/apps
  2. A whisper node is required to be running in parallel. You could execute geth in a separate terminal session geth following these instructions: https://github.com/status-im/status-js-api#using-geth, or install status-go or murmur

Usage

  1. npm start or yarn start to start the bridge.

A tool like nodemon could be used to automatically restart the bridge in case an error happens.