Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielatomas/fcup-ssd
Project developed for Systems and Data Security class @FCUP
https://github.com/danielatomas/fcup-ssd
blockchain fcup kademlia netty p2p public-ledger-for-auctions security ssd terraform
Last synced: 27 days ago
JSON representation
Project developed for Systems and Data Security class @FCUP
- Host: GitHub
- URL: https://github.com/danielatomas/fcup-ssd
- Owner: DanielaTomas
- Created: 2024-03-21T15:48:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-25T15:28:49.000Z (5 months ago)
- Last Synced: 2024-10-09T11:43:22.290Z (27 days ago)
- Topics: blockchain, fcup, kademlia, netty, p2p, public-ledger-for-auctions, security, ssd, terraform
- Language: HTML
- Homepage:
- Size: 715 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FCUP-SSD
In the root of the Java project:
* Create JAR file:
```
./gradlew clean jar
```* Provision nodes with JAR file, for example with:
```
scp @:
```* First, initialize a bootstrap node, go the folder containing the jar file and run:
```
java -cp Main.Peer
```* Afterwards run this on any other number of nodes:
```
java -cp Main.Peer
```After having atleast 2 nodes, including the bootstrap running use the options given to you in the menu to interact with the program.