DOP Wallet SDK, compatible with mobile, browser and nodejs environments.
npm install dop-wallet-v6The DOP Wallet SDK is an open-source project developed by DOP contributors.
The Wallet SDK enables dApp and DeFi developers to provide privacy to users safely and conveniently on Ethereum, Polygon and BNB Chain.
The repo is written in TypeScript, and compatible with Node.js, modern web browsers, and React Native.
This SDK now has comprehensive React Native support with optimized polyfills and easy integration:
``typescript`
import 'react-native-get-random-values';
import { DopWallet } from 'dop-wallet-v6/react-native';
📚 Quick Start: See REACT_NATIVE_INTEGRATION_GUIDE.md for complete setup instructions.
🔧 Verify Compatibility: Run npm run verify-rn-compatibility` to ensure your setup is correct.