https://github.com/destiner/wen
Wallet ENvironment for Ethereum
https://github.com/destiner/wen
Last synced: over 1 year ago
JSON representation
Wallet ENvironment for Ethereum
- Host: GitHub
- URL: https://github.com/destiner/wen
- Owner: Destiner
- Created: 2024-10-28T08:08:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T16:58:40.000Z (over 1 year ago)
- Last Synced: 2025-04-20T05:28:07.189Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://wen-playground.vercel.app
- Size: 1.93 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wen
Ethereum Wallet for Developers
[Add to Chrome](https://chromewebstore.google.com/detail/wen/omfihmgdopplefnnekpaanlhmcffkeme)

## Features
- EIP-7702 delegation designation
- ERC-5792 wallet capabilities
- ERC-7677 paymaster service
## Supported methods
- `eth_chainId`
- `eth_accounts`
- `eth_requestAccounts`
- `personal_sign`
- `eth_signTypedData_v4`
- `eth_sendTransaction`
- `wallet_getPermissions`
- `wallet_requestPermissions`
- `wallet_revokePermissions`
- `wallet_getCapabilities`
- `wallet_sendCalls`
- `wallet_getCallsStatus`
- `wallet_showCallsStatus`
### Capabilities
- `atomicBatch`
- `paymasterService`
## Packages
- Packages
- [Extension](./packages/extension/)
- Examples
- [Playground](./examples/playground/)
## Credits
- [EthUI](https://github.com/ethui/ethui) for the inpage <-> service worker provider communication
- [Metamask](https://github.com/metamask) for the open-source packages
- [Rainbow](https://github.com/rainbow-me) for a high bar in UX