Python TAC SDK
Project description
TAC SDK (Python)
Python SDK for TON <-> TAC cross-chain operations. Repository: https://github.com/TacBuild/python-tac-sdk
ETH <-> TON Bridge Helpers
See the dedicated helper docs: helpers/README.md
Installation
pip install tac-sdk
Quick start
import asyncio
from sdk.tac_sdk import TacSdk
from structs.struct import Network, SDKParams
async def main() -> None:
sdk = await TacSdk.create(SDKParams(network=Network.TESTNET))
token = await sdk.getFT("EQBLi0v_y-KiLlT1VzQJmmMbaoZnLcMAHrIEmzur13dwOmM1")
print(token.address)
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tac_sdk-0.1.2.tar.gz
(495.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tac_sdk-0.1.2-py3-none-any.whl
(560.0 kB
view details)
File details
Details for the file tac_sdk-0.1.2.tar.gz.
File metadata
- Download URL: tac_sdk-0.1.2.tar.gz
- Upload date:
- Size: 495.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3616dbd7f162bad687dd249187919b2382741b4b2b0c838319bb61c803e3f025
|
|
| MD5 |
15dfb22e4928b473ed06ac78c5e85627
|
|
| BLAKE2b-256 |
aacd4dd42321358dffd15db338ffe5c187f3976e91c02021d0c12cd4e39f9883
|
File details
Details for the file tac_sdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: tac_sdk-0.1.2-py3-none-any.whl
- Upload date:
- Size: 560.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.13.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86f547e555cc407ee49643a910ec305e80e882a02d8c563fd836f6308fa4b656
|
|
| MD5 |
9136201186efd280b51e498084938f0c
|
|
| BLAKE2b-256 |
228a5ae4b44d3f73b0c7b067ac60c5d00964786b37cdd09d69e51b25db3feca1
|