Allow initializing a client in read-only mode that prevents write operations. Useful for CI, monitoring, or audit contexts where you want to query forge state without risk of accidental modifications.
Write calls should return a clear error rather than silently succeeding or panicking.
Allow initializing a client in read-only mode that prevents write operations. Useful for CI, monitoring, or audit contexts where you want to query forge state without risk of accidental modifications.
Write calls should return a clear error rather than silently succeeding or panicking.