https://github.com/max-tonny8/dao_connect
This project is to implement DAO connect.
https://github.com/max-tonny8/dao_connect
blockchain ethereum ethersjs hardhat nextjs react smart-contracts solidity typechain typescript web3 web3-react
Last synced: about 2 months ago
JSON representation
This project is to implement DAO connect.
- Host: GitHub
- URL: https://github.com/max-tonny8/dao_connect
- Owner: max-tonny8
- Created: 2024-05-28T20:17:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T20:18:21.000Z (11 months ago)
- Last Synced: 2025-01-23T16:16:34.921Z (3 months ago)
- Topics: blockchain, ethereum, ethersjs, hardhat, nextjs, react, smart-contracts, solidity, typechain, typescript, web3, web3-react
- Language: TypeScript
- Homepage:
- Size: 639 KB
- Stars: 1
- Watchers: 1
- 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/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```