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
Milestone 1 focuses on the development of the Core Simulation Engine for TxSim. This includes the initial backend logic required to simulate transactions on Moonbeam (EVM) and Astar (WASM).
9
+
We have also implemented the first version of our fee estimation module to help users understand weight-based costs before they sign transactions. This foundation allows for future risk detection and SDK integration.
10
+
> Please provide a short paragraph or two connecting the deliverables in this milestone and describing their purpose.
| 0b. | Documentation | [Documentation](https://github.com/EmmanuelEklipse/TxSim/blob/main/README.md) | Includes inline docs and a user guide for the engine. |
18
+
| 0c. | Testing and Guide | [Tests](https://github.com/EmmanuelEklipse/TxSim/tree/main/backend/src/__tests__) | Core functions covered by unit tests (≥80% coverage). |
19
+
| 0d. | Docker | [Dockerfile](https://github.com/EmmanuelEklipse/TxSim/blob/main/backend/docker/Dockerfile) | Dockerfile for quick testing and deployment. |
> The team has successfully established the architectural hooks needed for Milestone 2 (Fee Optimization). We have verified the connection to Moonbeam and Astar RPC nodes to ensure simulation accuracy.
0 commit comments