-
Notifications
You must be signed in to change notification settings - Fork 427
feat(examples): add samcrew daokit #4593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Norman <[email protected]>
Signed-off-by: Norman <[email protected]>
🛠 PR Checks SummaryAll Automated Checks passed. ✅ Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🟢 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm ✨
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Co-authored-by: Miguel Victoria Villaquiran <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Adds the samourai daokit in examples, there is a [documentation `README.md`](https://github.com/gnolang/gno/blob/7704a12bd09c53cd9cd77b4ad8a881fa4d77294b/examples/gno.land/p/samcrew/daokit/README.md) in `/p/samcrew/daokit` tl;dr: - `/p/samcrew/daocond`: conditions system to go beyond threshold voting systems in daos - `/p/samcrew/daokit`: dao core responsible to tie conditions, actions and proposals together - `/p/samcrew/basedao`: daokit extension that adds the concept of members and roles on top of daokit - `/r/samcrew/daodemo`: demo dao realm using basedao daokit has already been used in [production for zenao during the hyperhacktive film festival event](https://zenao.io/event/15) This is a stable snapshot of https://github.com/samouraiworld/gnodaokit --------- Signed-off-by: Norman <[email protected]> Co-authored-by: Miguel Victoria Villaquiran <[email protected]>
Adds the samourai daokit in examples, there is a documentation
README.md
in/p/samcrew/daokit
tl;dr:
/p/samcrew/daocond
: conditions system to go beyond threshold voting systems in daos/p/samcrew/daokit
: dao core responsible to tie conditions, actions and proposals together/p/samcrew/basedao
: daokit extension that adds the concept of members and roles on top of daokit/r/samcrew/daodemo
: demo dao realm using basedaodaokit has already been used in production for zenao during the hyperhacktive film festival event
This is a stable snapshot of https://github.com/samouraiworld/gnodaokit