dop-wallet-v6
v1.3.41
Published
DOP Wallet SDK, compatible with mobile, browser and nodejs environments.
Readme
DOP Wallet SDK
The 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.
📱 React Native Support
This SDK now has comprehensive React Native support with optimized polyfills and easy integration:
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.
