Skip to content

lijamie98/typescript-wallet-sdk

 
 

Repository files navigation

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

About

Typescript Wallet SDK to build Stellar wallets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • JavaScript 1.7%