1.4.1 • Published 7 months ago

@shamx/wallet-lib v1.4.1

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

Shamx Wallet Library

A library for generating and managing wallets for various cryptocurrencies.

Installation

npm install @shamx/wallet-lib

If you want to use this library in React Native, you can use the following command:

expo install react-native-quick-crypto
expo prebuild

This will install crypto libraries for React Native.

Supported Networks

Note: This library is currently in beta

  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Dogecoin
  • Solana
  • Tron

Usage

import GenericWallet from "@shamx/wallet-lib";

// Generate a new wallet
const wallet = new GenericWallet();

// Or, import an existing wallet from a mnemonic
const wallet = new GenericWallet(
  "brisk rude photo million repair crush now hub bitter bacon talk seat",
);

const bitcoinAddress = wallet.bitcoin.getAddress();
const ethereumAddress = wallet.ethereum.getAddress();
// ...

License

MIT

Author

Shamx - Ray Orolé

1.4.1

7 months ago

1.4.0

7 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0-beta

7 months ago

1.2.0-beta

7 months ago

1.1.0-beta

7 months ago

1.0.10-beta

7 months ago

1.0.9-beta

7 months ago

1.0.8-beta

7 months ago

1.0.7-beta

7 months ago

1.0.6-beta

7 months ago

1.0.5-beta

7 months ago

1.0.4-beta

7 months ago

1.0.3-beta

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.0

7 months ago