Technical Description. Platform SRG community

Similar documents
IP2PGO APP USER GUIDE Version 2

Getting Started Guide. Prepared by-fatbit Technologies

TABLE OF CONTENTS 1.0 TOKEN SALE SUMMARY INTRODUCTION HOW TO BUY LION HOW TO BUY LION WITH METAMASK

Vladimir Groshev. COO, Project Coordinator.

Enjin Coin Yellow Paper

OW TO PARTICIPAT HOW TO PARTICIPATE

TWEX Platform User Guide

General Settings General Settings Settings

Theta Token - SLIVER.tv Deposit Guide

OKPAY guides INTEGRATION OVERVIEW

ETHEREUM META. Whitepaper 2018/2019. A decentralized token with privacy features. Ethereum Meta team

CREDITS Web-version 2 Web-version specification CREDITS Desktop Client vs. Web-client What is the CREDITS Wallet? 2 1.

DTX Token. Starter guide

Content. 1. SYSTEM Design Evolution: NULS 2.0 Microserver Platform - How is it Structured A. Design Reasoning and Explanation...

For further information about the GRID token sale, please visit gridplus.io/token-sale.

Three-Dimensional Scalable Blockchain. Tokenomics draft v. 0.3 (En)

Using Stripe to Accept Payments on Your Website

Table of contents. Technical Features. Our approach. Technical Overview. Stage 1 (Using Ethereum blockchain) Participants. Data Owner.

Token Sale. Participation guide

GENESIS VISION NETWORK

POLAR INTERNET SHARING, A CONNECTION OF CONSTELLATIONS

WELCOME TO PM PAY GETTING STARTED

Blockchain-enabled peer-to-peer marketplaces

TeamViewer 12 Manual Management Console. Rev

How Can I See My ENJ? 15. Acquiring Ether (ETH) 16

Synapse: Decentralized Intelligence

Decentralized Database for Developers. White Paper v March 31,2018

CLN CLN TOKEN SALE. How to Participate Using MyEtherWallter

VeChainThor. Token Swap. Mobile Wallet. Manual

Indirect Procurement Services. Coupa Sourcing Supplier s Guide. Issued by. Indirect Procurement Services. May 2016

FLIP Token (FLP) How to Participate in the FLIP Token (FLP) Sale Event. 1 Disclaimer 2. 2 What You Will Need 2

ICO Review: Raiden Network (RDN)

qbeats App User Guide, Version 10

NEW TOKEN SWAP INSTRUCTIONS For action after July 23, 2018.

DEVELOPMENT PLAN UP TO THE YEAR 2020

a new cryptocurrency STK GLOBAL PAYMENTS USER GUIDE USER GUIDE: PARTICIPATING IN IN STK STK TOKEN TOKEN SALE USING SALE MYETHERWALLET

I. How to Purchase Cryptfunder CFND Tokens

IoT security based on the DPK platform

Empowering Creators. Quick Start Guide

MYETHERWALLET GUIDE 1

August, HPE Propel Microservices & Jumpstart

How to Buy TRVR Tokens

NEUROSEED WHITEPAPER. Version 1.1. May 1, 2018 Contents of the white paper are subject to changes and improvements

TOKENSALE PARTICIPATION GUIDE

How to apply: Available positions: Fill your candidacy details in the form: Designer.

Register. Account Registration & Deposit / Withdrawal Guide

TTFX Manager Portal for MetaTrader 4 Manager's manual V 1.0.0

Next Paradigm for Decentralized Apps. Table of Contents 1. Introduction 1. Color Spectrum Overview 3. Two-tier Architecture of Color Spectrum 4

VMware AirWatch Books Deployment Guide Distribute and deploy books

INVESTOR PRIMER FOR PUBLIC CIRCULATION 2018

Southern MealCard Site - User Guide Table Of Contents

Technical Specifications for Platform Development

Affiliate Guide. Version Jan 2017

Open Cloud Engine - An Open Source Cloud Native Transformer

