Skip to content

Endpoint for Wallet V5 #640

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

Merged
merged 1 commit into from
Jun 28, 2024
Merged
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
2 changes: 2 additions & 0 deletions docs/participate/wallets/contracts.md

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs/participate/wallets/contracts.md

Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ The v5 wallet smart contract allows the processing of internal messages signed b
2. Transfer of a small amount of USDt in favor of the Service.
2. This signed message is sent off-chain by HTTPS to the Service backend. The Service backend sends it to the TON blockchain, paying Toncoins for network fees.

Beta version of the gasless backend API is available on [tonapi.io/api-v2](https://tonapi.io/api-v2). If you are developing any wallet app and have feedback about these methods please share it ton [@tonapitech](https://t.me/tonapitech) chat.

Wallet source code:
* [tonkeeper/w5](https://github.com/tonkeeper/w5)

Expand Down
Loading