Medtrust is a prototype for pharmaceutical supply chain management using blockchain
$ forge build
$ forge test
$ forge fmt
anvil
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
$ cast <subcommand>
$ forge --help
$ anvil --help
$ cast --help