GigaPol is a decentralized voting application that empowers users to participate in secure and transparent voting using blockchain technology. The application is built with React.js, Tailwind CSS for the frontend, and a Solidity smart contract for decentralized and tamper-proof voting.
- Decentralized Voting: GigaPol utilizes blockchain technology to ensure transparent and secure voting.
- React.js Frontend: The frontend of the application is built using React.js, providing a modern and responsive user interface.
- Tailwind CSS Styling: Tailwind CSS is employed for styling, offering a highly customizable and utility-first approach.
- Solidity Smart Contract: The backend is powered by a Solidity smart contract, enabling decentralized and trustless execution of the voting process.
- Node.js: Download and Install Node.js
- npm (Node Package Manager): Included with Node.js installation
- Truffle: Install globally using
npm install -g truffle
-
Clone the repository:
git clone https://github.com/your-username/gigapol.git
-
Navigate to the project directory:
cd gigapol
-
Install dependencies:
npm install
-
Compile and deploy the smart contract:
truffle migrate --reset
-
Start the application:
npm start
-
Open your browser and visit http://localhost:3000 to explore GigaPol.
- Users can participate in decentralized voting by interacting with the intuitive user interface.
- The Solidity smart contract ensures the integrity and transparency of the voting process.
Contributions are welcome! If you'd like to contribute to GigaPol, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature-name
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Special thanks to the open-source community for providing tools and libraries that make GigaPol possible.
- Inspired by the vision of decentralized and transparent governance.