Setting Up the Binary for a t3rn ExecutorThis guide will walk you through setting up the t3rn executor binary on your system. It includes installation steps, code snippets, and configuration details.PrerequisitesBefore proceeding, ensure you have the following:A Unix-based system (Linux/MacOS) or WSL2 for Windows.Rust toolchain installed.Basic knowledge of terminal commands.Steps to Set Up the Executor Binary1. Clone the t3rn RepositoryFirst, clone the official t3rn repository:# Clone the rep...