Hey everyone 👀
We are testing out the 0xGasless Server Wallets, the easiest way to give your users real self-custodial wallets without forcing them to deal with seed phrases or gas.
What it does (in plain english):
- Spin up proper onchain wallets for every user
- Keep the private keys encrypted (AES-256-GCM) on your server
- Sign & send txs for them so they never pay gas or touch a key
- Works out-of-the-box on Ethereum, Base, Avalanche, Polygon… any EVM chain
- One address = works everywhere
Built for real products:
- Super simple REST API (runs on Bun)
- TursoDB in prod, plain SQLite locally
- ethers.js under the hood
- Ephemeral auth keys so users can securely approve txs from your app
Why devs are loving it:
✅ Self-custodial (users truly own the wallet)
✅ Zero key management on the client
✅ Same address across every EVM chain
✅ Battle-tested security, ready for production
✅ Docs that don’t suck.
Coming soon...