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.
This repo uses a yarn worspace to create a monorepo that includes the main wallet sdk, and two modules for extending functionality:
You will need
yarn install
yarn build
yarn test
Some tests that are not ran as part of that suite (but run during ci/cd):
Example code can be found in the main sdk examples directory