Stablecoin

View on Github
Smart Contract
Tutorial
DeFi
Learn how to build a stablecoin on Aptos. This example will show you how to create a stablecoin with key management features.
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.