@okxweb3/coin-stellar
Version:
@okxweb3/coin-stellar is a Stellar SDK for building Web3 wallets and applications. It supports Stellar and PI blockchains, enabling private key management, address generation, transaction signing, trustline creation, and asset transfers
60 lines (59 loc) • 1.55 kB
JSON
{
"name": "@okxweb3/coin-stellar",
"version": "1.0.2",
"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": [
"Stellar",
"PI",
"SDK",
"Web3",
"wallet",
"private key",
"address generation",
"transaction signing",
"trustline",
"asset transfer",
"blockchain"
],
"author": "okx",
"license": "MIT",
"files": [
"dist"
],
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@types/jest": "^27.5.1",
"@types/node": "^12.20.52",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"prettier": "2.6.2",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"dependencies": {
"@babel/preset-flow": "^7.25.7",
"@okxweb3/coin-base": "^1.1.2",
"@okxweb3/crypto-lib": "^1.0.10",
"@stellar/js-xdr": "3.1.2",
"base32.js": "0.1.0",
"sha.js": "2.3.6",
"tweetnacl": "1.0.3",
"sodium-native": "4.1.1"
},
"description": "@okxweb3/coin-stellar is a Stellar SDK for building Web3 wallets and applications. It supports Stellar and PI blockchains, enabling private key management, address generation, transaction signing, trustline creation, and asset transfers"
}