Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 730 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 730 Bytes

Hook

Hook 0x Property Validator

Hook uses the property validator interface from 0x (IPropertyValidator.sol) to enable propertyData to be used in orders.

Setup

This repository utilizes Foundry for test suites and forge install to install dependencies from git submodules

Contract Addresses

[ TODO: Update contract addresses with the mainnet deployment ]

Testing

forge test to run all forge tests
forge test --match-contract <Test Contract Name> to run tests on a specific contract

Additional Foundry Info

Foundry

Foundry Book

Licence

MIT Copyright 2022 Abstract Labs, Inc.