Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

858chain/patronus-wallet-react-native

Repository files navigation

Patronus Wallet - Ethereum Wallet & ERC20 Tokens

Features

  • Create/Import Ethereum wallet
  • Check balances, transactions
  • Send/Receive ETH and ERC20 Token
  • Tracking your balance with Notification.
  • ĐAPP web browser and list collectible items.

Build Patronus Wallet

Installation

Install rn-nodeify to be able to use Node.js libs.

sudo npm i rn-nodeify -g

Install the dependencies in the local node_modules folder.

npm install

IOS

CocoaPods

CocoaPods 1.3+ is required

Run from your terminal to install the library.

cd ios
pod install
cd ../

Run Patronus on iOS

react-native run-ios

Android

Run Patronus on Android

react-native run-android