https://github.com/sohamkayal4103/daoconnect
Decentralized infrastructure tailored for the seamless facilitation of various DAO activities, encompassing governance and tokenomics. Our objective is to reduce entry barriers significantly while preserving the trust associated with decentralization and ensuring tamper-resistant governance.
https://github.com/sohamkayal4103/daoconnect
account-abstraction blockchain chakra-ui dao dapp erc20 erc4337 ethereum ethersjs nextjs optimism particle-auth quadratic-voting rainbow-kit social-auth solidity solidity-contracts typescript wagmi web3
Last synced: about 2 months ago
JSON representation
Decentralized infrastructure tailored for the seamless facilitation of various DAO activities, encompassing governance and tokenomics. Our objective is to reduce entry barriers significantly while preserving the trust associated with decentralization and ensuring tamper-resistant governance.
- Host: GitHub
- URL: https://github.com/sohamkayal4103/daoconnect
- Owner: Sohamkayal4103
- Created: 2024-01-26T18:48:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T06:54:10.000Z (over 2 years ago)
- Last Synced: 2024-04-14T02:03:45.942Z (about 2 years ago)
- Topics: account-abstraction, blockchain, chakra-ui, dao, dapp, erc20, erc4337, ethereum, ethersjs, nextjs, optimism, particle-auth, quadratic-voting, rainbow-kit, social-auth, solidity, solidity-contracts, typescript, wagmi, web3
- Language: TypeScript
- Homepage: https://op-hacks.vercel.app/
- Size: 667 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OPHacks - DAOConnect 🚀
## Introduction :fire:
Our project aims to transform the landscape of decentralized autonomous organizations (DAOs) by offering a user-friendly infrastructure. We streamline the creation, management, and governance of DAOs, reducing technical barriers. With transparent tokenomics, efficient governance tools, and seamless integration with the current infrastructure, we empower communities to participate effortlessly in decentralized decision-making processes.
## TechStack Used 🎯
## Local Setup 🚧
1. Fork the repo.
2. Clone the repo.
```
https://github.com/SohamKayal4103/DAOConnect
```
3. Open in VS code or your preferred code editor.
```
code OPHacks
```
4. Create `.env` file in the root directory of the project.
```
touch .env
```
5. Refer `.env.example` to update `.env`.
6. Install Dependencies.
```
yarn
```
7. Run the project at localhost:3000.
```
yarn run dev
```
## _Deployed Contract Addresses on Optimism Sepolia Testnet_ 📜
CreateGovernance.sol: - ```0x0Df39c36E8e9b462F2672498054E129416a7093D```
UserSide.sol: - ```0x3848387E00B43a382A731220Ee8290a7358e6a2B```