Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 524 Bytes

VISUAL.md

File metadata and controls

16 lines (7 loc) · 524 Bytes

Generating Contract Visuals

We use surya to create contract diagrams.

Run yarn visualize to generate an amalgamated contract visualization in the out/ directory. Or use the below commands for each respective contract.

YobotArtBlocksBroker.sol

Run surya graph -s src/YobotArtBlocksBroker.sol | dot -Tpng > out/YobotArtBlocksBroker.png

YobotERC721LimitOrder.sol

Run surya graph -s src/YobotERC721LimitOrder.sol | dot -Tpng > out/YobotERC721LimitOrder.png