Basic Auction
In this section, we will analyze a simple auction contract, which allows users to place bids, track the highest bidder and claim tokens at the end of the auction. After, we will cover how to test the contract, as well as how to deploy it on testnet
.
Documentation
During this tutorial, we will be relying on the Smart Contract Documentation and its different sections
Prerequisites
Make sure to read the Prerequisites section and install the necessary tools before starting this tutorial