bitcoinjs
Here are 22 public repositories matching this topic...
Should be in wallets settins (where export xpub resides as well). Should be separate
page with text input and broadcast button. Expect HEX, broadcast hex on button click.
Broadcast example can be found in other screens (CPFP.broadcast)
BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is less susceptible to brute force attacks thus protecting the user.
-
Updated
Dec 4, 2019 - JavaScript
A straight forward implementation of base58check extending upon bs58.
-
Updated
Oct 19, 2019 - JavaScript
Automated Passive Income From Mining 7 Crypto Currencies.
-
Updated
Oct 17, 2019
arcbit - brain wallet https://arcbitbrainwallet.com
-
Updated
Nov 14, 2018 - HTML
Bitcoin thin client for iOS & Android. Built with React Native
-
Updated
Dec 27, 2019 - JavaScript
Bitcoin vanity wallet generator; using bitcoinjs-lib
-
Updated
Jan 30, 2018 - JavaScript
The source of Bitponger.com, a skill game I created in 2013 based on Pong. Using socket-io and JS modules design patterns.
-
Updated
Oct 19, 2018 - CSS
bitcoinjs wrapper (under development)
-
Updated
Jul 21, 2017 - JavaScript
A library that takes advantage of Bitcoin's address scheme to prove the existence of digital files at a point in time.
-
Updated
Aug 7, 2019 - JavaScript
Improve this page
Add a description, image, and links to the bitcoinjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitcoinjs 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