
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
@stellar/typescript-wallet-sdk
Advanced tools
Typescript Wallet SDK is a library that allows developers to build wallet applications on the Stellar network faster. It utilizes [Javascript Stellar SDK](https://github.com/stellar/js-stellar-sdk) to communicate with a Stellar Horizon server. It offers w
Typescript Wallet SDK is a library that allows developers to build wallet
applications on the Stellar network faster. It utilizes
Javascript Stellar SDK to
communicate with a Stellar Horizon server.
It offers wide range of functionality to simplify integration with the Stellar
network, and connect to the anchors easily, utilizing various Stellar protocols
(SEPs)
The library is available via npm. To import typescript-wallet-sdk
library you
need to add it as a dependency to your code:
yarn:
yarn add @stellar/typescript-wallet-sdk
npm:
npm install @stellar/typescript-wallet-sdk
Here's a small example creating main wallet class with default configuration connected to testnet network:
let wallet = walletSdk.Wallet.TestNet();
It should later be re-used across the code, as it has access to various useful
children classes. For example, you can authenticate with the testanchor
as
simple as:
const authKey = SigningKeypair.fromSecret("my secret key");
const anchor = wallet.anchor({ homeDomain: "testanchor.stellar.org" });
const sep10 = await anchor.sep10();
const authToken = await sep10.authenticate({ accountKp: authKey });
Read full wallet guide for more info
FAQs
Typescript Wallet SDK is a library that allows developers to build wallet applications on the Stellar network faster. It utilizes [Javascript Stellar SDK](https://github.com/stellar/js-stellar-sdk) to communicate with a Stellar Horizon server. It offers w
The npm package @stellar/typescript-wallet-sdk receives a total of 591 weekly downloads. As such, @stellar/typescript-wallet-sdk popularity was classified as not popular.
We found that @stellar/typescript-wallet-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.