Skandha Bundler
Installation
Skandha Bundler
Checkout Skandha bundler code on GitHub
Run from Source Code
Run with one-liner:
Or follow steps below:
Skandha will run for chain specified in config.json
The bundler will be available at http://localhost:14337/rpc
How to run (a Docker image)
Additional features
Unsafe mode - bypass opcode & stake validation
Redirect RPC - Redirect ETH rpc calls to the underlying execution client. This is needed if you use UserOp.js
CLI Options
—unsafeMode - enables unsafeMode
—redirectRpc - enables redirecting eth rpc calls
—executor.bundlingMode manual|auto - sets bundling mode to manual or auto on start. Default value is auto
—api.ws true|false - enables / disables websocket server. Default is true
—api.wsPort number - sets websocket service port. Default is the same as api.port