@blockscout/rootstock-global-wallet
v1.0.1
Published
Global wallet SDK for Rootstock chain
Readme
Rootstock global wallet SDK
This repository contains the SDK that enables seamless integration between the Rootstock global wallet and protocols or platforms that want to support it
The SDK supports both EVM-compatible and Solana ecosystems
Getting started
Follow the steps below to integrate the Rootstock Global Wallet SDK into your project
Install the SDK:
bun add @blockscout/rootstock-global-walletImport the SDK into your project:
For EVM ecosystem:
import "@blockscout/rootstock-global-wallet/ethereum";For Solana ecosystem:
import "@blockscout/rootstock-global-wallet/solana";
Connect the wallet After importing the SDK, the Rootstock Global Wallet will appear alongside other supported wallets in your wallet connection flow, allowing users to connect to your protocol
Integration examples
You can find example integrations demonstrating how to use the Rootstock Global Wallet SDK with different frameworks such as Next.js, Vite, and others:
https://github.com/blockscout/global-wallet-examples
Support & resources
For additional details, documentation, or support, feel free to reach out to the Blockscout team via Discord
