Example for a full Dao smart contracts

Hi!

I am mixing a NFT project with a DAO, I have an idea how to build a DAO from scratch, but I guess it will be nicer to compare with a DAO example you know is working totally fine,

Thanks for your help!
Elio Suárez

2 Likes

There are quite a lot of resources online.

Personally I like the parking one the best. I would see how they do it, then go about implementing it yourself.

By the way, welcome to Open Zeppelin!

2 Likes

@Yoshiko Hey, have you guys vetted these DAO repos? Is there a minimal variable version of DAO?

1 Like

I'll look around for one. If anyone else has suggestions, please post them. My links just come from general basic building blocks to learn, specifically the parking one ha. I'm not sure if there is a "standard" that everyone should build off of?

I even searched through OZ forums.

From my searching it looks like the closest at some point was DAO - the standard framework. But the years are upon it.

1 Like

https://github.com/daostack gotta have something in there

1 Like

https://youtu.be/rD8AxZ_wBA4 I remember this tutorial being pretty dang great @PatrickAlphaC

1 Like

Thanks!

Here is the code that went along with it: https://github.com/brownie-mix/dao-mix

Hi @Elio_Suarez_Santana I have a similar thing to do in my mind. Would you be able to share how you proceeded as in idea as well as the governance of the project. I would love to visit your website or a github url maybe.