Skip to content

Latest commit

Β 

History

History
33 lines (25 loc) Β· 2.15 KB

File metadata and controls

33 lines (25 loc) Β· 2.15 KB

Auctions Tutorial πŸ§‘β€βš–οΈ

This repository contains examples that are used as part of the Auction Tutorial in the documentation.

The repo contains three versions of an auction contract written in both Rust, JavaScript and Python. The first contract is a simple auction where you can place bids and claim the auction, the second introduces NFTs as a prize and the final contract uses fungible tokens to place bids.

This repo also has two different frontends, one for the simple auction and one for the final contract that uses FTs and NFTs.

Lastly, this repo contains a factory contract written in rust that is used to deploy new auctions and initialize them.


What These Examples Show