2f2b1e0732 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
config.js | ||
index.js | ||
package-lock.json | ||
package.json |
README.md
gitter-bridge
Gitter <-> Status Bridge
Requirements
- node.js
- go-ethereum / status-go / murmur
Configuration
- 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 - 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 installstatus-go
ormurmur
Usage
npm start
oryarn start
to start the bridge.
A tool like nodemon
could be used to automatically restart the bridge in case an error happens.