Running separate components
Since the architecture of the Silius bundler is modular, you can run all components together or only a single component (based on your use case).
There are 4 commands available within Silius binary:
bundler - runs all components
bundling - runs the bundling component
uopool - runs the user operation mempool
rpc - runs the RPC API
Bundler:
Bundling component:
User operation mempool:
RPC:
You can also run all commands in Docker.
Last updated