stellar / typescript-wallet-sdk

Typescript Wallet SDK to build Stellar wallets
Apache License 2.0
21 stars 7 forks source link
blockchain cryptocurrency sdk stellar typescript

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

Testing

yarn test

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