Skip to content

stellar/typescript-wallet-sdk

Typescript Wallet SDK Monorepo

Typescript Wallet SDK is a library that allows developers to build wallet applications on the Stellar network faster. To jump right into how the main typescript-wallet-sdk module works you can go here.

Yarn Workspaces

This repo uses a yarn worspace to create a monorepo that includes the main wallet sdk, and two modules for extending functionality:

Prerequisites

You will need

Install and Build the Project

yarn install
yarn build
  • this will install and build for all sub modules

Testing

yarn test
  • this will run all jest unit tests for each submodule

Some tests that are not ran as part of that suite (but run during ci/cd):

Example code

Example code can be found in the main sdk examples directory