1. License. 2. Introduction. a. Read Leaderboard b. Write and Flush Leaderboards Custom widgets, 3D widgets and VR mode...

3C05 - Advanced Software Engineering Thursday, April 29, 2004

BUYING HEARDBEATS VIA KRAKEN

Zurich, September 2017

Resource Center Getting Started Guide

Oracle. Loyalty Cloud Integrating Loyalty with Oracle Responsys Marketing Platform Cloud Service. Release 13 (update 18B)

Knowledge Platform TOKEN SALE. GUIDELINE (MetaMask & MyEtherWallet)

Opaali Portal Quick guide

Swapy Network - Token Sale Contribution Guide

OpenbankIT: a banking platform for e- money management based on blockchain technology

PaperWeight s User Manual (Admin Area)

Open Cloud Engine - An Open Source Cloud Native Platform

ICO Review: Etherparty (FUEL)

Guide to a Successful Wanchain Token Contribution

Blockchain without Bitcoin. Muralidhar Gopinath October 19, 2017 University at Albany

Token White Paper. Global marketplace based on Block chain for small-scale business I ver P a g e

ChainCloud Documentation

Feature List. I Feature List

Once the required number of encrypted random numbers have been commited,

Client-Server Architecture PlusUltra beyond the Blockchain

How to Use Your EV Connect Account

TABLE OF CONTENTS 1.0 TOKEN SALE SUMMARY INTRODUCTION HOW TO BUY LION HOW TO BUY LION WITH METAMASK

QUADCORECHAIN. White Paper ver.1

Microservices with Red Hat. JBoss Fuse

Access Online. Navigation Basics. User Guide. Version 2.2 Cardholder and Program Administrator

Humana Access Online User Guide. Simplify your healthcare finances with convenient, online access to your tax-advantaged benefit account

Oracle Mobile Application Framework

Yada. A blockchain-based social graph

Sentinet for BizTalk Server SENTINET

Future Web App Technologies

DreamFactory Security Guide

X-AFFILIATE module for X-Cart 4.0.x

CONTENTS INTERNET BANKING GUIDE

Basic & Pro Resellers

Technical White Paper of. MOAC Mother of All Chains. June 8 th, 2017

Page

Mobilink-Network Partial List of Partners

FLP Merchant Website. User Guide. Version 0.14

Announcements. me your survey: See the Announcements page. Today. Reading. Take a break around 10:15am. Ack: Some figures are from Coulouris

Website Privacy Policy

Sentinet for Microsoft Azure SENTINET

How to Invest in the Gizer Token Sale. A guide for contributing to the Initial Offering of GZR Tokens

Blockchain! What consultants should know about it. Daniel

G-SRM System Management of Supplier and Contractor Relations based on the Supplier Relationship Management SAP SEM Solution

DECENTRALIZED CLOUD STORAGE OF VALUABLE DATA ON BLOCKCHAIN

ALG Associates, LLC ( ALG Associates ) operates a website under. and has created this privacy policy to demonstrate its

Transcription:

Technical Description Platform SRG community

SRG Application The SRG platform consists of two architectural paradigms: the client server of centralized architecture that is used in most online applications, as well as a decentralized version of the client server architecture that uses blockchain technology. Interaction between components is performed exclusively using secure HTTPS protocol. Authentication and authorization is proposed to be performed through the OAuth2 protocol. The server part of the system provides a REST API The most popular Framework* for client-based modular applications (consisting of individual components, and therefore easy to maintain, develop, test and reuse) is used for the development of the browser to date: Angular.js, React.js and Vue.js. In fact, we use the Framework mentioned above to build our meta platform on top of the browser tool - rendering technology, template language, routing model, and data storage. We use Polymer: because the Framework aims to allow developers to use the latest native Feature* web platforms and help create reusable components. In the long term, Polymer will become increasingly thinner due to the development of browsers and more complete support for Web standards on their part. The refore, we have chosen Polymer as a tool for creating application components + to manage the state of one well-established and widely used Flux template implementation - Redux.

