Skip to content

abdu1414/omnivote

 
 

Repository files navigation

OmniVote

OmniVote is a decentralized voting platform that allows users to create and manage proposals across multiple blockchain networks seamlessly. By leveraging Chainlink's Cross-Chain Interoperability Protocol (CCIP), OmniVote enables smart contracts on different blockchains to communicate with each other, ensuring a truly omnichain governance experience. The platform supports decentralized identity and cross-chain governance to provide secure, tamper-proof voting.

Features:

Cross-Chain Voting: Seamless communication between smart contracts deployed on different blockchains using Chainlink CCIP. Secure Identity: OmniVote integrates with Sign Protocol for secure attestations and decentralized identity management. Multi-Chain Smart Contracts: Smart contracts are deployed on Ethereum Sepolia and Base Sepolia. Web3Auth Integration: Easy login and authentication for users using Web3Auth. User-Friendly Interface: Built with Next.js, shadcn, and Tailwind for a modern and accessible user experience.

Smart Contract

The core smart contract for OmniVote is available here. Repository: https://github.com/janvinsha/OmniVoteContractCCIP/blob/develop/contracts/OmniVote.sol

Technology Stack:

Frontend: Next.js, shadcn, Tailwind Backend: Express.js, MongoDB Blockchain: Chainlink CCIP for cross-chain communication Identity & Security: Sign Protocol for attestations, Web3Auth for authentication Storage: MongoDB for proposals, DAO, and voting data

Getting Started

This is a Next.js project bootstrapped with create-next-app.

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.6%
  • Solidity 8.4%
  • Other 1.0%