Python TAC SDK
Reason this release was yanked:
switch to poetry
Project description
TAC SDK (Python)
Python SDK for TON <-> TAC cross-chain operations.
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.0.tar.gz
(518.7 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.0-py3-none-any.whl
(548.3 kB
view details)
File details
Details for the file tac_sdk-0.1.0.tar.gz.
File metadata
- Download URL: tac_sdk-0.1.0.tar.gz
- Upload date:
- Size: 518.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b3c256941133a0a89be38b107475b173768852b22dba284aa239cb0e1804bbd
|
|
| MD5 |
7a37569e3eab1e6ce215fcd8e137b6fa
|
|
| BLAKE2b-256 |
286a8edfc1bf79bc0df695387fe7460d5ec6e5a56c6d0c1aa969c7ba9f12478c
|
File details
Details for the file tac_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tac_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 548.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb4168ebcacb475b5df59572ca606e27364f35c4584783b0d0d3deb8ee668ef5
|
|
| MD5 |
0c075c40587d72de508b3f7939c1f4e6
|
|
| BLAKE2b-256 |
f53e1682814aa8515eada0e764c385fd606faaf7a11306ec0a7fcfdc9f5cc6d1
|