jsbgl

js
JavaScript Bitgesell library
Keywords
bitcoinwasmbip32bip39bip44bip49bip84bip141shamir's secret sharingsecp256k1
No default JS file set by the package author so the URL is guessed. You can always browse all package files to use another one.

JavaScript Bitcoin library
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.
Build:
npm install jsbgl.js
npm run build:wasm:prebuild
npm run build:wasm
npm run build
npm run build:web
Use in browser:
<script src="jsbtc.web.min.js"></script>
<script> ...
// inside async function
var jsbtc = await jsbtc.asyncInit();
... </script>
Examples
https://github.com/bitaps-com/jsbtc/blob/master/test/jsbgl.test.js