Skip to content

redsteep/wallet-app

Repository files navigation

Account Abstraction Wallet App

An experimental multi-platform account abstracted wallet built using Expo.

Run Locally

Clone the project

git clone https://github.com/redsteep/wallet-app

Go to the project directory

cd wallet-app

Make sure you've met following requirements:

  • JDK 11
  • Node 18.13.0
  • npm 8.19

Install dependencies

npm install

Build and run the app

npm run -w app android # Run developments builds for Android, iOS and web
npm run -w app ios
npm run -w app web
npm run -w app chrome  # Build an unpacked Chrome extension, production bundle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published