
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
@rnb-web3/connect-wallet-modal
Advanced tools
Provides a modal window with buttons for connection with various crypto wallets.
Provides a modal window with buttons for connection with various crypto wallets.
You can configure the list of wallets displayed in the modal. The package provides wallet connection buttons that are meant to be used inside the modal. You can use them, or you can make your own.
Import the basic WalletsModal component with required wallet connection buttons:
import {
WalletsModal,
ConnectMetamask,
ConnectWalletConnect,
} from "@rnb-web3/connect-wallet-modal";
Use it like this:
<WalletsModal
open={isOpen}
onClose={handleClose}
shouldInvertWalletIcon={false} // set to true for the dark color theme
>
{(commonProps) => (
<>
<ConnectMetamask key="Metamask" {...commonProps} />
<ConnectWalletConnect key="WalletConnect" {...commonProps} />
</>
)}
</WalletsModal>
The package provides the modal variant with the predefined list of wallets, which work with the Ethereum network.
Import the component:
import { WalletsModalForEth } from "@rnb-web3/connect-wallet-modal";
Use it like this:
<WalletsModalForEth {...props} />
You can hide one or several wallet connection buttons from the list of wallets in the modal.
Use the hiddenWallets property like this:
<WalletsModalForEth hiddenWallets={["Metamask"]} />
FAQs
Provides a modal window with buttons for connection with various crypto wallets.
The npm package @rnb-web3/connect-wallet-modal receives a total of 9 weekly downloads. As such, @rnb-web3/connect-wallet-modal popularity was classified as not popular.
We found that @rnb-web3/connect-wallet-modal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.