-
Notifications
You must be signed in to change notification settings - Fork 0
add docs on How to get TON testnet tokens #599
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
base: main
Are you sure you want to change the base?
Conversation
To fix the formatting issues:
npx remark -o --quiet --silently-ignore ecosystem/wallet-apps/testnet-tokens.mdx |
To fix the formatting issues:
npx remark -o --quiet --silently-ignore ecosystem/wallet-apps/testnet-tokens.mdx |
Thanks for the focused docs update to the wallet-apps content. I don’t see any issues that require changes at this time. |
sidebarTitle: "Fund testnet wallet" | ||
--- | ||
|
||
TON testnet tokens are free test coins used for development and testing on the TON testnet network. They have no real value and are used instead of spending real TON. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"real TON" -- this violates our styleguide, use Toncoin instead
|
||
## Get tokens from the testnet faucet bot | ||
|
||
The TON testnet faucet is a TON Telegram bot that dispenses free test TON tokens. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is a "TON Telegram bot"?
|
||
<Note>You can request test TON once every hour.</Note> | ||
|
||
<img |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need two images: one for the light color theme and one for the dark one
|
||
## Verify the tokens | ||
|
||
After requesting tokens, wait a few seconds for the transaction to complete. Then, check your wallet balance to confirm you received the testnet TON. You can also verify the transaction on the [Testnet explorer](https://testnet.tonscan.org/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please provide full example, this article needs to be self-contained and it should not presume full familiarity with TON blockchain: if you mention any checks, then there should be a screenshot of how it's supposed to look like, both in your wallet and in the testnet explorer
Closes #588