Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@0xsequence/rainbowkit-plugin
Advanced tools
Rainbowkit plugin for the Sequence wallet.
pnpm install @0xsequence/rainbowkit-plugin 0xsequence
or
pnpm add @0xsequence/rainbowkit-plugin 0xsequence
chains
-- Chains supported by app.
connect
-- (optional) Connect options of the Sequence wallet, includes the name of the app and default network id.
import { sequenceWallet } from '@0xsequence/rainbowkit-plugin'
...other imports
const connectors = connectorsForWallets([
{
groupName: 'Recommended',
wallets: [
sequenceWallet({
chains,
defaultNetwork: 1,
shimDisconnect: true,
connect: {
app: 'My app'
}
}),
...otherRainbowKitWallets
]
}
])
export const wagmiConfig = createConfig({
autoConnect: true,
connectors,
publicClient,
webSocketPublicClient
})
A full demo is available at: https://github.com/0xsequence/demo-dapp-rainbowkit
FAQs
Rainbowkit plugin for the Sequence wallet
The npm package @0xsequence/rainbowkit-plugin receives a total of 238 weekly downloads. As such, @0xsequence/rainbowkit-plugin popularity was classified as not popular.
We found that @0xsequence/rainbowkit-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.