You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@stellar/typescript-wallet-sdk

Package Overview
Dependencies
Maintainers
8
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stellar/typescript-wallet-sdk

Typescript Wallet SDK to build Stellar wallets

1.1.1
npmnpm
Version published
Weekly downloads
777
8.52%
Maintainers
8
Weekly downloads
 
Created
Source

typescript-wallet-sdk

Typescript Wallet SDK to build Stellar wallets

This SDK is currently in development. Some features may not work as expected. Please use at your own risk.

// build wallet sdk
cd typescript-wallet-sdk
yarn
yarn run build

// add npm link of sdk directory
npm link

// change to your wallet directory, and then create npm link
cd my-wallet
npm link @stellar/typescript-wallet-sdk

// import in wallet code
import typescript-wallet-sdk from "@stellar/typescript-wallet-sdk"

To run tests:

yarn test

FAQs

Package last updated on 05 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts