git clone https://github.com/etherspot/skandha && cd skandhayarn build && yarn bootstrapcp config.json.default config.jsonedit config.json(optional) run local geth-node from test/geth-dev./skandha standalone
Skandha will run for chain specified in config.jsonThe bundler will be available at http://localhost:14337/rpc
Unsafe mode - bypass opcode & stake validationRedirect RPC - Redirect ETH rpc calls to the underlying execution client. This is needed if you use UserOp.jsCLI 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