📄️ Requirement
Verse-Layer Hardware Requirements
📄️ Building Verse Procedure
Building Verse is divided into 3 main steps, which we will explain individually. We strongly recommend trying the entire process on a testnet first.
📄️ Optional Configurations
Optional configurations are primarily achieved by modifying parameters in the settings files. Accordingly, we will mainly focus on explaining the purposes of these configuration files.
📄️ Verse Verifier
The Verse Verifier implements our unique mechanism, Instant Verify, designed to expedite L2 withdrawals. Originally, Optimistic Rollups required a 7-day waiting period for L2 withdrawals. By validating the L2 state with our L1 validator sets, we are able to bypass this waiting period.
📄️ Monitoring
Since the security of Verse relies on L1, simply monitoring whether the block height is incrementing correctly, similar to a validator node monitoring, is insufficient. Verse operates with 6 independent services, highlighting the complexity of monitoring. To ensure that your Verse is functioning properly, we provide a shell script. Please refer to the section below for more details.
📄️ Upgrade Verse
Upgrading OP Services
📄️ Replica Node
You can build a read-only replica node of Verse-Layer.
📄️ Verse Proxy
This is proxy to control access allow list to verse layer.
🗃️ Explorer
3 items
📄️ The Graph (Indexer)
Introduction