The Block Builder node is a critical component responsible for submitting blocks to the INTMAX Network. This document provides detailed instructions for setting up and operating the Block Builder efficiently.
The Block Builder posts blocks to Scroll from the Ethereum account specified in the BLOCK_BUILDER_PRIVATE_KEY
environment variable. It is a core component that interacts with the Scroll network. To support future enhancements, the Block Builder is designed to accept external transactions, requiring proper domain or IP address configuration for external access.
For stable operation in the mainnet environment, ensure the Block Builder runs continuously.
Create a .env
file and configure it with the following settings.
Replace the placeholders with your actual credentials and URLs:
<private-key>
: The Ethereum private key of an account that holds Scroll Sepolia ETH<your-block-builder-url>
: The URL of your BlockBuilder that is accessible from the internet.<your-scroll-sepolia-rpc-url>
: The RPC endpoint for Scroll Sepolia (Alchemy or custom)Ensure that the Scroll Sepolia network is enabled in your Alchemy dashboard.