Comment on page

Using foundry

Follow the instructions here
Your ETH RPC URL shold be set like this:
export ETH_RPC_URL=http://35.215.120.180:8545
In order to deploy execute the following command:
forge create --mnemonic-path ./mnem.delme VendingMachine --legacy
This assumes your mnemonic is in a file named: menm.delme