From f8242cdcdf98d0598fdc84557839d54b041a213a Mon Sep 17 00:00:00 2001 From: ymekuria Date: Fri, 12 Jul 2024 10:43:54 -0700 Subject: [PATCH] feat(custom-tokens.mdx): add info box recommending the use of the fungible token standard. --- .../writing-a-zkapp/feature-overview/custom-tokens.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/zkapps/writing-a-zkapp/feature-overview/custom-tokens.mdx b/docs/zkapps/writing-a-zkapp/feature-overview/custom-tokens.mdx index 80105636e..b903a0753 100644 --- a/docs/zkapps/writing-a-zkapp/feature-overview/custom-tokens.mdx +++ b/docs/zkapps/writing-a-zkapp/feature-overview/custom-tokens.mdx @@ -17,6 +17,14 @@ keywords: - tokencontract --- +:::info + +If you want to create a fungible token you can use the +[fungible token standard](https://github.com/MinaFoundation/mina-fungible-token/blob/main/documentation/SUMMARY.md) which is built on top of the `TokenContract` class. + + +:::info + # Custom Tokens Blockchain applications have various use cases for custom tokens, including a real-world financial asset, stake in an on-chain protocol, or even skill points in a game.