Skip to content

navuitag/dapp-election

Repository files navigation

Ethereum Dapp Example

This is an example about the Ethereum Dapp.

I. Required

1. Knowledge

  1. Blockchain & What is blockchain technology
  2. Ethereum

2. Development tools

  1. Git
  2. NodeJs
  3. Truffle
  4. Ganache
  5. Solidity

II. Installed

1. Git clone

    git clone https://github.com/Vilisag/dapp-election.git
    cd dapp-election

2. Install NodeJs packages

    npm install

3. Run Ganache

Note: Default Ganache network have to be http://127.0.0.1:7545 (can be changed from configuration)

4. Compile Smart contract

    truffle console --network ganache
    migrate --reset --compile-all
    .exit

5. Build frontend app

    npm run dev

6. Run frontend app

    npm run development

III. Note

IV. Books

About

This is an example about the Ethereum dapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published