mirror of
https://github.com/ChronosX88/Influence-Bootstrap-Node.git
synced 2024-11-08 17:31:00 +00:00
This is the main node of the Influence messenger network.
.idea | ||
gradle/wrapper | ||
libs | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Influence Bootstrap Node
This is the main node of the Influence messenger network.
Installation
- Clone this repo
- Compile JAR:
$ cd Influence-Bootstrap-Node
$ ./gradlew shadowJar
- Compiled JAR located in
./build/libs/
(Also there are already compiled versions, see releases)
Usage
- 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