Influence-Bootstrap-Node/README.md
2019-04-12 15:27:15 +04:00

879 B

Influence Bootstrap Node

This is the main node of the Influence messenger network.

Installation

  1. Clone this repo
  2. Compile JAR:
$ cd Influence-Bootstrap-Node
$ ./gradlew shadowJar
  1. Compiled JAR located in ./build/libs/ (Also there are already compiled versions, see releases)

Usage

  1. Run the node:
$ java -jar influence-bootstrap-node.jar

Now your bootstrap node is running and available on *ip*:7243!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details