Skip to content
/ EUM Public

This repository holds the latest documentation on the Startereum project, as on 23rd November 2017.

License

Notifications You must be signed in to change notification settings

aayush-ai/EUM

Repository files navigation

Introduction

There are three main components of the Startereum platform: the Crypto-EUM Game, the home page, and the user profile and portfolio. Please find the project tracker here and wireframes here.

The Crypto-EUM Game

_Users play a 5 minute game-set consisting of 3 types of games- Staking, Trivia & Mining and win tokens based on their success in each type of game.

_Everyday a game-set runs for 24 hours before the results are declared and token awarded.

_A game-set is themed on some aspect or use-case of crypto (attention economy, decetralized storage, collectibles, privacy coins etc).

_A player can join a game-set at any point before the end of 24 hours. This is a timed game and the entire set which must be completed in X minutes, with Y minutes per game.

_This game will test your skill in value-based crypto investing, where you are shown two anonymized projects with key dimensions of their project, and are required to pick one and stake some tokens to back your claim.

_You will get an immediate result to signal your current standing basis current stakes, and a final results at the end of 24 hours.

The Home Page

Posts and Updates, Ranking Side-bar, and Leaderboard side-bar

User Profile

My Activity, My Wallet, My Portfolio

Installation

  1. Install Truffle globally.

    npm install -g truffle
  2. Download the box. This also takes care of installing the necessary dependencies.

    truffle unbox chainskills/chainskills-box
  3. Run the development console.

    truffle develop
  4. Compile and migrate the smart contracts. Note inside the development console we don't preface commands with truffle.

    compile
    migrate
  5. Run the liteserver development server (outside the development console) for front-end hot reloading. Smart contract changes must be manually recompiled and migrated.

    // Serves the front-end on http://localhost:3000
    npm run dev

About

This repository holds the latest documentation on the Startereum project, as on 23rd November 2017.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •