Skip to content

Commit

Permalink
added authentication info
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftAdviser committed Aug 24, 2022
1 parent 69b0aef commit 8d70767
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/develop/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ By community efforts there are already several tutorials available for new TON d

## Smart Contracts development

:::info starter tip
:::tip starter tip
These materials are the best for newcomers to the TON development.
:::

Expand All @@ -15,7 +15,7 @@ Right now there is 2 great approaches how to start developing TON smart contract

## Web and dApps development

For web developer the best approach is to start from this article:
For web developers the best approach is to start from this article:
* [How TON wallets work and how to access them from JavaScript](https://society.ton.org/how-ton-wallets-work-and-how-to-access-them-from-javascript)

### Learning by Examples
Expand Down
19 changes: 14 additions & 5 deletions docs/develop/tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@ Here you can links to the most important resources for you to get started with T

## Development and Testing

### Smart Contracts development

Start developing smart contracts easily with these resources:

* [tonstarter-contracts](https://github.com/ton-defi-org/tonstarter-contracts) - All-in-one templates to build, deploy and test FunC contracts
* Uses npm and TypeScript
* Similar to hardhat experience for EVM devs
* [toncli](https://github.com/disintar/toncli)
* Comfy CLI to build, deploy and test FunC contracts
* [toncli](https://github.com/disintar/toncli) — Comfy CLI to build, deploy and test FunC contracts.
* [MyLocalTON](/develop/nodes/local-ton.md) - Run your private TON blockchain
* [ton-contract-executor](https://github.com/Naltox/ton-contract-executor) - Library for running contracts locally

## SDK
### SDK

Here is a list of modern SDKs that continuously supported and improved:

Expand All @@ -33,6 +32,14 @@ Here is a list of modern SDKs that continuously supported and improved:
* [psylopunk/pytonlib](https://github.com/psylopunk/pytonlib) — Python SDK.
* [toncenter/pytonlib](https://github.com/toncenter/pytonlib) — Python SDK.

### Authentication

In case you want to add login to your website using wallet exists these approaches:

* [TON Connect](https://github.com/tonkeeper/ton-connect/blob/main/TonConnectSpecification.md) by Tonkeeper
* [Tonhub Extensions](https://developers.tonhub.com/docs/apps) by Tonhub


### TonLib

TonLib was a one of the first libraries for working with TON blockchain.
Expand All @@ -50,6 +57,8 @@ TonLib was a one of the first libraries for working with TON blockchain.
* [iOS standard wallet (Swift)](https://github.com/trm-dev/wallet-ios)
* [TonLib CLI (C++)](https://github.com/ton-blockchain/ton/blob/master/tonlib/tonlib/tonlib-cli.cpp)



## APIs

* [TonCenter](https://toncenter.com/) — Fast and reliable HTTP API for The Open Network
Expand Down

0 comments on commit 8d70767

Please sign in to comment.