
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@sats-connect/ui
Advanced tools
A Bitcoin Web3 wallet provider selector. Built as a custom element, compatible with all major UI frameworks.
@sats-connect/ui
A Bitcoin Web3 wallet provider selector. Built as a custom element, compatible with all major UI frameworks.
import { loadSelector, selectWalletProvider } from "@sats-connect/ui";
// Call this once in your app to load the custom element.
loadSelector();
// At a later point,
//
// 1. Decide which wallet providers should be displayed to the user.
// 2. Display the selector and capture the user's selection.
// (1)
const providersToDisplay = someBusinessLogic();
// (2)
const userSelectedProviderId = await selectWalletProvider(providersToDisplay);
An example app using the selector is included for convenience during development. To get started, run
npm install
npm run dev
@sats-connect/ui
packageTo build the @sats-connect/ui
package, run
npm run build
To build the example app use
npm run build-app
The latest version of the example app is available at https://sats-connect-ui.netlify.app.
Technical documentation is in the docs
folder.
FAQs
A Bitcoin Web3 wallet provider selector. Built as a custom element, compatible with all major UI frameworks.
We found that @sats-connect/ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.