https://github.com/coinbase/smart-wallet-permissions
https://github.com/coinbase/smart-wallet-permissions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/coinbase/smart-wallet-permissions
- Owner: coinbase
- License: mit
- Created: 2024-08-09T01:59:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T00:58:32.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:38:42.289Z (about 1 year ago)
- Language: Solidity
- Size: 8.05 MB
- Stars: 19
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Audit: audits/0-Coinbase-Protocol-Security.pdf
Awesome Lists containing this project
README
# Smart Wallet Permissions
**Permissions enable apps to submit transactions on behalf of users.**
Permissioned user operations can avoid typical user friction in web3 apps like:
- Wallet popup windows
- Passkey biometric scans
- User presence in-app
Permissions unlock experiences that keep all of the unique properties of wallets (self-custody, data portability, etc.) without sacrificing on user experience compared to web2:
- Sign-in and never see mention of a wallet again
- High-frequency transactions (gaming, social, etc.)
- Background transactions (automated trading, subscriptions, etc.)
## Get started
> **Note**: These contracts are currently unaudited and are only recommended for testing purposes. Use at your own risk.
Read about how to [get started here](./docs/examples/).
## Learn more
For auditors and the curious, we recommend reading our deep-dive documentation [here](./docs).