Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitaps-com/jsbtc
JavaScript Bitcoin library
https://github.com/bitaps-com/jsbtc
bitcoins cryptocurrency javascript wasm
Last synced: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T09:41:24.000Z (5 months ago)
- Last Synced: 2024-10-12T00:36:01.576Z (4 months ago)
- Topics: bitcoins, cryptocurrency, javascript, wasm
- Language: JavaScript
- Size: 1.85 MB
- Stars: 21
- Watchers: 3
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JavaScript Bitcoin library
[![travis build](https://img.shields.io/travis/bitaps-com/jsbtc?style=plastic)](https://travis-ci.org/bitaps-com/jsbtc)
[![codecov coverage](https://img.shields.io/codecov/c/github/bitaps-com/jsbtc/beta?style=plastic)](https://codecov.io/gh/bitaps-com/jsbtc)
[![version](https://img.shields.io/npm/v/jsbtc.js/latest?style=plastic)](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