From f3a5a33bb5327d222a1de4eab61bb2835ada61e2 Mon Sep 17 00:00:00 2001 From: M Glasgow Date: Fri, 6 Oct 2023 15:49:36 +0100 Subject: [PATCH] get-started token --- docs/dev/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/get-started.md b/docs/dev/get-started.md index 85146133..38df8146 100644 --- a/docs/dev/get-started.md +++ b/docs/dev/get-started.md @@ -182,7 +182,7 @@ Here are some introductory resources that cover these concepts. - **[Issuing a Token](issue.md)**: A step-by-step guide on how to issue a token on Ergo. - **[Burning a Token](burn.md)**: Learn how to burn a token, effectively removing it from circulation. - **[Minting an NFT](create.md)**: A comprehensive guide on creating a Non-Fungible Token (NFT) on Ergo. - +- **[Minting a on-chain NFT](on-chain.md)**: Don't want to rely on third-party storage? You can squeeze a NFT directly into the registers! ## App development