https://github.com/sarveshlimaye/daoconnect
DAOConnect 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.
https://github.com/sarveshlimaye/daoconnect
account-abstraction chakra-ui dao dapp discord erc-20 erc-4337 ethersjs facebook google nextjs optimism optimism-sepolia particle-auth react solidity typescript
Last synced: 3 months ago
JSON representation
DAOConnect 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.
- Host: GitHub
- URL: https://github.com/sarveshlimaye/daoconnect
- Owner: SarveshLimaye
- Created: 2024-01-26T10:43:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T08:03:45.000Z (over 2 years ago)
- Last Synced: 2024-04-14T02:03:31.287Z (about 2 years ago)
- Topics: account-abstraction, chakra-ui, dao, dapp, discord, erc-20, erc-4337, ethersjs, facebook, google, nextjs, optimism, optimism-sepolia, particle-auth, react, solidity, typescript
- Language: TypeScript
- Homepage: https://op-hacks.vercel.app/
- Size: 668 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OPHacks - DAOConnect 🚀
## Introduction :fire:
DAOConnect 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/MukulKolpe/OPHacks
```
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```