All Projects → llSourcell → How_to_build_a_bitcoin_startup

llSourcell / How_to_build_a_bitcoin_startup

Licence: apache-2.0
This is the code for "How to Build a Bitcoin Startup" by Siraj Raval on Youtube

Programming Languages

javascript
184084 projects - #8 most used programming language

Overview

This is the code for this video on Youtube by Siraj Raval on how to build a Bitcoin startup. I started off using the tesserect.js demo repository and added functionality on top of it. This app is still a work in progress.

Dependencies

  • Node.js
  • Firebase
  • Stripe
  • Paypal
  • Proof of Existence API
  • Tesserect.js
  • BioBERT
  • hFigures Visualization
  • Nodemailer

Usage

Install the dependencies using npm (replace npm with 'yarn' if npm doesn't work)

npm install

And start the development server

npm start

TODOs - Make a PR if you fix any.

  • Finish integrating Proof of Existence API and the Stripe/Paypal paywall.
  • Create a proper database schema for the health data
  • Add Keyword Recognition via BioBERT, use the recognized keyword categories as columns in the database
  • Replace the dummy health visualization with real health data
  • Add in NodeMailer

Credits

tesserect.js team and society for helping me live and thrive.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].