This course will guide you through implementing and deploying a simple secret auction contract on Telos. You will learn how to use Solidity to write data structures, implement auction process controls, and gain an in-depth understanding of key components including encrypted bidding.
Language
Solidity
Total Length
1.7h
Part of Learning Track
Build on Telos + 1
In this chapter, you will learn about secret auction-related concepts and the overall course planning.
This section introduces how to define the basic data structure of a contract.
This section introduces how to define the basic functional functions of the secret auction contract, such as the constructor for initializing the contract, the function for users to set bids, and the function for users to reveal bids.
This section will continue to introduce the functions of the secret auction contract, such as setting the highest bid, withdrawing the bid, and ending the auction.
In this unit, you will learn how to build and deploy applications.
Language
Solidity
Total Length
1.7h
Part of Learning Track
Build on Telos + 1