Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/stackup-wallet/stackup

Monorepo for Stackup
https://github.com/stackup-wallet/stackup

Last synced: about 2 months ago
JSON representation

Monorepo for Stackup

Lists

README

        

![](https://i.imgur.com/hNJp1R1.png)

# 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](https://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](https://reactnative.dev/docs/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.

```bash
$ 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](./apps/contracts) - A collection of solidity smart contracts for Stackup.
- [Explorer](./apps/explorer) - Service for fetching blockchain data for an address.
- [Backup](./apps/backup) - Service for providing encrypted and non-custodial backup of wallets.
- [Bundler](./apps/bundler) - Service for forwarding UserOperations to the EntryPoint.
- [Notification](./apps/notification) - Service for sending push notifications.

### Frontend

- [Mobile](./apps/mobile) - A mobile native frontend for IOS and Android.

### Shared libraries

- [Config](./packages/config) - Shared configuration used across all Stackup apps.
- [WalletJS](./packages/walletjs) - A library of helper functions for interacting with ERC-4337 accounts.

# License

Distributed under the GPL-3.0 License. See [LICENSE](./LICENSE) for more information.

# Contact

Feel free to direct any technical related questions to the `dev-hub` channel in the [Stackup Discord](https://discord.gg/FpXmvKrNed).