@xchainjs/xchain-client

v1.0.7
A specification for a generalised interface for crypto wallets clients, to be used by XChainJS implementations. The client should not have any functionality to generate a key, instead, the `xchain-crypto` library should be used to ensure cross-chain compa

clean

rm -rf .turbo && rm -rf lib

build

yarn clean && rollup -c --bundleConfigAsCjs

build:release

yarn exec rm -rf release && yarn pack && yarn exec "mkdir release && tar zxvf package.tgz --directory release && rm package.tgz"

compile

tsc -p tsconfig.build.json

test

jest --passWithNoTests
npm i @xchainjs/xchain-client

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/11/2024

Downloads