Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chronosxyz/influence-bootstrap-node
This is the main node of the Influence messenger network.
https://github.com/chronosxyz/influence-bootstrap-node
Last synced: about 1 month ago
JSON representation
This is the main node of the Influence messenger network.
- Host: GitHub
- URL: https://github.com/chronosxyz/influence-bootstrap-node
- Owner: ChronosXYZ
- License: gpl-3.0
- Created: 2019-02-28T11:21:57.000Z (almost 6 years ago)
- Default Branch: java-version
- Last Pushed: 2019-05-16T15:03:15.000Z (over 5 years ago)
- Last Synced: 2023-12-11T15:54:13.297Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 7.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Influence Bootstrap Node
This is the main node of the Influence messenger network.
## Installation1. Clone this repo
2. Compile JAR:```bash
$ cd Influence-Bootstrap-Node
$ ./gradlew shadowJar
```
3. Compiled JAR located in `./build/libs/`
(Also there are already compiled versions, see [releases](https://github.com/ChronosX88/Influence-Bootstrap-Node/releases))
## Usage
1. Run the node:
```bash
$ 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](https://github.com/ChronosX88/Influence-Bootstrap-Node/blob/master/LICENSE) file for details