Skip to content

Vinay-003/e-vote

Repository files navigation

Decentralized Voting System

This is a decentralized voting system built on blockchain technology.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/Anas-github-acc/e-vote.git
    cd e-vote
  2. Install the required packages:

    npm install
  3. Copy the example environment variables file to .env:

    cp .env.example .env
  4. Add your keys to the .env file.

Contract Code

To check the contract code, visit dVoting Contract Code.

Running the Application

  1. Start the development server:

    npm run dev
  2. Open your browser and navigate to http://localhost:3000.

Contributing

Contributions are welcome! Feel free to contribute to our project, and don’t hesitate to ask if you have any questions. To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request to the main branch.

For major changes, please open an issue first to discuss what you would like to change.

About

webshit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published