counterstake-sdk
Version:
Counterstake SDK for integrating cross-chain transactions in your dapps
36 lines (35 loc) • 783 B
JSON
{
"name": "counterstake-sdk",
"version": "0.1.9",
"description": "Counterstake SDK for integrating cross-chain transactions in your dapps",
"main": "index.js",
"repository": "https://github.com/byteball/counterstake-sdk.git",
"author": "tony",
"license": "MIT",
"types": "types/index.d.ts",
"scripts": {
"generateTypes": "npx -p typescript tsc *.js --declaration --allowJs --emitDeclarationOnly --outDir types"
},
"keywords": [
"cross-chain",
"cross-chain bridge",
"cross-chain swap",
"interoperability",
"interchain",
"bridge",
"swap",
"dapp",
"Obyte",
"DAG",
"DLT",
"distributed ledger",
"crypto",
"cryptocurrency"
],
"dependencies": {
"ethers": "^5.4.3",
"node-fetch": "^2.6.1",
"obyte": "^0.1.16",
"oswap-v2-sdk": "^0.1.3"
}
}