Skip to content

This is the code for "How to Build a Bitcoin Startup" by Siraj Raval on Youtube

License

Notifications You must be signed in to change notification settings

Dec27-InfoSolutions/how_to_build_a_bitcoin_startup

 
 

Repository files navigation

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.

About

This is the code for "How to Build a Bitcoin Startup" by Siraj Raval on Youtube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • HTML 21.6%
  • CSS 0.8%