// our commit message
A simple auction project implemented in the SUI Move language.
This project demonstrates a basic auction smart contract using Move. It allows users to place bids and determines the winner after the auction ends.
- Start and end auctions
- Place bids
- Track highest bidder and bid
- Secure fund handling
-
Clone the repository:
git clone https://github.com/yourusername/Auction.git cd Auction -
Build the Move package:
sui move build
-
Run tests:
sui move test
sources/- Move modules and scriptstests/- Test cases for the auction logic
- Move CLI
- Rust (for building Move tools)
MIT