https://github.com/5afe/safe-apps-test-app
A test app for Safe Apps SDK
https://github.com/5afe/safe-apps-test-app
Last synced: 25 days ago
JSON representation
A test app for Safe Apps SDK
- Host: GitHub
- URL: https://github.com/5afe/safe-apps-test-app
- Owner: 5afe
- Created: 2024-05-14T13:06:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T17:45:55.000Z (about 2 years ago)
- Last Synced: 2025-03-21T10:53:03.833Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://safe-apps-test-app.pages.dev
- Size: 400 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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](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](https://twitter.com/krzysu)).