mirror of
https://github.com/vibe-existing/pyfragment.git
synced 2026-07-25 06:54:31 +00:00
e3706f01bf
- tonutils 2.0.0: TonapiClient → ToncenterV3Client, wallet.transfer() - classes → plain async functions across all utils and methods - core/: constants.py, cookies.py, exceptions.py extracted - DEVICE constant in constants.py (single source of truth) - account/device serialised with json.dumps() in all tx payloads - tests: unittest → pytest, conftest.py fixtures, 001/002 naming - pyproject.toml: pytest + ruff config - min balance check: 0.056 TON
9 lines
300 B
Bash
9 lines
300 B
Bash
# Fragment.com cookies - copy from browser after login (Header String format)
|
|
# Hash is now fetched dynamically
|
|
|
|
# TON wallet seed phrase - 12 or 24 words separated by spaces
|
|
SEED = "your_ton_wallet_seed_phrase_here"
|
|
|
|
# TON API key - get from https://tonconsole.com
|
|
API_KEY = "your_ton_api_key_here"
|