Skip to content

TheDevPath/Scrypto-DAO-ep3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Scrypto DAO Challenge

What is a DAO?

Decentralized Autonomous Organization

What are the fundamental components of a DAO?

  • Members - You need members to have an organization so let's figure out what we can automate to make things awesome for those members.
  • Roles - In order to operate you may need to have varying user roles to facilitate responsibilities, benefits, access control and authorization.
  • Voting - Voting will be an important mechanism as this is an important way for your dao to make decisions. Although it might seem simple at first glance there are a lot of variables to think about here. Voting is likely an area where we could see a ton of innovation. This of course could couple tightly with roles or be designed in a manner which has no role requirement. You could allow members to delegate their votes to representatives or enforce strict pure 1 user 1 vote systems.
  • Treasury - How will you manage finances, distribute earnings, pay expenses etc.
  • Governance - How will your DAO operate? 100% vote on every action or elected representatives, or some combination of both.

With these four components in place you can begin to compose a world of possibilities that has only just begun to be explored.

In the following sections we will begin to build out the core functionality needed to facilitate a flexible DAO structure which can adapt to the particular project requirements.

As an example use case to help get us thinking about the possibilities as we build out the primary tools to get started I will use The Dev Path Community Driven Development project.

How to participate in the Challenge

To participate in this Scrypto competition, please do the following:

  1. Register for the challenge by reading and reacting to the message in the #scrypto-challenges channel on our Discord server. This will give you access to a voice channel where we will be regularly answering questions about Scrypto and the competition.
  2. Install the Scrypto toolchain and make sure you are on version 0.5.1 with “scrypto --version”.
  3. Fork the challenges repository.
  4. Clone the forked repository on your local environment.
  5. Start a new scrypto project with the command “scrypto new-package [name]” inside the “5-DAO” directory.
  6. Before the deadline on October 11th, 2022 at 11:45 pm UTC, commit and push your project folder and create a pull request here.
  7. Come say “Hi!” in the #scrypto channel of our Discord server. The community will give you a warm welcome and help you with whatever question you might have.

Check out all the challenge details here 👀

Addtional reading

The User Badge Pattern

About

This is a tutorial utilizing Scrypto to build a boilerplate project to help jumpstart projects in the Scrypto DAO challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages