Skip to content

Akpahsamuel/Auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

142 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// our commit message

Auction

A simple auction project implemented in the SUI Move language.

Overview

This project demonstrates a basic auction smart contract using Move. It allows users to place bids and determines the winner after the auction ends.

Features

  • Start and end auctions
  • Place bids
  • Track highest bidder and bid
  • Secure fund handling

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/Auction.git
    cd Auction
  2. Build the Move package:

    sui move build
  3. Run tests:

    sui move test

Project Structure

  • sources/ - Move modules and scripts
  • tests/ - Test cases for the auction logic

Requirements

  • Move CLI
  • Rust (for building Move tools)

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10

Languages