New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tetherto/wdk-wallet

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tetherto/wdk-wallet

A simple package to manage BIP-32 wallets.

latest
Source
npmnpm
Version
1.0.0-beta.7
Version published
Maintainers
3
Created
Source

@tetherto/wdk-wallet

What This Does

Base classes for the wallet and protocol modules in the Wallet Development Kit (WDK).

Who Should Use This

This module is for internal use only. If you want to build a wallet, use one of these instead:

Recommended:

  • @tetherto/wdk-core - Use this to work with multiple chains and features

Individual wallet modules:

  • @tetherto/wdk-wallet-evm - For Ethereum and EVM chains
  • @tetherto/wdk-wallet-evm-erc-4337 - For EVM chains with ERC-4337 support
  • @tetherto/wdk-wallet-btc - For Bitcoin
  • @tetherto/wdk-wallet-ton - For TON
  • @tetherto/wdk-wallet-ton-gasless - For TON with gasless transactions
  • @tetherto/wdk-wallet-tron - For TRON
  • @tetherto/wdk-wallet-tron-gasfree - For TRON with gasless transactions
  • @tetherto/wdk-wallet-solana - For Solana
  • @tetherto/wdk-wallet-spark - For Spark

Key Parts

  • WalletManager - Base class for managing wallets
  • WalletAccount - Base class for wallet accounts
  • WalletAccountReadOnly - Base class for read-only accounts
  • IWalletAccount - Interface that all accounts must follow

Learn More

For full docs, visit docs.wallet.tether.io

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Keywords

wdk

FAQs

Package last updated on 26 Jan 2026

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