Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 508 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 508 Bytes

TonGate

TonGate is a self-hosted and open-source TON payment and withdrawal processor.

Service functions.

  1. Accepting TON
  2. Accepting tokens
  3. API webhooks
  4. User balance

User Flow.

  1. Create User wallet.
  2. Wait for the payment.
  3. Send Webhook to update the balance.

Block scanner flow.

  1. Scan the block header.
  2. Read transactions.
  3. Select transactions that belong to our wallets.
  4. Check if the transaction succeed.
  5. Create the record in the database.
  6. Send the webhook.