Author

Topic: Search Module Javscript for Wallet (Read 190 times)

legendary
Activity: 2954
Merit: 2145
April 26, 2020, 12:01:37 PM
#4
https://github.com/bitcoinjs/bitcoinjs-lib

Afaik this is the biggest and most maintained Bitcoin library for Javascript, and I saw it used in the wild many times. I even briefly used it myself for a small personal project, and found it pretty simple to use. They also give some important warning in their readme about using Bitcoin with Javascript, so definitely check that out.
copper member
Activity: 84
Merit: 56
Blockchain Enthusiast & AI Enthusiast
April 24, 2020, 12:18:51 PM
#3
oh thanks for the advice, it's very useful for me to be able to learn it.
member
Activity: 148
Merit: 45
https://bitaps.com/
April 21, 2020, 12:04:09 PM
#2
Take a look at https://www.npmjs.com/package/jsbtc.js

almost no dependencies
Crypto secp256k1 + wasm.
Implemented: bip32, bip39, bip44, bip49, bip84, bip141.
NIST random generation tests on the fly for entropy. Shamir's secret sharing for mnemonic.
copper member
Activity: 84
Merit: 56
Blockchain Enthusiast & AI Enthusiast
April 21, 2020, 03:24:01 AM
#1
Does anyone know the simple npmjs wallet module (generate public-private key wallet, check balance and send cryptocurrency) for cryptocurrency Bitcoin and Monero? please help to share the URL if anyone knows Smiley

Because if I look at their respective sites, the application is rather broad. Which even though I only need a few functions.
Jump to: