diff --git a/components/ResourceHub/community-resources.json b/components/ResourceHub/community-resources.json index 2ca24a8f..72495cdd 100644 --- a/components/ResourceHub/community-resources.json +++ b/components/ResourceHub/community-resources.json @@ -143,5 +143,18 @@ ], "image": "https://media.graphassets.com/nryf76rSvqwzZMqkPvcJ", "lastChecked": "2024-07-17" + }, + { + "name": "How to Use Dynamic in a Safe App", + "url": "https://docs.dynamic.xyz/guides/integrations/safe-app", + "type": "Blog Post", + "date": "2024-10-28", + "description": "In this guide, you'll learn how to integrate Dynamic with the Safe App environment.", + "tags": [ + "Tutorial", + "Signer" + ], + "image": "https://mintlify.com/docs/api/og?division=Documentation&title=How+to+Use+Dynamic+in+a+Safe+App&logoLight=https%3A%2F%2Fmintlify.s3-us-west-1.amazonaws.com%2Fdynamic-docs%2Flogo%2Flight.svg&logoDark=https%3A%2F%2Fmintlify.s3-us-west-1.amazonaws.com%2Fdynamic-docs%2Flogo%2Fdark.svg&primaryColor=%234779FF&lightColor=%23A0BFFF&darkColor=%2369A5FF", + "lastChecked": "2024-10-28" } ] \ No newline at end of file diff --git a/components/ResourceHub/company-resources.json b/components/ResourceHub/company-resources.json index fd612b3f..498c9ba2 100644 --- a/components/ResourceHub/company-resources.json +++ b/components/ResourceHub/company-resources.json @@ -153,4 +153,4 @@ "image": "https://i.ytimg.com/vi/zDe3zl7yApk/maxresdefault.jpg", "lastChecked": "2024-09-23" } -] +] \ No newline at end of file diff --git a/pages/sdk/signers/dynamic.mdx b/pages/sdk/signers/dynamic.mdx index d8d5d5a3..87cf7d9a 100644 --- a/pages/sdk/signers/dynamic.mdx +++ b/pages/sdk/signers/dynamic.mdx @@ -164,3 +164,4 @@ Learn more about Dynamic by checking the following resources: - [Dynamic website](https://dynamic.xyz) - [Dynamic documentation](https://docs.dynamic.xyz) - [Dynamic quickstart guide](https://docs.dynamic.xyz/quickstart) +- [Dynamic in a Safe App](https://docs.dynamic.xyz/guides/integrations/safe-app)