Bitcoin Forum
May 25, 2024, 07:10:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Search Module Javscript for Wallet  (Read 190 times)
zororaka (OP)
Copper Member
Member
**
Offline Offline

Activity: 84
Merit: 57

Blockchain Enthusiast & AI Enthusiast


View Profile WWW
April 21, 2020, 07: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.

*Image Removed*
bitaps
Member
**
Offline Offline

Activity: 148
Merit: 45

https://bitaps.com/


View Profile WWW
April 21, 2020, 04: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.

zororaka (OP)
Copper Member
Member
**
Offline Offline

Activity: 84
Merit: 57

Blockchain Enthusiast & AI Enthusiast


View Profile WWW
April 24, 2020, 04:18:51 PM
 #3

oh thanks for the advice, it's very useful for me to be able to learn it.

*Image Removed*
hatshepsut93
Legendary
*
Offline Offline

Activity: 2968
Merit: 2147


View Profile
April 26, 2020, 04: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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!