Skip to content

Commit

Permalink
Merge pull request #487 from tuminzee/main
Browse files Browse the repository at this point in the history
Change Github to GitHub
  • Loading branch information
reveloper authored Mar 9, 2024
2 parents 56e8043 + e7483e9 commit 77d0954
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/develop/dapps/ton-connect/business.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ By using the [TON Connect SDK](https://github.com/ton-connect/sdk) , detailed in
- backend login via the corresponding wallet's address
- sending request transactions and in-wallet signing(accepting requests)

To gain a better understand of what is possible with this solution, check out our demo app that is available on Github: [https://github.com/ton-connect/](https://github.com/ton-connect/demo-dapp)
To gain a better understand of what is possible with this solution, check out our demo app that is available on GitHub: [https://github.com/ton-connect/](https://github.com/ton-connect/demo-dapp)

### Currently supported technology stack:

Expand All @@ -45,4 +45,4 @@ To gain a better understand of what is possible with this solution, check out ou

TON Connect is an open protocol and can be used to develop dapps with any programming language or development environment.

For JavaScript (JS) applications, the TON developer community created a JavaScript SDK that allows developers to integrate TON Connect seamlessly in minutes. In the future, SDKs designed to operate with additional programming languages will be available.
For JavaScript (JS) applications, the TON developer community created a JavaScript SDK that allows developers to integrate TON Connect seamlessly in minutes. In the future, SDKs designed to operate with additional programming languages will be available.
2 changes: 1 addition & 1 deletion docs/develop/dapps/ton-connect/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ TON Connect ensures that users have explicit control over the data they share, m
- Through TON Connect, security parameters are put in place to allow users data to be directly authenticated with their wallet address. This allows users to make use of multiple wallets and choose which one is used within a particular app.
- The TON Connect protocol allows for personal data item sharing (such as contact details and KYC info etc.) meaning the user explicitly confirms the sharing of such data.

Specific details and related code examples pertaining to TON Connect and its underlying security-focused design can be found via [TON Connect Github](https://github.com/ton-connect/).
Specific details and related code examples pertaining to TON Connect and its underlying security-focused design can be found via [TON Connect GitHub](https://github.com/ton-connect/).

2 changes: 1 addition & 1 deletion docs/develop/dapps/tutorials/collection-minting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1123,4 +1123,4 @@ Today you have learned a lot of new things about TON and even created your own b
- [NFT Standart](https://github.com/ton-blockchain/TEPs/blob/master/text/0062-nft-standard.md)

## About the author
- Coalus on [Telegram](https://t.me/coalus) or [Github](https://github.com/coalus)
- Coalus on [Telegram](https://t.me/coalus) or [GitHub](https://github.com/coalus)
2 changes: 1 addition & 1 deletion docs/develop/dapps/tutorials/simple-zk-on-ton.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,4 +595,4 @@ If you have any questions or encounter any errors in this tutorial, feel free to


## 📬 About the author
- Saber on [Telegram](https://t.me/saber_coder) or [Github](https://github.com/saberdotcoder) or [LinkedIn](https://www.linkedin.com/in/szafarpoor/)
- Saber on [Telegram](https://t.me/saber_coder) or [GitHub](https://github.com/saberdotcoder) or [LinkedIn](https://www.linkedin.com/in/szafarpoor/)
4 changes: 2 additions & 2 deletions docs/develop/smart-contracts/security/ton-hack-challenge-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The TON Hack Challenge was held on October 23.
There were several smart contracts deployed to the TON mainnet with synthetic security breaches. Every contract had a balance of 3000 or 5000 TON, allowing participant to hack it and get rewards immediately.

Source code and contest rules were hosted on Github [here](https://github.com/ton-blockchain/hack-challenge-1).
Source code and contest rules were hosted on GitHub [here](https://github.com/ton-blockchain/hack-challenge-1).

## Contracts

Expand Down Expand Up @@ -157,5 +157,5 @@ Hope this article has shed some light on the non-obvious rules for FunC develope

Originally written by Dan Volkov

- [dvlkv on Github](https://github.com/dvlkv)
- [dvlkv on GitHub](https://github.com/dvlkv)
- [Original article](https://dev.to/dvlkv/drawing-conclusions-from-ton-hack-challenge-1aep)

0 comments on commit 77d0954

Please sign in to comment.