Giter VIP home page Giter VIP logo

white-elephant-dapp's People

Contributors

lorenzoprimi avatar trozler avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

trozler

white-elephant-dapp's Issues

Improve abstraction

I believe we need to update the current abstraction used, by introducing another contract - the DAO aka global contract.

The global contract (DAO) should create a new contract for every game, whenever a user submits a "function createGame() public" trx. This abstraction makes sense as we need to create a new contract for each game, as each game requires its own storage root.

Currently each game represented by a single contract keeps track of:

  • _maxParticipants
  • _minGiftValue
  • _maxGiftValue
  • _participants
    etc.

This information is all specific to the single game instances, as such we need a DAO to "issue (mint)" new games when a transaction is submitted to it.

NOTE:

  • Child contract should self destruct after it is done dispensing the donations.

I propose the global contract be used to "issue" new game instances and also keep track of the following:

  1. How many child contracts have been contracted.
  2. Could also be used to store any potential fees taken from the game. Fees may be taken to possibly cover costs of meta transactions in the future, or simply for profit.

Since this contract could potentially be storing large amount of Eth, it should be a multi sig vault - ideally an abstracted gnosis vault.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.