-
Notifications
You must be signed in to change notification settings - Fork 214
Description
Summary
The plugin should support generating UML sequence diagram from Sandbox SendMessageResult object. A diagram should represent consequence transactions between contracts, display tx's op (in a human-readable form) and a message value, distinguish different contract types. These diagrams can be logged to the stdout
or saved as a png picture.
Context
When it comes to developing a complex smart contract system with many different actors, it is almost impossible to do without an adequate graphical representation. Among other things, graphical schemes can be useful not only at the design stage, but also during testing and debugging of contracts. In particular, such diagrams can provide useful insights regarding gas consumption or debugging of complex transaction chains.
@ton/sandbox provides excellent testing and debugging capabilities. Its flexible API also allows you to develop a utility for automatic generation of visual schemes.
References
- https://plantuml.com/sequence-diagram
PlantUML Sequence Diagram is well suited for describing the interaction of TON actors.
Estimate suggested reward
- Standard TON Footstep NFT
- $200 in TON equivalent
