Français:
Créez votre première application décentralisée, ou Dapp, sur le réseau Ethereum avec ce tutoriel!
Suivez les étapes ci-dessous pour télécharger, installer et exécuter ce projet.
Installez ces prérequis:
- NPM: https://nodejs.org
- Truffe: https://github.com/trufflesuite/truffle
- Ganache: http://truffleframework.com/ganache/
- Métamask: https://metamask.io/
`git clone https://github.com/mouka99/ElectionDappEth
'' $ cd election $ npm install
''
Ouvrez le client Ganache GUI que vous avez téléchargé et installé. Cela démarrera votre instance de blockchain locale.
$ truffle migrate --reset
Vous devez migrer le smart contract d'élection chaque fois que vous redémarrez la ganache.
- Déverrouillez le metamask
- Connectez le metamask à votre blockchain Etherum locale fournie par Ganache.
- Importez un compte fourni par Ganache.
$ npm run dev
Visitez cette URL dans votre navigateur: http: // localhost: 3000
English:
Build your first decentralized application, or Dapp, on the Ethereum Network with this tutorial!
Follow the steps below to download, install, and run this project.
Install these prerequisites:
- NPM: https://nodejs.org
- Truffle: https://github.com/trufflesuite/truffle
- Ganache: http://truffleframework.com/ganache/
- Metamask: https://metamask.io/
`git clone https://github.com/mouka99/ElectionDappEth
$ cd election
$ npm install
Open the Ganache GUI client that you downloaded and installed. This will start your local blockchain instance.
$ truffle migrate --reset
You must migrate the election smart contract each time your restart ganache.
See free video tutorial for full explanation of these steps:
- Unlock Metamask
- Connect metamask to your local Etherum blockchain provided by Ganache.
- Import an account provided by ganache.
$ npm run dev
Visit this URL in your browser: http://localhost:3000