This is a sample project to implement a minimum blockchain with akka. The blockchain impose a hash containing four leading zeros as proof of work.
- [email protected]
- [email protected] - http://www.scala-sbt.org/download.html
sbt run
sbt test
- Restart MiningActor after timeout
- Add http API
- Add frontend in react
- http://johnmathews.eu/blockchain-introduction.html
- https://medium.com/crypto-currently/lets-build-the-tiniest-blockchain-e70965a248b
- https://github.com/aviaviavi/legion
- https://github.com/theiterators/akka-http-microservice/
- https://github.com/akka/akka-samples/tree/2.5/akka-sample-camel-scala
- https://medium.com/akka-for-newbies/actor-supervision-dbbb96734176