An open API service indexing awesome lists of open source software.

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.

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 🎯

  • Solidity

  • ethers.js

  • Next.js

  • RainbowKit

  • Metamask

  • openzeppelin

  • ParticleAuth

  • WalletConnect

  • Typescript

  • Javascript

  • Chakra UI

  • Optimism Sepolia Testnet

  • Alchemy

  • Wagmi
  • ## 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```