Prepare your Aptos Dev Environment
aptos move test --named-addresses alcohol_auction=0xff,source_addr=0xab
You can use any addresses instead of 0xff and 0xab.
If you also want to see test coverage, use the following command:
aptos move test --named-addresses alcohol_auction=0xff,source_addr=0xab --coverage
Before running the following command, you should run the aptos init --profile default
command and follow the instructions.
aptos move create-resource-account-and-publish-package --seed 0 --address-name alcohol_auction --named-addresses source_addr=default
Apriorit released alcohol-auction-aptos under the OSI-approved 3-clause BSD license. You can freely use it in your commercial or opensource software.