https://github.com/polywrap/safe-core-wrap
https://github.com/polywrap/safe-core-wrap
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/polywrap/safe-core-wrap
- Owner: polywrap
- Created: 2023-03-06T21:10:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T17:28:23.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T11:45:26.607Z (over 1 year ago)
- Language: TypeScript
- Size: 371 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# **Safe Core Wrap** · [](https://shields.io)
## The Safe Core Wrap

The Safe Core Wrap is a Polywrap-powered version of the [official Safe Core SDK](https://github.com/safe-global/safe-core-sdk). It allows developers to build ["smart accounts"](https://docs.safe.global/safe-core-protocol/safe-core-protocol), accounts with fully customizable functionality.
Smart accounts aim to bring much-needed UX improvements to web3.
Today, it includes functionality to:
- Create customizable, secure, and modular smart accounts (on top of Safe contracts).
- Enable a gas-less user experience via Gelato, offer sponsored transactions, and allow for fee payments in ERC-20 tokens.
## Playground
This project includes a [playground](./playground) with a few scripts that can be used as a starting point to use the Safe Core Wrap.
## Contributing
Please check out our [contributing guide](./CONTRIBUTING.md) for guidelines about how to proceed.