Client side library written in Typescript for building application utilizing Tezos crypto currency and Trezor hardware wallet.
Tezos wallet simplifies communication with Tezos nodes and significantly reduces burden of working with Tezos network.
Add NPM package to the list of dependencies
npm install tezos-wallet
Project is based on RxJS and relies on it as peer dependency, therefore add supported version as dependency of you project.
npm install rxjs@~6.3.2
Import the libary methods as
import { initializeWallet, getWallet } from 'tezos-wallet';
Library is tested with Typescript versions 3.2.2.
Code is well described and documentation generated using Typedoc can be viewed in docs folder.
Code samples describing usage can be found in example folder.