prushh / cloud-chain-simulation

This project aims to test different kinds of blockchains and consensus mechanism with the same contract CloudSLA.sol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloud-chain-simulation

Project for the course "Blockchain and Cryptocurrencies" of the University of Bologna, A.Y. 2021/2022. This project aims to test different kinds of blockchains and consensus mechanism with the same contract CloudSLA.sol.

Blockchains used

We used three different kinds of blockchains with a default number of validator node that it's equal to 4. Other parameters equal for all configurations are the follow:

  • Gas limit: 0xf7b760
  • Block period seconds: 5

Hyperledger Besu

Go-Quorum

Polygon

  • Setup: execute the script run_polygon.sh, follow the instructions carefully because we don't handle any typing errors.

  • Configuration: IBFT, PoS

About

This project aims to test different kinds of blockchains and consensus mechanism with the same contract CloudSLA.sol

License:MIT License


Languages

Language:Python 66.6%Language:Solidity 24.4%Language:Shell 9.0%