1.0.52 • Published 6 months ago
@enclavemoney/enclave-wallet-sdk v1.0.52
Wallet SDK
A simple wallet SDK for React applications that provides a modal interface for wallet connections.
Installation
npm install wallet-sdkUsage
import WalletSDK from "wallet-sdk";
// Initialize the SDK
const walletSDK = new WalletSDK();
// Open the wallet modal
walletSDK.openWalletModal();Example
import React from "react";
import WalletSDK from "wallet-sdk";
function App() {
const handleConnectWallet = () => {
const walletSDK = new WalletSDK();
walletSDK.openWalletModal();
};
return (
<div>
<button onClick={handleConnectWallet}>Connect Wallet</button>
</div>
);
}
export default App;Features
- Simple modal interface
- Easy to integrate
- TypeScript support
- React 16.8+ compatible
License
MIT
1.0.52
6 months ago
1.0.51
6 months ago
1.0.50
6 months ago
1.0.49
6 months ago
1.0.48
6 months ago
1.0.47
6 months ago
1.0.46
6 months ago
1.0.45
6 months ago
1.0.44
6 months ago
1.0.43
6 months ago
1.0.42
6 months ago
1.0.41
6 months ago
1.0.40
6 months ago
1.0.39
7 months ago
1.0.38
7 months ago
1.0.37
7 months ago
1.0.36
7 months ago
1.0.35
7 months ago
1.0.34
7 months ago
1.0.33
7 months ago
1.0.32
7 months ago
1.0.31
7 months ago
1.0.30
7 months ago
1.0.29
7 months ago
1.0.28
7 months ago
1.0.27
7 months ago
1.0.25
7 months ago
1.0.24
7 months ago
1.0.23
7 months ago
1.0.22
7 months ago
1.0.21
7 months ago
1.0.20
7 months ago
1.0.19
7 months ago
1.0.18
7 months ago
1.0.17
7 months ago
1.0.16
7 months ago
1.0.15
7 months ago
1.0.14
7 months ago
1.0.13
7 months ago
1.0.12
7 months ago
1.0.11
7 months ago
1.0.10
7 months ago
1.0.9
7 months ago
1.0.8
7 months ago
1.0.7
7 months ago
1.0.6
7 months ago
1.0.5
7 months ago
1.0.4
7 months ago
1.0.3
7 months ago
1.0.2
7 months ago
1.0.1
7 months ago
1.0.0
7 months ago