https://github.com/bitaps-com/jsbtc
JavaScript Bitcoin library
https://github.com/bitaps-com/jsbtc
bitcoins cryptocurrency javascript wasm
Last synced: about 1 year ago
JSON representation
JavaScript Bitcoin library
- Host: GitHub
- URL: https://github.com/bitaps-com/jsbtc
- Owner: bitaps-com
- Created: 2018-05-30T20:59:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T09:41:24.000Z (almost 2 years ago)
- Last Synced: 2025-05-01T20:37:26.976Z (about 1 year ago)
- Topics: bitcoins, cryptocurrency, javascript, wasm
- Language: JavaScript
- Size: 1.85 MB
- Stars: 24
- Watchers: 2
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## JavaScript Bitcoin library
[](https://travis-ci.org/bitaps-com/jsbtc)
[](https://codecov.io/gh/bitaps-com/jsbtc)
[](https://www.npmjs.com/package/jsbtc.js/v/latest)
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 jsbtc.js
npm run build:wasm:prebuild
npm run build:wasm
npm run build
npm run build:web
### Use in browser:
...
// inside async function
var jsbtc = await jsbtc.asyncInit();
...
### Examples
https://github.com/bitaps-com/jsbtc/blob/master/test/jsbtc.test.js