fwilhelmi / blockchain_enabled_federated_learning

Simulation-based performance analysis of server-less Blockchain-enabled Federated Learning
GNU General Public License v3.0
33 stars 7 forks source link

The code problem #1

Closed junzhang-zj closed 2 years ago

junzhang-zj commented 2 years ago

I don't see the code for blockchain components, , could you please solve it?

fwilhelmi commented 2 years ago

Dear @junzhang-zj ,

In this repository, we provide a model and simulations related to the delays in a blockchain, so we do not simulate the actual behaviour of a blockchain system by adding components, blocks, etc. In particular, simulations include the results for a queuing system that models the waiting time of transactions in a pool.

Nevertheless, we are now working on an integration of BlockSim (https://github.com/maher243/BlockSim) with TFF, which will be available very soon.

Best, Francesc.

junzhang-zj commented 2 years ago

Thank you for your answer.