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
.envfile:- Copy the
.env.examplefile to.env. - Fill in the required values in the
.envfile.
- Copy the
-
Run the app on Android:
yarn yarn start yarn android
-
Run the app on iOS:
cd ios pod install cd .. yarn ios