From 2f67f6cc9dac2d27a67e2906a7e2e333eb29654f Mon Sep 17 00:00:00 2001 From: JMPixelPlex Date: Sun, 24 Nov 2024 20:49:33 +0100 Subject: [PATCH] Update notcoin.mdx --- docs/v3/guidelines/dapps/tma/notcoin.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/v3/guidelines/dapps/tma/notcoin.mdx b/docs/v3/guidelines/dapps/tma/notcoin.mdx index f4193a1f1a..e4a871f2b9 100644 --- a/docs/v3/guidelines/dapps/tma/notcoin.mdx +++ b/docs/v3/guidelines/dapps/tma/notcoin.mdx @@ -9,13 +9,13 @@ ## Project Description -Notcoin was created by Open Builders, developers of the TON blockchain. Is a pioneering digital asset that has quickly captured the attention of the online community, reaching an impressive milestone of 4 million players. Unlike traditional cryptocurrencies, NotCoin is designed with a unique approach that combines elements of gamification, social interaction and digital scarcity to create an engaging user experience. This innovation not only challenges conventional wisdom about digital currencies, but also demonstrates the potential for viral growth in digital assets. +Notcoin was created by Open Builders, developers of the TON blockchain. It is a pioneering digital asset that has quickly captured the attention of the online community, reaching an impressive milestone of 4 million players. Unlike traditional cryptocurrencies, NotCoin is designed with a unique approach that combines elements of gamification, social interaction and digital scarcity to create an engaging user experience. This innovation not only challenges conventional wisdom about digital currencies but also demonstrates the potential for viral growth in digital assets. ### Key Features - **Gamification**: NotCoin integrates game-like elements into its ecosystem, encouraging user engagement and participation through challenges, achievements, and rewards. This approach significantly differs from the typical transaction-based model of other cryptocurrencies, making it more accessible and enjoyable for a broader audience. -- **Social Dynamics**: The platform leverages social networks and community building as a core part of its strategy. Users are motivated to invite friends and participate in community events, fostering a sense of belonging and significantly contributing to its viral spread. -- **Digital Scarcity and Rewards**: NotCoin employs a mechanism of digital scarcity, ensuring that the asset remains valuable and sought after. This is coupled with a rewards system that incentives active participation and contribution to the community. +- **Social Dynamics**: The platform leverages social networks and community building as a core part of its strategy. Users are motivated to invite friends and participate in community events, fostering a sense of belonging and significantly contributing to its viral growth. +- **Digital Scarcity and Rewards**: NotCoin employs a mechanism of digital scarcity, ensuring that the asset remains valuable and sought after. This is coupled with a rewards system that incentivizes active participation and contribution to the community. - **Innovative Technology**: The underlying technology of NotCoin is designed for scalability, security, and ease of use. This ensures that as the platform grows, it remains efficient and accessible to users worldwide. - **Environmental Considerations**: NotCoin takes a conscious approach to its environmental impact, utilizing energy-efficient methods in its operation and promoting sustainable practices within its community. @@ -25,7 +25,7 @@ NotCoin’s rise to 4 million players is a testament to its innovative approach ## Front-end -The project presents a very simple functionality. Notcoin component is an interactive button that reacts to user's touches with animations and dynamic updates. This component can be used in various interactive applications (games), where animation and feedback on user actions are needed. +The project presents a very simple functionality. The NotCoin component is an interactive button that reacts to users' touches with animations and dynamic updates. This component can be used in various interactive applications (games), where animation and feedback on user actions are needed. ## Smart-contract @@ -39,9 +39,9 @@ Notcoin represents a standard TON jetton smart contracts with additional functio - admin of jetton can change jetton-minter code and it's full data. :::warning -It is critically important for issuer to carefully manage the admin's account private key to avoid any potential risks of being hacked. It is highly recommend to use multi-signature wallet as admin account with private keys stored on different air-gapped hosts / hardware wallets. +It is critically important for the issuer to carefully manage the admin account’s private key to avoid any potential risks of hacking. It is highly recommended to use a multi-signature wallet as the admin account, with private keys stored on different air-gapped hosts or hardware wallets. ::: :::warning -The contract does not check the code and data on upgrade message, so it is possible to brick the contract if you send invalid data or code. Therefore you should always check the upgrade in the testnet. -::: \ No newline at end of file +The contract does not check the code and data in upgrade messages, so it is possible to brick the contract if invalid data or code is sent. Therefore you should always check the upgrade in the testnet. +:::