Ecko Wallet Mobile is an app for managing Kadena wallets, available on Android and iOS devices. It allows users to view wallet balances, sign transactions, and use WalletConnect to interact with decentralized applications.
-
Prepare the
.env
file:- Copy the
.env.example
file to.env
. - Fill in the required values in the
.env
file.
- Copy the
-
Run the app on Android:
yarn yarn start yarn android
-
Run the app on iOS:
cd ios pod install cd .. yarn ios