Luca Florio

Results 4 issues of Luca Florio

The docker image defined in the [/docker](https://github.com/elleFlorio/scalachain/tree/master/docker) folder is good for development purposes. It would be good to integrate the sbt plugin for [sbt Native Packager](https://www.scala-sbt.org/sbt-native-packager/), in order to create...

enhancement
good first issue
infrastructure

The current implementation of the blockchain is useful for didactic purposes, but it is not well suited for more realistic applications. It is required to improve the implementation in order...

enhancement
blockchain
implementation

Transactions right now are toy-examples. It would be interesting to implement a more realistic transaction model (like the [Ethereum one)](https://ethereum.stackexchange.com/questions/1990/what-is-the-ethereum-transaction-data-structure)). This has lots of implication regarding public-key cryptography and addresses...

enhancement
blockchain
research

The current PoW implementation is a toy-example. The implementation of a different distributed consensus algorithm would be interesting.

enhancement
blockchain
research