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

Update notcoin.mdx #876

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/v3/guidelines/dapps/tma/notcoin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand All @@ -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.
:::
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.
:::