Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to FT Standard docs in Custom Tokens page #1016

Merged
merged 6 commits into from
Jul 12, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading