Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 5.66 KB

build.md

File metadata and controls

19 lines (14 loc) · 5.66 KB

SDK Packages

You can find several packages on our developer tools to make it easier to integrate third-party applications (Safe Apps) with Safe. Check the following diagram to see which package is more convenient for you:

Packages

Package Description
cra-template-safe-app CRA template to quickly bootstrap a Safe App. Use this package to start a new Safe App from scratch using React.
safe-apps-react-sdk npm A wrapper of safe-apps-sdk with helpful React Hooks.
safe-apps-sdk npm JavaScript SDK. This is the base package for all integrations.
safe-apps-provider npm A generic provider that can be used with common web3 libraries. (e.g. web3.js or Ethers)
safe-apps-wagmi A wagmi connector for Safe Apps
safe-apps-web3modal npm A wrapper around Web3Modal that would automatically connect to the Safe when the app is loaded in the Safe Apps section.
@web3-onboard/gnosis Blocknative included Safe App support in @web3-onboard v1.26.0. If you are already using this package you can check here how to configure it.
@web3-react/gnosis-safe web3-react already includes a connector for Safe Apps by default. You can check at their docs how to use it.