-
Notifications
You must be signed in to change notification settings - Fork 964
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 README.md #984
base: master
Are you sure you want to change the base?
Update README.md #984
Conversation
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.
The content is generally fine, but some expired links need to be adjusted.
- To develop decentralised apps check [Tutorials](https://ton.org/docs/develop/smart-contracts/), [FunC docs](https://ton.org/docs/develop/func/overview) and [DApp tutorials](https://ton.org/docs/develop/dapps/) | ||
- To work on TON check [wallets](https://ton.app/wallets), [explorers](https://ton.app/explorers), [DEXes](https://ton.app/dex) and [utilities](https://ton.app/utilities) | ||
- To interact with TON check [APIs](https://ton.org/docs/develop/dapps/apis/) | ||
__The Open Network (TON)__ is a fast, secure, scalable blockchain focused on handling _millions of transactions per second_ (TPS) with the goal of reaching hundreds of millions of blockchain users. To learn more about different aspects of TON blockchain and its underlying ecosystem check [documentation](https://ton.org/docs). |
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.
The Open Network (TON) is a fast, secure, scalable blockchain focused on handling millions of transactions per second (TPS) with the goal of reaching hundreds of millions of blockchain users. To learn more about different aspects of TON blockchain and its underlying ecosystem check documentation.
__The Open Network (TON)__ is a fast, secure, scalable blockchain focused on handling _millions of transactions per second_ (TPS) with the goal of reaching hundreds of millions of blockchain users. To learn more about different aspects of TON blockchain and its underlying ecosystem check [documentation](https://ton.org/docs). | |
__The Open Network (TON)__ is a fast, secure, scalable blockchain focused on handling _millions of transactions per second_ (TPS) with the goal of reaching hundreds of millions of blockchain users. To learn more about different aspects of TON blockchain and its underlying ecosystem check [documentation](https://docs.ton.org/). |
|
||
## Develop decentralised apps | ||
|
||
There is a [FunC](https://ton.org/docs/develop/func/overview) as main programming language for smart contract creation. Check FunC [Tutorials](https://ton.org/docs/develop/smart-contracts/) to [develop DApp](https://ton.org/docs/develop/dapps/). To work on TON check [wallets](https://ton.app/wallets), [explorers](https://ton.app/explorers), [DEXes](https://ton.app/dex) and [utilities](https://ton.app/utilities). |
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.
There is a FunC as main programming language for smart contract creation. Check FunC Tutorials to develop DApp. To work on TON check wallets, explorers, DEXes and utilities.
There is a [FunC](https://ton.org/docs/develop/func/overview) as main programming language for smart contract creation. Check FunC [Tutorials](https://ton.org/docs/develop/smart-contracts/) to [develop DApp](https://ton.org/docs/develop/dapps/). To work on TON check [wallets](https://ton.app/wallets), [explorers](https://ton.app/explorers), [DEXes](https://ton.app/dex) and [utilities](https://ton.app/utilities). | |
There is a [FunC](https://docs.ton.org/develop/func/overview) as main programming language for smart contract creation. Check FunC [Tutorials](https://docs.ton.org/develop/smart-contracts/) to [develop DApp](https://docs.ton.org/develop/dapps/). To work on TON check [wallets](https://ton.app/wallets), [explorers](https://ton.app/explorers), [DEXes](https://ton.app/dex) and [utilities](https://ton.app/utilities). |
|
||
## Ton API | ||
|
||
To interact with TON check [APIs](https://ton.org/docs/develop/dapps/apis/) section. |
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.
To interact with TON check APIs section.
To interact with TON check [APIs](https://ton.org/docs/develop/dapps/apis/) section. | |
To interact with TON check [APIs](https://ton.org/docs/develop/dapps/apis/) section. |
Related Issue
#983