Skip to content

fishera123/byteball-relay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relay for Byteball network

This is a node for Byteball network that stores the entire database and forwards new storage units to peers. The relay does not hold any private keys and cannot send payments itself.

Install

Install node.js, clone the repository, then say

npm install

If you want to accept incoming connections (you probably want), set up a proxy, such as nginx, to forward all websocket connections on a specific path to your daemon running the relay code. See example configuration for nginx in byteballcore documentation.

Run

node start.js > log &

Customize

If you want to change any defaults, refer to the documentation of byteballcore, the core Byteball library require()'d from here.

About

Relay for Byteball network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%