jsbgl

jsbgl JS library on GitHub jsbgl JS library on npm Download jsbgl JS library

JavaScript Bitgesell library

Version 1.0.17 License MIT Vulnerabilities 0
jsbgl has no homepage
jsbgl JS library on GitHub
jsbgl JS library on npm
Download jsbgl JS library
Keywords
bitcoinwasmbip32bip39bip44bip49bip84bip141shamir's secret sharingsecp256k1
INSTALL
Type:
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

travis build codecov coverage version

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