Search Unity

Create your own blockchain tutorial : Unity3D port

Discussion in 'Made With Unity' started by thibautvdumont, Aug 5, 2018.

  1. thibautvdumont

    thibautvdumont

    Joined:
    Oct 6, 2015
    Posts:
    25
    Hello everyone,

    I hope I'm in the right category. I had fun building my own blockchain and bitcoin-like cryptocurrency based on the well-know NaiveCoin tutorial. I decided to port the code in C# with a minimalist 2D scene showing the concurrent mining of 3 nodes.



    The code is straightforward and I preserved the logic of the original tutorial. It's nothing much, but I thought it would be nice to share it for other Unity devs to get a grasp of how a blockchain works :)

    Code and original tuto links :
    http://thibautdumont.fr/en/creating-blockchain-cryptocurrency-unity3d/

    Feedback or questions appreciated,

    Cheers
     
    krougeau likes this.
  2. mprimo

    mprimo

    Joined:
    Aug 1, 2018
    Posts:
    42
    cool
     
    thibautvdumont likes this.