@okxweb3/coin-bitcoin
Version:
@ok/coin-bitcoin is a Bitcoin SDK for building Web3 wallets and applications. It supports BTC, BSV, DOGE, LTC, and TBTC, enabling private key management, transaction signing, address generation, and inscriptions like BRC-20, Runes, CAT, and Atomicals.
71 lines (70 loc) • 1.77 kB
JSON
{
"name": "@okxweb3/coin-bitcoin",
"version": "2.4.9",
"description": "@ok/coin-bitcoin is a Bitcoin SDK for building Web3 wallets and applications. It supports BTC, BSV, DOGE, LTC, and TBTC, enabling private key management, transaction signing, address generation, and inscriptions like BRC-20, Runes, CAT, and Atomicals.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "run-s clean build:main",
"build:main": "tsc -p tsconfig.json",
"clean": "rimraf dist tsconfig.tsbuildinfo",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:coverage:watch": "jest --coverage --watch",
"test:ci": "jest --ci --coverage --coverageReporters=lcov --coverageReporters=text",
"test:debug": "jest --detectOpenHandles --forceExit"
},
"repository": {
"type": "git",
"url": "https://github.com/okx/js-wallet-sdk"
},
"keywords": [
"bitcoin",
"btc",
"bsv",
"doge",
"ltc",
"tbtc",
"wallet",
"web3",
"crypto",
"blockchain",
"sdk",
"transaction",
"signing",
"address",
"private-key",
"mnemonic",
"taproot",
"segwit",
"psbt",
"utxo",
"brc20",
"runes",
"atomicals",
"doginals",
"inscription",
"ordinals",
"CAT"
],
"author": "okx",
"license": "MIT",
"files": [
"dist",
"patches"
],
"devDependencies": {
"patch-package": "^8.0.0"
},
"dependencies": {
"@cat-protocol/cat-smartcontracts": "0.2.8",
"@cmdcode/tapscript": "1.4.6",
"@okxweb3/coin-base": "^2.0.6",
"@okxweb3/crypto-lib": "2.0.5",
"@scure/btc-signer": "1.4.0",
"big-integer": "1.6.36",
"safe-buffer": "5.2.1",
"scrypt-ts": "1.4.3"
}
}