Skip to content

0xapp123/React-Native-HD-Wallet

react-native-hd-wallet

Hierarchical-deterministic (HD) wallet generator for react native.

Installation

npm install react-native-hd-wallet

Usage

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'); 

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

Hierarchical-deterministic (HD) wallet generator for react native.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published