Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 619 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 619 Bytes

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