The Simulation Dry Run skill provides a robust framework for testing fund-moving scripts and complex DeFi strategies in a safe, isolated environment. By leveraging Gorlami fork RPCs, it allows developers to iterate on deposit, withdrawal, and swap flows while validating approvals, gas estimates, and calldata accuracy without risking real assets. It includes comprehensive guidelines for configuration, seeding account balances, and implementing safe script patterns to catch common failures such as sequencing errors or incorrect units before they reach the mainnet.
Key Features
0110 GitHub stars
02Standardized CLI patterns and runner flags for safety
03Fork-based scenario testing using Gorlami RPCs
04Detailed debugging for gas issues and calldata shapes
05Automated balance seeding and environment configuration
06Validation of multi-step transaction sequences and approvals
Use Cases
01Testing complex DeFi strategy flows like swaps, lending, and bridging
02Verifying transaction logic and state changes before live deployment
03Debugging gas limits and calldata errors in multi-step scripts