guni7 / stackup

Monorepo for Stackup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

⚠️ This repository is no longer actively maintained ⚠️

This monorepo contains some of the early work we did to build an EIP-4337 compatible smart contract wallet for mobile. Although the app is no longer supported, we are still committed to pushing account abstraction and web3 UX forward! To see what we are currently working on check out docs.stackup.sh.

Prerequisites tools

We use the following system tools to help run Stackup locally:

  • Node JS ^14
  • Yarn ~1.22.17
  • Docker
  • Xcode
  • Android Studio

For Xcode and Android Studio, see react native environment setup.

This monorepo uses Yarn workspaces and Lerna to manage it's apps and packages. All commands can be called from the project root.

Install dependencies

Run the following command to install and link all the required app dependencies.

$ yarn install

If you're planning on running the IOS app.

$ yarn install:ios

Apps

Stackup is built from the combination of multiple apps. See the README.md files in the following directories for more details.

Backend

  • Contracts - A collection of solidity smart contracts for Stackup.
  • Explorer - Service for fetching blockchain data for an address.
  • Backup - Service for providing encrypted and non-custodial backup of wallets.
  • Bundler - Service for forwarding UserOperations to the EntryPoint.
  • Notification - Service for sending push notifications.

Frontend

  • Mobile - A mobile native frontend for IOS and Android.

Shared libraries

  • Config - Shared configuration used across all Stackup apps.
  • WalletJS - A library of helper functions for interacting with ERC-4337 accounts.

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Contact

Feel free to direct any technical related questions to the dev-hub channel in the Stackup Discord.

About

Monorepo for Stackup

License:GNU General Public License v3.0


Languages

Language:TypeScript 81.9%Language:Solidity 7.1%Language:JavaScript 6.3%Language:Java 1.9%Language:C++ 0.8%Language:Objective-C++ 0.5%Language:Shell 0.5%Language:Ruby 0.3%Language:Objective-C 0.3%Language:CSS 0.2%Language:Makefile 0.2%Language:Starlark 0.1%