Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 550 Bytes

File metadata and controls

49 lines (33 loc) · 550 Bytes

Medtrust

Medtrust is a prototype for pharmaceutical supply chain management using blockchain

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

To start a local node, run:

anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

To interact with contracts, run:

$ cast <subcommand>

Help

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