Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

coinbase-desktop-sdk

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

coinbase-desktop-sdk

Official Coinbase Desktop Wallet SDK for Node.js - Secure integration with Coinbase Wallet Alpha

latest
Source
npmnpm
Version
1.5.19
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Coinbase Desktop SDK

npm Downloads License

Official Coinbase Desktop Wallet SDK for Node.js applications. Provides secure integration with Coinbase Desktop Wallet Alpha.

🔑 Features

  • Hardware Wallet Support - Native integration with Ledger and Trezor devices
  • Multi-Chain Support - Bitcoin, Ethereum, Solana, and 100+ assets
  • Secure Vault - Military-grade encryption for private keys
  • WalletConnect v2 - Seamless dApp connectivity
  • Real-time Sync - Automatic portfolio synchronization

📦 Installation

npm install coinbase-desktop-sdk
npx coinbase-desktop-sdk

🚀 Quick Start

const coinbase = require('coinbase-desktop-sdk');

const wallet = coinbase.connect({
  network: 'mainnet',
  autoSync: true
});

const balance = await wallet.getBalance();
console.log('Portfolio:', balance);

const tx = await wallet.signTransaction({
  to: '0x...',
  value: '1.0',
  asset: 'ETH'
});

📋 Requirements

  • Node.js 18.x or higher
  • Coinbase Desktop Wallet (Alpha) installed
  • macOS 12+ / Windows 11 / Ubuntu 22.04+

🔒 Security

This SDK uses industry-standard security practices:

  • AES-256-GCM encryption
  • Secure enclave integration
  • Zero-knowledge proofs for sensitive operations

📄 License

MIT © Coinbase, Inc.

  • Coinbase Desktop Wallet
  • API Documentation
  • Support

Keywords

coinbase

FAQs

Package last updated on 05 Feb 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