Silius
  • Silius
  • Overview
    • Getting started
    • Architecture
    • Project structure
  • Tutorials
    • Building and running from source
    • Running in Docker
    • Running separate components
    • Alternative mempools
    • ERC-4337 examples
    • Bundler spec tests
    • P2P
  • Libraries/crates
    • Primitives
    • Contracts
    • UoPool
    • Bundler
    • RPC
    • gRPC
  • Ecosystem
    • Ethers UserOp
    • Luban the Paymaster
Powered by GitBook
On this page
  • Building and running from source
  • Running in Docker
  • Using Silius crates in your project
  1. Overview

Getting started

PreviousSiliusNextArchitecture

Last updated 1 year ago

There are three ways to get started with Silius:

  1. Building and running from source.

  2. Running in Docker.

  3. Using Silius crates in your project.

Building and running from source

As with other Rust projects, you can build Silius from source with the Cargo package manager. For more information, click .

Running in Docker

There is a Docker image available on the that is updated on an ongoing basis as the new features are developed. For more information, click .

Using Silius crates in your project

Silius is created from several crates that can be reused and imported into any Rust project. For more information, click .

here
GitHub Container Registry (ghcr.io)
here
here