JPLACLAU / Hunger-Games

A Smart Contract to use with friends in order to lose weight.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Hunger Games Contract

An awesome Solidity smart contract to force yourself to lose weight!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. ChangeLog
  6. Contributing
  7. License
  8. Contact
  9. Acknowledgments

About The Project


.
.

This is a project regarding a SmartContract and a Front End web GUI to use as a bet against your friends to see who looses more weight in a week. It is going to be a fun project to use with my real life friends and share with them what I have learned so far. I'm not sure if this is healthy or appropriate for all audiences, consult with a doctor and only use this at your peril and among friends.

Here's why:

  • You are overweight and you know it. It does not matter where you are and how old are you, fitness is important in life.
  • You shouldn't be eating badly, eat healthy and do some exercise.
  • Using a Smart Contract to help you to lose weight while competing with your also overweight friends while you all enter the journey to become fit is pure fun and happiness.

This project is in an early stage. Be very careful if you use this code for any purposes, I advise against it.

(back to top)

Built With

Built with these frameworks/libraries, add-ons/plugins will be added later

  • React
  • Solidity

(back to top)

Getting Started

Instructions will come when Testnet v1.0 is ready.

Prerequisites

There will be a list of things you need to use this amazing Smart Contract.

  • npm

    npm nothing here yet

Installation

Example on how to install/use will come in the future...

  1. Goto https://github.com/JPLACLAU/Hunger-Games

  2. Clone the repo

    git clone https://github.com/JPLACLAU/Hunger-Games
  3. Coming soon...

    Coming soon...

(back to top)

Usage

You should not use this app at this moment.

For more examples, please refer to the Documentation

(back to top)

Features Roadmap

  • Start the proyect
  • First version of the smart contract is ready with basic functionality
  • Add additional stuff
  • Make the front-end beautiful.
  • Add moar stuff

See the open issues for a full list of proposed features (and known issues).

(back to top)

ChangeLog & Versions Roadmap

Current version: 0.2.1

Version Changes
0.2.2 Some checks added
0.2.1 Adding withdraw
0.2.0 weight comparations and winner selection works.
0.1.1 there has been some progress, but I am stuck and I had to ask a question at: https://ethereum.stackexchange.com/questions/144223/how-to-compare-two-values-of-structs-of-the-same-msg-sender-from-different-mappi
0.1 Start the proyect /write the Readme.md

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
Help is needed?
- At this moment, I do not require help, I might ask for it in the future.-

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Jean-Paul Laclau - @jplaclau -

Project Link: https://github.com/JPLACLAU/Hunger-Games

(back to top)

Acknowledgments

Thank you so much to.. no one yet! Be the first to collab!

(back to top)

Disclaimer

Check the LICENSE.txt

About

A Smart Contract to use with friends in order to lose weight.

License:MIT License


Languages

Language:JavaScript 70.5%Language:Solidity 29.5%