webWallet for BTC
Go to file
sairajzero 349fcae37f cross-blockchain WIF conversion
- convert compressed WIF from one blockchain to another (target privkey prefix needed)
- btc_api.pubkey: return the same if pubkey is passed. (thus address, segwitAddress, bech32Address now accepts pubkey, privkey and wif)
- btc_api.address: accepts optional parameter 'prefix' to generate address for respective blockchain (Default: 0x00 BTC)
2022-06-26 19:13:53 +05:30
.gitattributes Initial commit 2022-06-10 01:51:05 +05:30
.gitignore cross-blockchain WIF conversion 2022-06-26 19:13:53 +05:30
index.html UI: multiple input-id (senders) 2022-06-22 04:15:21 +05:30
lib_btc.js cross-blockchain WIF conversion 2022-06-26 19:13:53 +05:30
lib.js Adding libraries 2022-06-10 01:55:35 +05:30
README.md Initial commit 2022-06-10 01:51:05 +05:30

btc-webwallet