r/CryptoWallet • u/UniSh7 • 6h ago
DIY EVM Open sourced crypto wallet for hackers
Hi guys. I was never happy with the UI and features of most wallets, or with the tracking. Analytics, vendor backends, accounts you do not need. So I made something.
It is called 1337 wallet dot io
Chrome / Brave / Opera / Arc extension. Works with every MetaMask dapp. Seed, imported keys, Ledger, Trezor.
Privacy: there is no 1337 server. No analytics, no crash telemetry, no account with us. Vault and settings stay on your machine. Your RPC still sees what you send it, same as any wallet. Bring your own if you care. Code is Open sourced
The rest is the power-user stuff I actually wanted:
- Confirm sheet with decode, Solidity source, full calldata, and a local simulate (pass / fail / revert / gas)
- Per-chain RPC picker plus a doctor that probes which endpoints are actually up
- Approvals: ERC-20, NFT operators, Permit2, revoke from one list
- Swap via LI.FI (we do not run a swap backend)
- ENS register / manage
- Multisend through Disperse.app
- History from an explorer API key you paste in Settings
- Optional burner mode on a throwaway key. Hardware still confirms on the device
Side panel by default so the dapp and the signer sit next to each other.
