safe-apps-sdk icon indicating copy to clipboard operation
safe-apps-sdk copied to clipboard

Client-side SDKs to create third-party Safe Apps

Results 64 safe-apps-sdk issues
Sort by recently updated
recently updated
newest added

## Overview This epic will be focused into updating docs and example material to use Safe Apps SDK. Developers have troubles following current documentation and we are missing strong examples...

## Description `import { SafeAppConnector } from '@gnosis.pm/safe-apps-web3-react'` We are using it as `connector.getSafeInfo()` and got a problem. When we change an account in the wallet it keeps returning old...

Safe Apps

The CowSwap team is having an issue where clicking "swap" using a Safe in read-only mode does never resolve resulting in a bad UX: https://github.com/safe-global/safe-apps-sdk/issues/301 I believe the core issue...

https://docs.gnosis-safe.io/build/sdks/safe-apps/get-started This document doesn't mention that CORS only has to be enabled for the `manifest.json` file, someone can misinterpret it and enable cors site-wide which is terrible for security https://cheatsheetseries.owasp.org/cheatsheets/HTML5_Security_Cheat_Sheet.html

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Currently @gnosis.pm/safe-apps-wagmi is incompatible with latest versions of wagmi due to mismatching of peer dependency @wagmi/core. It should have a more permissive dependency.

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

## Overview [web3-react](https://github.com/Uniswap/web3-react) delivered v8 recently. From this version they also include a [Safe conector](https://github.com/Uniswap/web3-react/tree/main/packages/gnosis-safe) that already includes the SDK integration. - Should update the readme to make clear that...

## Overview After discussing this problem statement https://github.com/safe-global/safe-pm/issues/98 it was decided that a permission system could be a good approach to let users to access rich features when interacting with...

enhancement
Safe Apps