Introduction
CoftDAO is a DAO or Decentralized Autonomous Organization management platform that leverages the capabilities of EVMOS blockchain to offer a range of innovative solutions for the expanding Web3 ecosystem. It is designed to host any arbitrary size of organization, and adaptive by extending the functionality of your DAO with custom plugins.
Organizations on CoftDAO will enable secure interactions, equal voting rights, and decentralized control. We prioritize inclusivity, collaboration, and shared success, driving a decentralized and innovative digital future.
Links
DEMO VIDEO | HACKATHON PAGE | DEMO
Smart contract build guide
git clone https://github.com/devarogundade/coftdao
cd smart-contracts
npm install
SETUP .env MNEMONIC=”12 word phrases”
truffle compile
truffle migrate --network testnet --compile-none
Frontend build guide
cd client-app
npm install
npm run dev