Skip to content

RunOnFlux/ecko-wallet-mobile

 
 

Repository files navigation

Ecko Wallet Mobile

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.

Instructions to Run the App

  1. Prepare the .env file:

    • Copy the .env.example file to .env.
    • Fill in the required values in the .env file.
  2. Run the app on Android:

    yarn
    yarn start
    yarn android
  3. Run the app on iOS:

    cd ios
    pod install
    cd ..
    yarn ios

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.9%
  • TypeScript 28.8%
  • Other 0.3%