Skip to content

technisRahulk/E-Nirvaachan

Repository files navigation

E-Nirvaachan

Installation

  1. Install Truffle globally.

    npm install -g truffle
  2. Clone the repo. This also takes care of installing the necessary dependencies.

    git clone https://github.com/technisRahulk/E-Nirvaachan.git
  3. Run the development console.

    truffle develop
  4. Compile and migrate the smart contracts. Note inside the development console we don't preface commands with truffle.

    compile
    migrate
  5. Run the liteserver development server (outside the development console) for front-end hot reloading. Smart contract changes must be manually recompiled and migrated.

    // Serves the front-end on http://localhost:3000
    npm run dev

About

Blockchain Based e-voting system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published