Une excellente petite démonstration réalisée par Anders Brownworth pour vous aider à mieux comprendre le fonctionnement d'une BlockChain. Pour la mettre en place, si vous avez déjà installé Git et Node.js sous Windows, ouvrez tout simplement un Command Prompt et tapez les commandes suivantes:
c:
cd\
cd projects
git clone https://github.com/anders94/blockchain-demo.git
cd blockchain-demo
npm install
cd bin
node www
Ouvrez ensuite votre navigateur préféré et surfez sur http://localhost:3000:
Très instructive également cette vidéo de Shai Rubin, CTO of Citi Innovation Lab:
c:
cd\
cd projects
git clone https://github.com/anders94/blockchain-demo.git
cd blockchain-demo
npm install
cd bin
node www
Ouvrez ensuite votre navigateur préféré et surfez sur http://localhost:3000:
Très instructive également cette vidéo de Shai Rubin, CTO of Citi Innovation Lab:
Commentaires