Welcome to the Stackup monorepo!
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.
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
Stackup is built from the combination of multiple apps. See the README.md
files in the following directories for more details.
- 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.
- Mobile - A mobile native frontend for IOS and Android.
- WalletJS - A library of helper functions for interacting with ERC-4337 accounts.
Distributed under the GPL-3.0 License. See LICENSE for more information.
Feel free to direct any technical related questions to the dev-hub
channel in the Stackup Discord.