Health Blockchain

A blockchain for fitness data demo
Alternatives To Health Blockchain
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Squeezer3,202
4 years ago49April 18, 201915mitJavaScript
Squeezer Framework - Build serverless dApps
Jdchain51517 months ago12June 22, 20203apache-2.0Shell
JD Chain is JD.COM's open source blockchain project, with the goal of creating enterprise blockchain system that makes data exchange easier and more efficient.
Colonynetwork435
9 days ago49gpl-3.0JavaScript
Colony Network smart contracts
Theta Protocol Ledger353
12 days ago27February 23, 202251gpl-3.0Go
Reference implementation of the Theta Blockchain Ledger Protocol
Dna301
3 years ago2June 09, 202124otherGo
Distributed Networks Architecture Blockchain
Wavelet207
3 years ago16mitGo
Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
Unetwork188
3 years ago10apache-2.0Go
U Network Public Blockchain
Vscode Azure Blockchain Ethereum151
a year ago29otherJavaScript
Blockchain extension for VS Code
Polkadot Deployer99
1a year ago221October 27, 202121apache-2.0JavaScript
Tool for deploying polkadot networks
Clevis98
133 years ago146August 29, 201911mitJavaScript
🗜️Ethereum blockchain orchestration, testing, and command line interface.
Alternatives To Health Blockchain
Select To Compare


Alternative Project Comparisons
Readme

Health Blockchain

⚠️ WORK IN PROGRESS

Build Status Bluemix Deployments

Overview

A blockchain for fitness data demo.

fitchain views

Blockchain is first and foremost about a peer to peer exchange of value. The following demonstration reviews the exchange of an individual's fitness/workout data for various rewards from organizations they interact with.

In the demo, the workout/health data never leaves the person's phone. The person accepts a fitness challenge from an organization, and each time their workout matches the challenge criteria, it is recorded as a transaction in a block.

During the demo, we will view what the individual sees, what a network administrator sees, and what the organization sees. We look behind the scenes at the blockchain fabric where fitness challenge data exists and explore the tenets of:

  • Shared ledger [ participants only see transactions they're entitled to see ]
  • Trust [ endorsements, assets ]
  • Privacy [ anonymity ]
  • Smart contract [ verifiable, queryable, searchable, encrypted ]

Prerequisites

  • IBM Bluemix account. Sign up for Bluemix, or use an existing account.
  • Node.js >= 6.9.1 - nvm is recommended.

Deploying the app automatically in Bluemix

The app comes with a toolchain you can use to deploy the solution with few clicks. If you want to deploy it manually, you can skip this section.

  1. Ensure your organization has enough quota for one web application using 256MB of memory and 2 services.

  2. Click Deploy to Bluemix to start the Bluemix DevOps wizard:

    Deploy To Bluemix

  3. Select the GitHub box.

  4. Decide whether you want to fork/clone the app repository.

  5. If you decide to Clone, set a name for your GitHub repository.

  6. Select the Delivery Pipeline box.

  7. Select the region, organization and space where you want to deploy the app.

  8. Click Create.

  9. Select the Delivery Pipeline.

  10. Wait for the Deploy job to complete.

  11. Access the app when it's ready and start uploading videos and images!

Run the app locally

  1. Clone the app to your local environment from your terminal using the following command:

    git clone https://github.com/IBM-Bluemix/health-blockchain.git
    
  2. cd into this newly created directory

  3. Create a Cloudant service in Bluemix

    cf create-service cloudantNoSQLDB Lite health-blockchain-db
    
  4. In the checkout directory, copy the file vcap-local.template.json to vcap-local.json. Edit vcap-local.json and update the credentials for the Cloudant service. You can retrieve the service credentials from the Bluemix console.

    cp vcap-local.template.json vcap-local.json
    
  5. Get the project dependencies

    npm install
    
  6. Run the app

    npm start
    

License

See License.txt for license information.

Privacy Notice

This application is configured to track deployments to IBM Bluemix and other Cloud Foundry platforms. The following information is sent to a Deployment Tracker service on each deployment:

  • Node.js package version
  • Node.js repository URL
  • Application Name (application_name)
  • Application GUID (application_id)
  • Application instance index number (instance_index)
  • Space ID (space_id)
  • Application Version (application_version)
  • Application URIs (application_uris)
  • Labels of bound services
  • Number of instances for each bound service and associated plan information

This data is collected from the package.json file in the sample application and the VCAP_APPLICATION and VCAP_SERVICES environment variables in IBM Bluemix and other Cloud Foundry platforms. This data is used by IBM to track metrics around deployments of sample applications to IBM Bluemix to measure the usefulness of our examples, so that we can continuously improve the content we offer to you. Only deployments of sample applications that include code to ping the Deployment Tracker service will be tracked.

Disabling Deployment Tracking

Deployment tracking can be disabled by removing require("cf-deployment-tracker-client").track(); from the beginning of the app.js file.

Popular Blockchain Projects
Popular Deployment Projects
Popular Blockchain Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Css
Deployment
Blockchain
Health
Ibm
Watson
Bluemix