Package Exports
- @d11k-ts/client
- @d11k-ts/client/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@d11k-ts/client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@d11k-ts/client
Installation
yarn add @d11k-ts/clientInitialise and set up the client to connect to its necessary third-party services to fulfil basic functionality. The third-party services used must be at a minimum to fulfil the wallet functionality, such as displaying balances and sending transactions.
D11K-ts Wallet Client Interface
A specification for a generalised interface for crypto wallets clients, to be used by D11K-ts implementations. The client should not have any functionality to generate a key, instead, the asgardex-crypto library should be used to ensure cross-chain compatible keystores are handled. The client is only ever passed a master BIP39 phrase, from which a temporary key and address is decoded.