Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 970 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 970 Bytes

Alcohol auction

Prerequisites

Prepare your Aptos Dev Environment

Running tests

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

Deploying contracts

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

License

Apriorit released alcohol-auction-aptos under the OSI-approved 3-clause BSD license. You can freely use it in your commercial or opensource software.