Alto is a Typescript implementation of the ERC-4337 bundler specification developed by Pimlico, focused on transaction inclusion reliability.
For a full explanation of Alto, please visit our docs page
pnpm install
pnpm build
./alto --entrypoints "0x5ff1...2789,0x0000...a032" --executor-private-keys "..." --utility-private-key "..." --min-balance "0" --rpc-url "http://localhost:8545" --network-name "local"
To find a list of all options, run:
./alto help
A helper script for running Alto locally with an Anvil node can be found at scripts/run-local-instance.sh.
A comprehensive guide for self-hosting Alto can be found here.
pnpm build
pnpm test # note: foundry must be installed on the machine for this to work
--environment development --bundleMode manual --safeMode true
Distributed under the GPL-3.0 License. See LICENSE for more information.
Feel free to ask any questions in our Telegram group