@okxweb3/coin-bitcoin
Version:
@okxweb3/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
72 lines (71 loc) • 1.69 kB
JSON
{
"name": "@okxweb3/coin-bitcoin",
"version": "1.2.1",
"description": "@okxweb3/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"
},
"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"
],
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^12.20.52",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"prettier": "2.6.2",
"rimraf": "^3.0.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"dependencies": {
"big-integer": "1.6.36",
"@scure/btc-signer": "1.4.0",
"scrypt-ts": "1.4.3",
"@cat-protocol/cat-smartcontracts": "0.2.8",
"@cmdcode/tapscript": "1.4.6",
"decimal.js": "10.4.3",
"@okxweb3/crypto-lib": "^1.0.10",
"@okxweb3/coin-base": "^1.1.0"
}
}