Skip to content

5afe/safe-apps-test-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safe Test App

Original repo: https://github.com/safe-global/safe-apps-sdk/tree/main/packages/safe-apps-test-app

It's a fork of that repo to deploy the app.

Running the app

yarn install
yarn start

Then:

  • Go to the Safe app https://app.safe.global
  • Create a safe
  • Go to Apps -> Manage Apps -> Add Custom App
  • Paste your localhost URL, default is http://localhost:3000/
  • You should see Safe Test App as a new app
  • Develop your app from there

Credits

The app is based on a template built by Kris Urbas (@krzysu).