Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Where can I find documentation on TON payments?

I am looking for documentation on how to send payments through TON.


This question was imported from Telegram Chat: https://t.me/tondev_eng/10339

  
  
Posted one year ago
Votes Newest

Answers


There are two things that you could be talking about. The first are payment channels, which is a statement channel solution that is good if you have many small payments between two parties.

You can find information on payment channels here:
https://github.com/ton-blockchain/payment-channels
https://github.com/toncenter/tonweb/tree/master/src/contract/payments

If you're just trying to send TON from one wallet to another, you could just write a python or node script.

https://ton.org/docs/#/payment-processing/deposits-single-wallet

https://society.ton.org/how-ton-wallets-work-and-how-to-access-them-from-javascript

  
  
Posted one year ago
Jeremy
384 × 5 Administrator
16K Views
1 Answer
one year ago
one year ago
Tags