Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 452 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 452 Bytes

Validator Pass

The Early Validator Pass (EVP) ERC721 token contract.

Documentation

https://book.getfoundry.sh/

Usage

Build

forge build

Test

forge test

Deploy

make deploy

Local chain

anvil
make local-fund ADDRESS="YOURADDRESSHERE"

Analyze

make slither
make mythril TARGET=Counter.sol

Help

forge --help
anvil --help
cast --help