README.md

December 14, 2022 ยท View on GitHub

ADNL pure-golang implementation.

This library implements ADNL protocol to communicate with TON nodes at low level.

Protocol description you can find here:

  • tonstack
  • TON Whitepaper, section 3.1

Usage

Example

Contents

  1. 1ADNL pure-golang implementation.
  2. 1.1Usage