Hierarchical-deterministic (HD) wallet generator for react native.
npm install react-native-hd-wallet
import { createHDWallet } from 'react-native-hd-wallet';
// ...
const wallet = await createHDWallet();
// or with account index and mnemonic
const wallet = await createHDWallet(0, 'candy maple cake sugar pudding cream honey rich smooth crumble sweet treat');
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library