Skip to content

esensconsulting/decentralized-vote

Repository files navigation

English Version

Vote on Ethereum

Decentralized voting request on the Ethereum blockchain

Compilation and installation of the project

Requirements

$ git clone https://github.com/esensconsulting/decentralized-vote.git

Configure Metamask

  • Launch ganache on your post
  • Click on the Metamask extension in your browser
  • Caution, do not fill the password
  • Get the 12 words of your ganache locally below MNEMONIC
  • Click on "Import with seed phrase"
  • Paste the 12 words
  • Create a new password
  • Validate
  • Click on the network
  • Select Custom RPC
  • Paste in New Network: http://127.0.0.1:7545
  • Save
  • Your metamask account is now connected to your ganache locally

Installing the project

Open a terminal as administrator and execute these commands:

$ npm install --global node-gyp
$ npm install --global --production windows-build-tools
$ npm install -g truffle
$ truffle migrate --reset --compile-all
$ npm rebuild node-sass --force
$ npm install
$ npm start

To access the project, simply connect to this URL: http://localhost:8080

Tutorials

ESENS Consulting

Version Francaise

Vote sur Ethereum

Application de vote décentralisé sur la blockchain Ethereum

Compilation et installation du projet

Prérequis

$ git clone https://github.com/esensconsulting/decentralized-vote.git

Configurer Metamask

  • Lancer ganache sur votre poste
  • Cliquer sur l'extension Metamask dans votre navigateur
  • Attention, ne pas remplir le mot de passe
  • Récupérer les 12 mots de votre ganache en local en dessous de MNEMONIC
  • Cliquer sur "Import with seed phrase"
  • Coller les 12 mots
  • Créer un nouveau mot de passe
  • Valider
  • Cliquer sur le réseau
  • Sélectionner RPC personnalisé
  • Coller dans New Network : http://127.0.0.1:7545
  • Enregistrer
  • Votre compte metamask est maintenant connecté à votre ganache en local

Instalation du projet

Ouvrir un terminal en tant qu'administrateur et exécuter ces commandes :

$ npm install --global node-gyp
$ npm install --global --production windows-build-tools
$ npm install -g truffle
$ truffle migrate --reset --compile-all
$ npm rebuild node-sass --force
$ npm install
$ npm start

Pour accéder au projet, il suffit de se connecter à cette URL : http://localhost:8080

Tutos

ESENS Consulting

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published