This course will guide you in implementing a staking protocol on Telos.
Language
Solidity
Total Length
1.7h
Part of Learning Track
Build on Telos + 1
The complete process of implementing a Staking Protocol on Telos
Course Introduction to Implementing a Staking Protocol on Telos.
In this section, you will learn how to initialize the staking protocol and understand the roles of various basic settings and variables in the contract.
This section introduces how to query the number of pools.
This section introduces how to add and update pools.
This section introduces how to implement the staking and withdrawal functions in the staking protocol.
This section introduces how to safely transfer reward tokens to users.
In this chapter, you will learn how to build and deploy the application.