Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.