Skip to content
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

Incorporating Ethereum #8

Open
jaredscheib opened this issue May 23, 2016 · 2 comments
Open

Incorporating Ethereum #8

jaredscheib opened this issue May 23, 2016 · 2 comments
Assignees

Comments

@jaredscheib
Copy link
Contributor

@dsernst, what are the details on using the DAO to vote on proposals?

  • Can we reasonably manage people's DAO tokens to make it more convenient?
  • What are the details on running Ethereum from a mobile device?
  • What are the costs associated with running on Ethereum?
  • Is there a precedent for charging platform fees for DApps?
  • Is it reasonable for The DAO to consider investing in this project?
  • Can pure ethereum users participate in this project, without going through our client app?
  • Can we adjust the current DAO proposal periods to less than 2 weeks?
  • Can we implement ranked voting in Smart Contracts? Where in the code do we make these changes?
@dsernst
Copy link
Member

dsernst commented Jun 13, 2016

Can we reasonably manage people's DAO tokens to make it more convenient?

  • Yes

What are the details on running Ethereum from a mobile device?

  • Little support right now. Blocked by pending work on Light Clients.

What are the costs associated with running on Ethereum?

  • Fractions of pennies.

Is there a precedent for charging platform fees for DApps?

Is it reasonable for The DAO to consider investing in this project?

  • Unlikely, since it doesn't have a clear way to earn money back. But maybe they'd be interested just for the hell of it?

Can pure ethereum users participate in this project, without going through our client app?

  • Yes, we could issue tokens if people want to access directly through the blockchain.

Can we adjust the current DAO proposal periods to less than 2 weeks?

  • It's probably easiest to just roll our own code. Ethereum already wrote a good tutorial to make your own DAO: https://www.ethereum.org/dao. Go read that, super fascinating stuff.

Can we implement ranked voting in Smart Contracts? Where in the code do we make these changes?

  • Yeah, we should be able to do this. We'll write this is our custom contract.

@dsernst
Copy link
Member

dsernst commented Jun 20, 2016

@rdixit: Where are we at with ranked voting?

@dsernst dsernst changed the title David's Homework: Research Ethereum and DAO Incorporating Ethereum Jun 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants