Is there a module that can make cryptocurrency wallet?

I have to make an cryptocurrency wallet.

But I know that there is no such module in expo at the moment.

The module I am currently using is ‘ethereumjs-wallet-react-native’. This module requires ‘react-native-fast-crypto’ and ‘react-native-secure-randombytes’. So, we have no choice but to think of it as a stand-alone app. Is there a module or a way to replace it in SDK33?

Hi @taeeh!

Not specifically, although we do provide crypto functionality in the Crypto API.

If you need to use the libraries you’ve linked, you’ll beed to go with the bare workflow

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.