Monorepo for Stackup.
Install dependencies:
$ yarn
See the README.md
files in the following directories for app specific setup guides.
- Backend - REST API for supporting frontend apps.
- Contracts - Collection of solidity smart contracts.
- Mobile - iOS and Android mobile frontend.
- Wallet - A web frontend to demonstrate smart wallet functionality.
Spin up an end to end instance locally by running the following commands in separate processes.
$ yarn dev:dependencies
$ yarn dev:backend
$ yarn dev:mobile