Skip to content

An example of how the Aptos blockchain can be used to build a blockchain-based solution for an alcohol manufacturing company

License

Notifications You must be signed in to change notification settings

apriorit/alcohol-auction-aptos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An example of how the Aptos blockchain can be used to build a blockchain-based solution for an alcohol manufacturing company

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages