Gainz Token

Gainz Token

Created using Figma

마지막 업데이트

2018. 4. 19.

Gainz 토큰 플랫폼은 현재 실제 FitBit 장치와 작동하는 ERC-20 토큰 및 Ethereum 기반 스마트 계약 네트워크입니다. Gainz 토큰은 실제 작업에 의해 "채굴 (mined)"되고 목표가 완료되면 배포됩니다. 똑똑한 계약 기술을 통해 개인 트레이너와 피트니스 영향력자가 단계별 / 칼로리 / 거리 별 FitBit 챌린지에서 다른 영향력있는 사람들에게 도전 할 수 있습니다. 승자는 베팅시 모든 토큰을 가져옵니다.

Gainz Token 네트워크는 피트니스 문제를 만드는 데 사용할 수있는 블록 체인 제품입니다. 파이썬 백엔드는 fitbit 서버에서 지속적으로 업데이트됩니다. 라이브 맞추기는 하루 종일 지속적으로 데이터를 푸시합니다. 일단 데이터가 fitbit 서버에 있으면 사용자가 사용자 자격 증명을 입력하면 Fitbit API 라이브러리에서 데이터에 액세스 할 수 있습니다.

사용자가 fitbit에 등록하면 사용자 자격 증명을 Google 플랫폼에 입력합니다.

우리 Python 코드는 그 fitbit 데이터를 우리의 스마트 계약 견고성 프로그램에서 쉽게 사용할 수있는 "데이터 프레임 객체"로 마무리합니다.
ICO
5월, 2018
6월, 2018
100% 완료된
기금 모금 - 데이터 없음
5 000 000.00 USD
past
토큰 세부 정보
증권 시세 표시기
GAINZ
기업 세부 정보
등록 된 국가
Cayman Islands
추가 세부 사항
플랫폼
ETH
KYC
카테고리
암호 해독 성, 자선, 건강, 스포츠, 스마트 계약

약 Gainz Token

Gainz Token 정보

GAINZ 플랫폼은 점차 증가하는 IoT (Internet of Things) 분야에서 물리적 인 작업 cryptocurrency에 대한 세계 최초의 증거입니다.

GAINZ는 ERC-20 토큰 및 Ethereum 기반 스마트 계약 네트워크로서 Google 플랫폼에서 실행됩니다. GAINZ 토큰은 & ldquo; mined & rdquo; 육체 노동에 의하여 그리고 목표가 완료 될 때 배부된다. GAINZ는 현재 FitBit 장치와 함께 작동하며 사용자 & rsquo; GAINZ 토큰을 우리 앱에서 수행 된 도전 과제를 기반으로 사용자에게 할당합니다.

우리의 목표는 사용자가 건강을 개선하고 건강 보험료를 낮추도록 동기를 부여하는 것입니다. 우리는 블록 워크에 개인 운동 데이터를 기록하고 기업 및 건강 / 생명 보험에 논리적이고 효과적인 매너로 데이터를 제공하고자합니다.

풍모

웹 애플리케이션 프로토 타입은 스마트 계약 및 블록 하이틴 기술과 피트니스 데이터 레코딩 장치의 결합과 건강 산업의 게임화를 보여줍니다. 프로토 타입이 개념을 입증하는 동안 결국 Gainz 네트워크를 실행할 최종 제품은 다중 사용자 인프라, 확장 가능하고 안전한 백엔드, 안티 치팅 프로토콜 및 스토리지와 같은 중요한 기술적 문제를 구축하고 해결해야합니다 Ethereum 네트워크와 통신하는 데 비용이 소요됩니다. Ethereum은 아직 완제품이 아니며 운영 방식이 급속히 변하기 때문에 이러한 개발 분야는 계속 변할 것입니다. 다음 단계는 프로토 타입의 데이터 흐름 아키텍처를 활용하면서 사용자 네트워크를 참여시킬 수있는 모바일 응용 프로그램이어야합니다. 처음에는 사용자 채택 및 네트워크 성숙에 초점을 맞추고 스마트 계약은보다 기본적이고 네트워크가 성장하면 기어를 사용하여 현명한 계약 논리를 더욱 복잡하게 만듭니다.

기술 정보

The Gainz Token network is a blockchain product that you can use to create fitness challenges. The python backend continuously updates from the fitbit servers. The live fitbit continuously pushes data throughout the day. Once the data is on the fitbit servers you can access it from the Fitbit API library once a user inputs their users credentials. Once a user registers with fitbit, you input your users credentials into our platform. Our python code wraps up that fitbit data into a “data frame object” which can be easily used in our smart contract solidity program.

 

authorized_client = fitbit.Fitbit(CLIENT_ID,

                                          CLIENT_SECRET,

                                           oauth2=True,

                                          access_token=ACCESS_TOKEN,

                                          refresh_token=REFRESH_TOKEN)

 

The CLIENT_ID, CLIENT_SECRET, ACCESS_TOKEN, and REFRESH_TOKEN will be taken from east users fitbit account so we can upload their data from the fitbit API library.

 

def print_tokens(CLIENT_ID, CLIENT_SECRET):

                            server = fitbit_auth.OAuth2Server(CLIENT_ID, CLIENT_SECRET)

                            server.browser_authorize()

                            ACCESS_TOKEN = str(server.fitbit.client.session.token['access_token'])

                            REFRESH_TOKEN = str(server.fitbit.client.session.token['refresh_token'])

                            print('---------------------------------\n')

                            print('ACCESS_TOKEN\n')

                            print(ACCESS_TOKEN)

                             print()

                            print('REFRESH_TOKEN\n')

                            print(REFRESH_TOKEN)

                            print()

 

% name % 로드맵

  • January 2018

  • GAINZ token created.
  • February 2018

  • ERC-20 utility Token has been created. White paper, corporate
    pitch book, press release has been posted on website for
    investors to analyze. Technical and Executive team will make
    themselves available for interviews.
  • March 2018

  • By March 2018, our product will be ready for ICO or
    Commercial sale to a company. We will be working with our
    Investors on the best option for the team and company. Our
    patent Pending Technology will give us the opportunity to
    approach the companies listed within this White Paper.
  • Summer 2018

  • Beta version of the GAINZ Network App is launched. This will
    provide limited functions, such as a perpetual “TASK” mining
    blocks that awards based on miles/steps walked at different
    increments. The difficulty is linear, as users must work harder
    for each token. Our business development team will continoutly
    look for spon.
  • 더 읽기
  • December 2018

  • TASKS for influencers are now in full force, as they can now
    offer challenges to their followers that they have been accruing
    during beta versions. This will record basic level calories and
    steps, with different durations, commission rates, and sizes.
  • 2019

  • One week in cryptocurrency is almost one month of a
    regular stock market. It’s 24/7 nature makes it unpredictable
    for any business. Our focus in 2019 will be upstream gym
    manufacturers, who will eventually lead us to their customers.
    Our relationships built in 2019 will work cohesively with our
    influencer relationships, as their software systems are now of
    very great interest to our influencers.

Gainz Token 팀

검증 됨 20%

주의. 확인되지 않은 회원은 실제로 팀원이 아닌 위험이 있습니다.

Joel Garcia
Community Manger/Senior Developer
확인되지 않음
Peter Jamack
Developer
확인되지 않음
Luke Montoni
Founder
검증 됨
Tarun Bheema
Lead Developer
확인되지 않음
Zachary Mcginnis
Developer
확인되지 않음

고문

검증 됨 0%

주의. 확인되지 않은 회원은 실제로 팀원이 아닌 위험이 있습니다.

Kevin Owocki
Advisor
확인되지 않음
Ernesto Lee
Advisor
확인되지 않음
Maria Rachinskaya
Advisor
확인되지 않음
Mike Burden
Advisor
확인되지 않음

Gainz Token 인터뷰

Luke Montoni
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
Founder, Head of consumer relations, accounting/finance
  • 정보 업데이트에는 시간차가있을 수 있으므로 각 ICO 프로젝트에 대한 정확한 정보는 공식 웹 사이트 또는 기타 커뮤니케이션 채널을 통해 확인해야합니다.
  • 이 정보는 ICO 기금 투자에 대한 제안이나 조언이 아닙니다. 관련 정보를 철저히 조사하고 ICO 참여를 결정하십시오.
  • 이 콘텐츠에 대해 수정해야 할 문제 또는 문제가 있다고 생각되거나 자신의 ICO 프로젝트를 제출하고자 할 경우 이메일을 보내주십시오. a>
면책 조항 및 위험 경고를 읽으십시오. 면책 조항 및 위험 경고 표시.