Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 903 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 903 Bytes

DMM Safe App

Running instance on AWS Amplify https://main.d3t95nyl903vsf.amplifyapp.com/

Getting Started

  1. Go to Safe Multisig web interface
  2. Create a safe or use an existing one
  3. Go to Apps -> Manage Apps -> Add Custom App
  4. Add the app URL:
  5. Agree with Gnosis policy, press on the Add
  6. You should see Safe App Starter as a new app

*To run the app locally:

  • Install dependencies and set up .env variables as in .env.sample.
yarn install

cp .env.sample .env
.
.
.
yarn start
  • Then if HTTPS is used (by default enabled), open your Safe app locally (by default via https://localhost:3000/) and accept the SSL error.