The SRG server part Monolithic solution using the following docking technologies: NGINX - as a Web server for caching statics, load balancing, implementing HTTPS connections to the outside world (users / games). WildFly - as the container of the application server, inside of which the Java application is implemented, implemented with elements of the Spring-framework. This layer implements the REST API of the system, OAuth2 Server, data access logic etc. PostgreSQL - as a relational data store. Apache Ignite (GridGain) as an In Memory data store. Rabbit MQ - as an asynchronous transport for increasing the fault tolerance of the solution during the communication with the outside world. Zabbix - as a solution for monitoring the system as a whole. Blockchain - for transparency and security inside the system. Using Smart Contract, SRG can quickly use the functions from a centralized system to verify the actual data using the API system. In this case, the smart contract will be used to calculate the rewards for referrals in our client network. Advantage of the referral in round-the-clock reporting on the client network and the movement of earned assets. In building a system in a micro-service architecture, our team uses the implementation of Spring Cloud + Netflix OSS. Platform functions Check in The user can register in the platform in several ways: from an external game (saw the banner, clicked on it, opened the registration form) directly - through the platform site referral link-invitation sent by another platform user When registering is confirmed e-mail (this is the user ID in the Platform) Username offer contract creating a wallet After registration in the Platform and in the Game, of the invited user is assigned the level "Referral X + 1", where X is the level of involvement of the invited user of this Game. After registration in the Platform and in the Game, Referral X receives notification of the registration of a new user by reference and GMP for attracting a user to the Game. GMP is a gaming token (ERC20), which can be spent in any game connected to the SRG system, also the token can be converted and paid to a personal purse in the Ethereum tokens. More about GMP you can find in White paper*

Personal Area: User registration data with the possibility of changing them The number of earned GMP (total for all games) History of accrual and expenditure of GMP Output of GMP from the Platform List of connected games Chat with support News feed and user activity Management of connected Games is performed in the list of Games available in the LC For each active game, the following actions are available in the list: See information on participation: the level, experience in the platform (how long the user is connected to the Game via the Platform), the number of players involved, the number of GMPs earned See the history of charging GMP for this game Invite new users (referral link and code) Use GMP (at the first stage - only exchange for game currency) Connecting a new game Connection of a new game to an active profile can be performed in three ways: from the Partner Game (saw the banner in the Game, clicked on the link, on the registration form in the Platform chose the option "I already registered", after the authorization the Game should connect automatically) from the LC ("Connect Game" button, then select a game from the list, authorize in Game or enter the invitation code from the Game) referral link (go to the link, log in to the platform, login / register in the Game or enter an invitation code from another user of the Platform) Notify users Ability to alert users of the Platform on: Registration / connection of a new user on their referral link / code; Accrual of GMP Project news Accrual of GMP to Users Registration of a new user in the Platform from the Game (GPM Referral X) Registration of a new user in the Game by invitation (GPM only to Referral X-1 / the whole chain) Mapping Games to the Platform by yourself (GPM Referral X) Binding Games to the Platform by invitation from another user (GPM Referral X-1) Purchase in the Game (distribution of GPM Referrals from X-1 to 1)

Accrual algorithm At the current time, the following charging algorithm is assumed 1. For registration of the user in the Platform - a fixed amount of GPM 2. For the invitation of a new user to the Platform and to the Game - a fixed amount of GPM 3. When buying in the game Referral X accrual of reward Referral X-1 (to the person who invited X) - 15% of the purchase price Referral X-2 (who invited X-1) - 10% of the purchase price Referral X-3-5% of the purchase price This algorithm can be changed during the operation of the Platform Output of GMP Since the ERC20 token, it can be sold on the exchange, where GMP is located Transfer to the user Exchange to Ethereum Exchange of GMP for real currency with an intermediary withdrawal of assets to a credit card. You can learn more about the cooperation agreement (QUINTA MANAGEMENT) At the moment, the technical implementation and back-end are available on public access at our Github https://github.com/srg-community/srg Now the platform is in alpha testing and in the near future you will be able to familiarize yourself with MVP.