#
bitcoinjs-lib
Here are 11 public repositories matching this topic...
Bitcoin Programming with BitcoinJS, Bitcoin Core and LND
-
Updated
Dec 27, 2019 - JavaScript
A BIP32 compatible library.
-
Updated
Mar 18, 2020 - JavaScript
coreyphillips
commented
Dec 30, 2019
Create a tutorial for Moonshine to help explain some of the basic functionality of the app such as, how to backup & restore a wallet with a mnemonic phrase, how to receive, how to send, etc.
A React Native compatible implementation of bitcoinjs-lib
-
Updated
Aug 7, 2019 - JavaScript
A BIP32 Wallet backed by bitcoinjs-lib, lite on features but heavily tested.
-
Updated
Oct 25, 2016 - JavaScript
Bitcoin wallets generator to help bitcoin programmers
-
Updated
Mar 22, 2020 - JavaScript
An easy to run nodejs bitcoin wallet
-
Updated
Oct 11, 2019 - JavaScript
Bitcoin Paper HD Wallet generator for people
-
Updated
Apr 12, 2018 - JavaScript
-
Updated
Nov 30, 2018 - JavaScript
bitcoinjs wrapper (under development)
-
Updated
Aug 2, 2017 - JavaScript
Improve this page
Add a description, image, and links to the bitcoinjs-lib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitcoinjs-lib topic, visit your repo's landing page and select "manage topics."
The change I propose to make is to the line saying to
npm install bitcoinjs-libwhich generated errors for me. I resolved these errors bynpm install -g node-gypand reading through GYP docs, which explained that I needed tonpm install --global --production windows-build-toolsas well.I would simply add a line after the instruction to
npm install bitcoinjs-libthat says "This may req