- Сообщения
- 650
- Реакции
- 190
Formony - Python API client for blockchain Telegram Open Network liteclient protocol, which is based itself on tdlib library.
To be done
To be done
- parallel multithreading calling of libtonlibjson. Note: there is no GIL problem due using ctypes.CDLL()
- support all the funcs of libtonlibjson as described in spec and mirror here. TL itself described here
- asyncio wrapper
- support smart contracts build
- crypto primitives to work with plain keys
- support of BIP32 mnemonic (see testsuite)
- support key derivation as in BIP44