A dedicated page for Ethereum transactions. Never load ethers.js or web3.js again!
Instead of having each DApp load Ethers, learn how to request transactions, and provide lackluster wallet support (usually just MetaMask), why don't we all share one transaction page?
This transaction page allows connecting via any wallet, and allows any transaction to be requested from the user. All of this is possible with a clean URL-encoding system such that there are no servers and there is no state. Say hello to txn.xyz!
The project uses Nextjs and TypeScript to connect users to Polygon, Optimism, and many other chains.
It's deployed via Vercel and has no backend so that downtime is limited. If you want to run your own deployment to eliminate downtime, you may do so as everything is included in this one repo!