Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Test Data Directory

This directory contains sample test data for the BuildBear Contract Verification Tool. The data consists of the default foundry broadcast and out directories:

test_data/
├── broadcast/
│   └── DeployMarket.s.sol/
│       └── 1/
│           └── run-latest.json
└── out/
    └── Contract.json

To run the tool with these test directories:

# In the root directory of the project
./buildbear-verify -broadcast ./test_data/broadcast -out ./test_data/out

This will allow you to test the functionality without needing real contract deployment data.