Skip to content

ValentineCodes/paux

Repository files navigation

Paux Wallet

Paux

Paux is a safe and secure crypto wallet to manage funds, interact with Dapps, sign transactions and more on multiple chains such as Ethereum, Optimism, Arbitrum, Sepolia, e.t.c

Video guide

Setting Up React Native

Visit the react native docs to setup react native for Android and IOS.

Install Dependencies

Run from project root folder

Using npm:

npm install

Using yarn:

yarn

Install pods for ios:

npx pod-install

Resolve build issues

  1. Go to 'node_modules/react-native-webview/android/gradle.properties'
  2. Change 'ReactNativeWebView_kotlinVersion' property value to 1.7.20

Run Android Build

Using npm:

npx react-native run-android

Using yarn:

yarn android

Run IOS Build

Using npm:

npx react-native run-ios

Using yarn:

yarn ios

Generate Android Release Build

Visit the react native docs for a proper guide on how to generate the android release build

Generate IOS Release Build

Visit the react native docs for a proper guide on how to generate the ios release build

About

Crypto wallet to generate accounts, manage tokens, transfer funds, sign transactions and more on any EVM-compatible chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages