pytonlib icon indicating copy to clipboard operation
pytonlib copied to clipboard

Simple python client for The Open Network

Results 19 pytonlib issues
Sort by recently updated
recently updated
newest added

Hi. I want to connect my wallet through your library using a QR code like this: How do I do this?

``` raceback (most recent call last): File "D:\tonTgWallet\main.py", line 6, in client.init_tonlib() File "D:\tonTgWallet\venv\lib\site-packages\ton\sync.py", line 19, in syncified return loop.run_until_complete(coro) File "C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete return future.result() File "D:\tonTgWallet\venv\lib\site-packages\ton\client\tonlib_methods.py",...

Hi! Is it possible to change my "inactive" state to "active" state using pytonlib?

Hello, @psylopunk First of all, thats a great library. The only thing that I want to know is how can I test your library to work with my project? In...

wallet.transfer(dest,money) works great 1 wallet.transfer_nft(nft,dest) gives error 2 account = await client.find_account('EQCEXDQWeqjLP4BehKzzwbuRBsxQHVwEa9j4MGunBs1Vkg_w') body = account.create_transfer_nft_body('EQCl1Ug9ZT9ZfGyFH9l4q-bqaUy6kyOzVPmrk7bivmVKJRRZ') wallet.transfer(account.address, client.to_nano(0.05), data=body.serialize_boc()) gives error too 1 and 2 generate same error: `[ 0][t 2][2022-10-29...

Как собрать libtonlibjson в windows?

- **_@@@![image](https://user-images.githubusercontent.com/121061999/211227337-7bb635b2-9c5b-429b-9b6c-6b1cdc376f63.jpeg)_**_![image](https://user-images.githubusercontent.com/121061999/211227343-fc349845-411e-4c71-ade5-94537248e453.png)_

Can this be run and used on MacOS on an Apple M1 chip?