Skip to content

prushh/cloud-chain-simulation

 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Python 66.6%
  • Solidity 24.4%
  • Shell 9.0%