Stablecoin

View on Github
Smart Contract
Tutorial
DeFi
学习如何在 Aptos 上构建稳定币。本示例将展示如何创建一个具备关键管理功能的稳定币。
Author: Kshitj

In this tutorial, we will build out a Move smart contract (module) from scratch with key stablecoin features such as Minting, Burning, and Transferring. All of the features will be implemented with key management and control features using the Fungible Asset Standard.