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

Hi I've send ethers to an predictedSafeAddress and want to know balance on the predictedSafeAddress before deploy it. Please. Thanks

## Context / issue 0.7 entrypoint was unfinished when we started 4337 implementation. Currently it seems ready to be used and it should be possible to use it with the...

## Context / issue Add to the `api-kit` the necessary methods to be able to fetch information about SafeOperations ## Proposed solution Add the following methods to the `api-kit`: -...

## Context / issue Using current node engines with esm modules is difficult and require some hacks as we are compiling `safe-core-sdk` using commonjs ## Proposed solution The proposed solution...

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.63. Release notes Sourced from es5-ext's releases. 0.10.63 (2024-02-23) Bug Fixes Do not rely on problematic regex (3551cdd), addresses #201 Support ES2015+ function definitions in...

dependencies

Hey! I successfully did proposal+approval+execution of an ETH transfer transaction. But I keep failing with contract deployment one. The code: ```ts import {BigNumber, ethers, providers, Signer} from 'ethers' import Safe,...

## Context / issue When working with the SDK, the adapter's concept adds some cognitive complexity (I haven't seen it in any other SDK). It is also another piece that...

## What it solves fix some typos

## Description When you try to use SafeFactory with contractNetworks property for the custom chainId, `safeFactory.deploySafe` fails with an error: SafeProxy was not deployed correctly. If you check on-chain, Safe...

bug

Although [viem](https://github.com/wagmi-dev/viem) is the "new kid in town", it provides a very pleasand and efficient API, it is astonishingly well-documented (see it yourselves at [viem.sh](https://viem.sh)), and is becoming popular extremely...

enhancement