1.1.43 • Published 5 months ago

mochimo-wallet v1.1.43

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@mochimo/wallet

React-integrated HD wallet implementation for Mochimo blockchain.

Installation

npm install @mochimo/wallet

Usage

import { WalletProvider, useWallet, useAccounts } from '@mochimo/wallet';

// Wrap your app with the provider
function App() {
  return (
    <WalletProvider>
      <YourApp />
    </WalletProvider>
  );
}

// Use in components
function WalletComponent() {
  const { createWallet, loadWallet } = useWallet();
  const { accounts, activeAccount } = useAccounts();

  // ... your component logic
}

Features

  • HD Wallet implementation
  • React hooks for wallet operations
  • Account management
  • Transaction creation and signing
  • Secure storage integration
  • Error handling
  • TypeScript support

Documentation

Link to documentation

License

MIT

1.1.43

5 months ago

1.1.42

5 months ago

1.1.41

5 months ago

1.1.40

6 months ago

1.1.39

6 months ago

1.1.38

6 months ago

1.1.37

6 months ago

1.1.36

6 months ago

1.1.35

6 months ago

1.1.34

6 months ago

1.1.33

6 months ago

1.1.32

6 months ago

1.1.30

6 months ago

1.1.29

6 months ago

1.1.28

6 months ago

1.1.27

6 months ago

1.1.25

6 months ago

1.1.24

6 months ago

1.1.23

6 months ago

1.1.22

6 months ago

1.1.19

6 months ago

1.1.18

6 months ago

1.1.16

6 months ago

1.1.15

6 months ago

1.1.14

6 months ago

1.1.13

6 months ago

1.1.12

6 months ago

1.1.10

6 months ago

1.1.9

6 months ago

1.1.8

6 months ago

1.1.7

6 months ago

1.1.6

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 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.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.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

0.1.20

7 months ago

0.1.19

7 months ago

0.2.0

7 months ago

0.1.17

7 months ago

0.1.16

7 months ago

0.1.15

7 months ago

0.1.14

7 months ago

0.1.13

7 months ago

0.1.12

7 months ago

0.1.11

7 months ago

0.1.10

7 months ago

0.1.9

7 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago