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

The Safe{Core} SDK allows builders to add account abstraction functionality into their apps.

Results 71 safe-core-sdk issues
Sort by recently updated
recently updated
newest added

## What it solves Resolves https://github.com/safe-global/safe-core-sdk/issues/594 ## How this PR fixes it Created [ViemAdapter](https://github.com/safe-global/safe-core-sdk/blob/7088147d3ed3ac787d58c2d479901349fe369970/packages/protocol-kit/src/adapters/viem/ViemAdapter.ts#L50)

relay-kit not working in server side nodejs backend

## Context / issue I want to use SafeAuth in a Flutter Web application for deterministic EOA creation using social login, but need a umd bundle for this. ## Proposed...

## Description Safe user reported the following problem: > I try to Safe.create() to an existing contract that is NOT a safe, it throws all sorts of connection issues instead...

## Introduction of Particle Network as a pack within Auth Kit This pull request adds Particle Network (Particle Wallet-as-a-Service) alongside Web3Auth within Auth Kit. - New folder, `particle-network` within packs...

**Describe the bug** Error: Unprocessable Entity at sendRequest (C:\Home\Mesha\mesha-be\node_modules\@gnosis.pm\safe-service-client\src\utils\httpRequests.ts:52:9) at processTicksAndRejections (internal/process/task_queues.js:97:5) **To Reproduce** ```js import SafeServiceClient from "@gnosis.pm/safe-service-client"; const safeService = new SafeServiceClient('https://safe-transaction.rinkeby.gnosis.io'); import Safe, { EthersAdapter } from...

bug

## Context / issue The need of creating a batch not only in the normal flow "createTransaction" but also in the counterfactual deployment created some duplicated logic that should be...

## Description I'm trying to implement account abstraction using your `auth-kit` and so on + `GelatoRelayPack`. For this implementation I followed 100% the code that you have in the demo...

## Context / issue Web3 released v4 few months ago. Current adapter is not compatible with the latest version. ## Proposed solution Change the Web3 adapter to be compatible with...

enhancement

## Context We are collaborating with Web3Auth to develop a new pack that enables signing and sending transactions using the `safe-core-sdk`. This pack supports derived signers from the web2 world,...