Skip to content

Create Safe signers from different service providers to initialize the kits from the Safe{Core} SDK.

License

Notifications You must be signed in to change notification settings

5afe/safe-signers

Repository files navigation

Safe Signers

Safe Smart Accounts can be setup with multiple and different signer accounts.

This example application shows how to create signers from different service providers and use them to initialize any of the kits from the Safe{Core} SDK with the required provider and signer parameters.

Provider Documentation
Dynamic Integrate Dynamic signer
Magic Integrate Magic signer
Privy Integrate Privy signer
Web3Auth Integrate Web3Auth signer

Please read the Signers section in the Safe documentation to see how to integrate the different providers.

Prerequisites

You will need some basic experience with React, Next.js. Before progressing with the tutorial, please make sure you have:

Getting Started

To install this example application, run the following commands:

git clone https://github.com/5afe/safe-signers.git
cd safe-signers
pnpm install

This will get a copy of the project installed locally. Now, create an .env file at the root of your project, and add the corresponding environment variables:

NEXT_PUBLIC_DYNAMIC_ENVIRONMENT_ID=
NEXT_PUBLIC_MAGIC_API_KEY=
NEXT_PUBLIC_PRIVY_APP_ID=
NEXT_PUBLIC_WEB3AUTH_CLIENT_ID=

Run the local development server with the following command:

pnpm dev

Go to http://localhost:3000 in your browser to see the application.

Help

Please post any questions on Stack Exchange with the safe-core tag.

License

MIT, see LICENSE.

About

Create Safe signers from different service providers to initialize the kits from the Safe{Core} SDK.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published