1.0.52 • Published 10 months ago

@enclavemoney/enclave-wallet-sdk v1.0.52

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Wallet SDK

A simple wallet SDK for React applications that provides a modal interface for wallet connections.

Installation

npm install wallet-sdk

Usage

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

10 months ago

1.0.51

10 months ago

1.0.50

10 months ago

1.0.49

10 months ago

1.0.48

10 months ago

1.0.47

10 months ago

1.0.46

10 months ago

1.0.45

10 months ago

1.0.44

10 months ago

1.0.43

10 months ago

1.0.42

10 months ago

1.0.41

10 months ago

1.0.40

10 months ago

1.0.39

10 months ago

1.0.38

10 months ago

1.0.37

10 months ago

1.0.36

10 months ago

1.0.35

10 months ago

1.0.34

10 months ago

1.0.33

10 months ago

1.0.32

10 months ago

1.0.31

10 months ago

1.0.30

10 months ago

1.0.29

10 months ago

1.0.28

10 months ago

1.0.27

10 months ago

1.0.25

10 months ago

1.0.24

10 months ago

1.0.23

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago