Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 707 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 707 Bytes

stackup

Monorepo for Stackup.

Getting started

Install dependencies:

$ yarn

App setup

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.

Running locally

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