All Projects → bitcoin-studio → Bitcoin Programming With Bitcoinjs

bitcoin-studio / Bitcoin Programming With Bitcoinjs

Licence: gpl-3.0
Bitcoin Programming with BitcoinJS, Bitcoin Core and LND

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bitcoin Programming With Bitcoinjs

Haskell Study Plan
An opinionated list of resources for learning Haskell
Stars: ✭ 493 (+352.29%)
Mutual labels:  tutorial, guide
Road To Master Ngrx Store
A curated guided hyperlinks to learn all there is to know of Ngrx/Store and state management in general
Stars: ✭ 15 (-86.24%)
Mutual labels:  tutorial, guide
Node In Debugging
《Node.js 调试指南》
Stars: ✭ 6,139 (+5532.11%)
Mutual labels:  tutorial, guide
Matplotlib Cn
matplotlib中文文档
Stars: ✭ 445 (+308.26%)
Mutual labels:  tutorial, guide
Core
D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Stars: ✭ 89 (-18.35%)
Mutual labels:  tutorial, guide
Gamingtweaks
Windows 10 and (some) Linux Gaming Tweaks without myths
Stars: ✭ 463 (+324.77%)
Mutual labels:  tutorial, guide
Machinelearningstocks
Using python and scikit-learn to make stock predictions
Stars: ✭ 897 (+722.94%)
Mutual labels:  tutorial, guide
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (+155.05%)
Mutual labels:  bitcoin, tutorial
Ac2100 Openwrt Guide
Install OpenWrt on the AC2100 (black cylinder)
Stars: ✭ 80 (-26.61%)
Mutual labels:  tutorial, guide
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-66.97%)
Mutual labels:  tutorial, guide
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+3082.57%)
Mutual labels:  bitcoin, guide
Java8 Guides Tutorials
Java 8 Guides and Tutorials - A lot of awesome examples using Java 8 features like Stream, Lambda, Functional Interface, Date and Time API and much more
Stars: ✭ 100 (-8.26%)
Mutual labels:  tutorial, guide
Opencore Vanilla Desktop Guide
Host for files for the OpenCore Vanilla Desktop Guide
Stars: ✭ 299 (+174.31%)
Mutual labels:  tutorial, guide
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+345.87%)
Mutual labels:  tutorial, guide
Basic Blockchain Programming
Sample code from my blog series "Basic blockchain programming".
Stars: ✭ 282 (+158.72%)
Mutual labels:  bitcoin, tutorial
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+591.74%)
Mutual labels:  tutorial, guide
Guide.elm Lang.org
My book introducing you to Elm!
Stars: ✭ 270 (+147.71%)
Mutual labels:  tutorial, guide
Golang Tutorials
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
Stars: ✭ 277 (+154.13%)
Mutual labels:  tutorial, guide
Awesome Swiftui
A collaborative list of awesome articles, talks, books, videos and code examples about SwiftUI.
Stars: ✭ 878 (+705.5%)
Mutual labels:  tutorial, guide
It Starts With Clojure
a Practical guide to Clojure
Stars: ✭ 93 (-14.68%)
Mutual labels:  tutorial, guide

= Bitcoin Programming with BitcoinJS, Bitcoin Core and LND

Welcome to the non-official Bitcoin Programming with BitcoinJS extensive guide! You will learn how to create various types of Bitcoin transactions using the https://github.com/bitcoinjs/bitcoinjs-lib[BitcoinJS^] library.

We will use the Bitcoin Core command-line interface in Regtest mode for various common tasks, as well as some complementary libraries like bx aka https://github.com/libbitcoin/libbitcoin-explorer[Libbitcoin Explorer^].

Throughout this guide, we want to provide you with sufficient explanation to each command to understand it without drowning in information. You can refer to additional resources to better understand the Bitcoin protocol. For example, check out our https://www.bitcoin-studio.com/resources[Bitcoin Studio presentations^].

At the moment, Bitcoin Javascript tutorials are still very scarce, but we believe it doesn't have to be this way. The following guide intends to address this problem.

This guide is maintained on https://github.com/bitcoin-studio/Bitcoin-Programming-with-BitcoinJS[GitHub^] and available as a https://bitcoinjs-guide.bitcoin-studio.com[web book^]. It is written in awesome AsciiDoc and generated using the kickass https://antora.org/[Antora^] site generator.

== Repository Structure

  • The Master branch contains the Antora playbook, the UI project, and the UI bundle. + The UI project build then packages the UI into a bundle, which the UI Loader in Antora consumes. Antora grabs the bundle, extracts it into a UI catalog, and takes compilation to completion by weaving the Antora’s content model into the Handlebars templates to make the pages and auxiliary data files. Antora then copies the remaining UI assets to the site output.

.Generates the UI bundle cd ui npm install gulp bundle

.Build the website DOCSEARCH_ENABLED=true DOCSEARCH_ENGINE=lunr DOCSEARCH_INDEX_VERSION=latest antora antora-playbook.yml

  • The Documentation Components stored in versioned branches (v4, v5, ...).

== Hosted on OpenFaaS

Build the website locally, then

faas up

== Lunr Offline Search Engine

In order to have Lunr working and generate the search-index.js file, we need to do some manual tweaking explained here https://github.com/Mogztter/antora-lunr

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].