MferSafe Lite is a browser extension designed to help users build transaction bundles for their smart contract wallets. It simplifies the process of composing and simulating transaction bundles, allowing for a smoother user experience on decentralized exchanges (DEXs) and other dApps.
- No private keys required
- Requires 2 RPC URLs for optimal functionality
- Supports ENS on the address field when using the ETH mainnet
- "Fake Account Address" feature for added privacy: Provides dApp frontends with a fake address and replaces it with the real address on the fly when calling
eth_call
. This allows users to hide their real addresses from dApp frontends while still displaying their real address's asset balances.
MferSafe Lite streamlines the process of bundling transactions on DEXs such as Curve.fi. Users no longer need to wait for token approval transactions to be confirmed before performing a swap action. MferSafe Lite simplifies the process of composing and simulating transaction bundles, allowing for a smoother user experience on decentralized exchanges (DEXs) and other dApps.
- MferNode backend: Simulates transaction bundles and provides state diffs. You can host your own node using a simple Docker Compose setup. For more information, visit: https://github.com/sec-bit/mfer-node
- Web3 RPC: For
eth_call
, as some dApp frontends do not support state override (we recommend using Alchemy.com)
- MferSafe Lite receives parameters for
eth_sendTransaction(tx)
and sends them to the MferNode backend for simulation. - MferNode returns the state diff (i.e., the state changes that the transaction will cause).
- The browser extension injects the state diff into every
eth_call()
as the last parameter for state override.
To start using MferSafe Lite, follow these simple steps:
- Install the MferSafe Lite browser extension on your preferred browser Chrome Webstore.
- Configure the required RPC URLs (MferNode backend and Web3 RPC) in the extension settings.
- Enable the "Fake Account Address" feature if desired.
- Begin using MferSafe Lite with your favorite dApps to create and simulate transaction bundles seamlessly.
MferNode RPC (Our node is for testing; you can self-host)
Chain | URL |
---|---|
ETH | https://eth.mfernode.xyz |
BSC | https://bsc.mfernode.xyz |
Polygon | https://polygon.mfernode.xyz |
Arbitrum | https://arb.mfernode.xyz |
If you have any questions, suggestions, or need assistance, feel free to open a issue on our repository.
- Install Pnpm
pnpm i
pnpm dev
Open chrome://extensions/
, enable Developer mode
. Click Load unpacked
button and selct dist
folder.
pnpm build