Skip to content

simplestaking/tezos-wallet

Repository files navigation

Tezos Wallet

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.

Installation

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

Development

Import the libary methods as import { initializeWallet, getWallet } from 'tezos-wallet';

Library is tested with Typescript versions 3.2.2.

Code

Code is well described and documentation generated using Typedoc can be viewed in docs folder.

Examples

Code samples describing usage can be found in example folder.

About

Tezos wallet simplifies communication with Tezos nodes and significantly reduces burden of working with Tezos network.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •