A collection of reusable Solidity libraries that can be used across multiple blockchain projects.
- Install packages
$ forge install- Build contracts
$ forge build- Run test
$ forge test$ forge script <path/to/file.s.sol> -f --private-key <your_private_key>