Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

![license](https://img.shields.io/github/license/safe-global/safe-apps-sdk)

Developer tools to integrate third-party applications (Safe Apps) with Safe (https://app.safe.global/).
The [Safe Apps](https://help.safe.global/en/collections/9821-safe-apps) SDK enables developers to integrate decentralized applications (dApps) into the [Safe\{Wallet\}](https://app.safe.global/) interface. It transforms a dApp into an embeddable HTML iframe accessible directly within Safe\{Wallet\}. The SDK offers a design system, reusable UI components, and built-in communication capabilities, simplifying the creation, testing, and integration of Safe Apps.

You can find more resources on Safe Apps in the [Safe Developer Portal](https://docs.safe.global/safe-core-aa-sdk/safe-apps).
Using a Safe App provides a streamlined experience by allowing interaction with Web3 applications directly within the Safe interface, eliminating the need for users to switch between multiple tabs or applications. When developers integrate the Safe Apps SDK into their decentralized applications (dApps), these dApps can run inside an iframe within Safe, automatically recognizing the user's Safe wallet context.

![safeapps_pathways_v4](https://user-images.githubusercontent.com/6764315/123075714-c5564100-d418-11eb-8da0-898aa163dee2.png)

Expand Down
6 changes: 6 additions & 0 deletions packages/safe-apps-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @safe-global/safe-apps-provider

## 0.18.5

### Patch Changes

- 5219a05: Update EIP-5792 implementation according to spec. and fix pending status

## 0.18.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-apps-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safe-global/safe-apps-provider",
"version": "0.18.4",
"version": "0.18.5",
"description": "A provider wrapper of Safe Apps SDK",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
Loading