You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’d like to request support or clearer documentation for running permissioned Solana chains (private or consortium networks) using the Solana codebase.
Background & Motivation
Solana is designed as a high-performance, permissionless blockchain.
However, some enterprise and research use cases require permissioned setups where validator participation and transaction submission are restricted.
Private testing environments with restricted validator sets.
Oracle networks (similar to Pythnet).
Currently, it is possible to fork the Solana codebase and create private clusters, but there is no official documentation or configuration options for setting up a permissioned validator set.