https://github.com/allwin199/dao-foundry
https://github.com/allwin199/dao-foundry
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/allwin199/dao-foundry
- Owner: allwin199
- Created: 2024-01-26T06:44:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T14:22:49.000Z (over 1 year ago)
- Last Synced: 2025-01-13T22:19:40.945Z (5 months ago)
- Language: Solidity
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAO
1. We are going to have a contract controlled by a DAO
2. Every transaction that the DAO wants to send has to be voted on
3. We will use ERC20 token for voting (Bad Model), do research on better models