Skip to content

Implémentation naïve d'un algorithme de registre distribué infalsifiable (blockchain).

License

Notifications You must be signed in to change notification settings

LilianBordeau/Projet-Blockchain

Repository files navigation

Projet Blockchain

Sujet choisi : Le vote électronique en assemblée générale

Installation

  • Installer web3js
npm install web3
  • Installer ganache-cli
npm install -g ganache-cli
  • Lancer ganache-cli en local
ganache-cli
  • Aller sur le site web de Remix Ethereum en HTTP
  • Compiler le contrat
  • Déployer le contrat avec pour environnement Web3 Provider et pour endpoint http://127.0.0.1:8545

About

Implémentation naïve d'un algorithme de registre distribué infalsifiable (blockchain).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published