Developer
Public chat
Product Details
Pocket is a safe and secure mobile crypto wallet built with React Native to facilitate the management of crypto accounts and cryptocurrencies.
Features
Create or Import wallet using ethersjs
Import accounts from seed phrase
Accounts are protected using Password and Biometric Authentication
Manage funds across different networks such as Ethereum, Optimism, Arbitrum, and more including test networks such as Sepolia, Goerli, e.t.c
Transfer funds to any account
Receive funds from any account
Keep records of past transactions
Interact with Opensea, Aave, and any other Decentralized Applications using WalletConnect
Supported Networks: Ethereum, Arbitrum, Optimism, Polygon
Supported Test Networks: Sepolia, Goerli, Arbitrum Goerli, Optimism Goerli, Mumbai
Project Setup
Setting up React Native
Visit the react native docs to setup react native for Android & IOS - https://reactnative.dev/docs/environment-setup
Install and setup Dependencies
(Run from project folder)
Run `npm install` or `yarn install`
Run `npx pod-install`
Go to 'node_modules/react-native-webview/android/gradle.properties' and change 'ReactNativeWebView_kotlinVersion' property value to 1.7.20
Run `yarn android` or `yarn ios`
Generate Android Release Build
Visit the react native docs for a proper guide on how to generate an android release build - https://reactnative.dev/docs/signed-apk-android
Generate IOS Release Build
Visit the react native docs for a proper guide on how to generate an ios release build - https://reactnative.dev/docs/publishing-to-app-store
Create or Import wallet using ethersjs
Import accounts from seed phrase
Accounts are protected using Password and Biometric Authentication
Manage funds across different networks such as Ethereum, Optimism, Arbitrum, and more including test networks such as Sepolia, Goerli, e.t.c
Transfer funds to any account
Receive funds from any account
Keep records of past transactions
Interact with Opensea, Aave, and any other Decentralized Applications using WalletConnect
File Tree
-
📁 Pocket