Skip to content

A react-native library for generating mnemonics , bitcoin and etherium wallet.

Notifications You must be signed in to change notification settings

redmenIshab/react-native-btc-eth-wallet

Repository files navigation

It implements ethers.js and bitcoinjs-lib node library by hack to implement it into react-native. To install

      npm i react-native-btc-eth-wallet

It contains features :

            1. Mnemonic code  generation,
            2. Bitcoin wallet address generation,
            3. Etherium wallet address generation.

Ways to use:

            import {createWallet, mnemonicsGenerator} from 'react-native-btc-eth-wallet';

            //invoke as
            const mnemonics = mnemonicsGenerator();
            createWallet({eth: true,btc:false, mnemonics});

Any new PR is welcome and show some love putting some stars to the project.

About

A react-native library for generating mnemonics , bitcoin and etherium wallet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published