In this post, you’ll learn Intro to NodeJS including installation, creating a basic http server, and fetching the current bitcoin price. install with NPM, GET routing, and using request within express. Use body-parser to collect POST data in a web form, convert that POST data into a private key pair using bitcore-lib…
Intro to NodeJS including installation, creating a basic http server, and fetching the current bitcoin price.
Intro to express module, install with NPM, GET routing, and using request within express.
Use body-parser to collect POST data in a web form, convert that POST data into a private key pair using bitcore-lib.
This one focuses heavily on using callback functions and is not really about Bitcoin. I’m including it because it’s something you need to know if you’re going to develop NodeJS websites.
We go into how to create dynamic pages and templating with EJS. We’ll add a simple style with bootstrapcdn.com. Then we’ll create a BTC USD conversion app.
How to setup and use blocktrail wallet API. If you get an error when installing the npm try installing it through git bash instead.
Tips: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U
In this video we go over how to deploy a Bitcoin SaaS that embeds data to the blockchain with DigitalOcean, using Putty, FileZilla and domain name with NameCheap.
GitHub Repo: https://github.com/coinables/alpha
This tutorial is a step-by-step guide on how to execute an OP_RETURN transaction in order to insert data into the Bitcoin Blockhain. This video uses the Bitcore library by Bitpay and NodeJS.
A tutorial on how to create a simple and VERY SLOW Bitcoin vanity address in NodeJS using the BitcoinJS library.
This developer how to video is a simple example of how to use the bitcoinjs-lib library in order to create bitcoin addresses and build raw transactions.
Bitcoin JS Library: https://github.com/bitcoinjs/bitcoinj…
Examples: https://github.com/coinables/bitcoinj…
In this video I demonstrate how one could take a bitcoin library and export specific cryptographic functions into a standalone javascript file that can then be used in an HTML page.
Github: github.com/coinables
Thank you for reading!
#bitcoin #nodejs #cryptocurenncy #blockchain