1.1.43 • Published 6 months ago

mochimo-wallet v1.1.43

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 months ago

1.1.42

6 months ago

1.1.41

6 months ago

1.1.40

7 months ago

1.1.39

7 months ago

1.1.38

7 months ago

1.1.37

7 months ago

1.1.36

7 months ago

1.1.35

7 months ago

1.1.34

7 months ago

1.1.33

7 months ago

1.1.32

7 months ago

1.1.30

7 months ago

1.1.29

7 months ago

1.1.28

7 months ago

1.1.27

7 months ago

1.1.25

7 months ago

1.1.24

7 months ago

1.1.23

7 months ago

1.1.22

7 months ago

1.1.19

7 months ago

1.1.18

7 months ago

1.1.16

7 months ago

1.1.15

7 months ago

1.1.14

7 months ago

1.1.13

7 months ago

1.1.12

7 months ago

1.1.10

7 months ago

1.1.9

7 months ago

1.1.8

7 months ago

1.1.7

7 months ago

1.1.6

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.0.19

8 months ago

1.0.18

8 months ago

1.0.17

8 months ago

1.0.16

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.1.20

8 months ago

0.1.19

8 months ago

0.2.0

8 months ago

0.1.17

8 months ago

0.1.16

8 months ago

0.1.15

8 months ago

0.1.14

8 months ago

0.1.13

8 months ago

0.1.12

8 months ago

0.1.11

8 months ago

0.1.10

8 months ago

0.1.9

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago