Hi, when I tried to using TonKeeper transfer my own NFT Item(I am testing), got this error for exit code 9.
What is that mean for the NFT Item that Cell underflow?
Jan 5, 2023, 12:02 PM
anyone know why got this when using toNano on ton libraries?
Tried to type in 0.1 TON only.
still got error my friend😅
Jan 5, 2023, 1:03 PM
You need to pass string to toNano. Like toNano('0.1').
Jan 5, 2023, 1:03 PM
got it. Thank you!
is the test-net API dead? Was able to fetch data before. Now, it doesn't work then.
Exit code 11
you mean because contract does not have any TON in balance?
Sorry, I was reading the wrong contract address. That is why!
Remember that in TON network, NFT has Collection contract and NFT Item contract!
Remember that in TON network, NFT has Collection contract and NFT Item contract!
any method to solve the deploy URL too long?
🫥
Jan 5, 2023, 2:14 PM
How long is it btw?
Jan 5, 2023, 2:14 PM
Let me DM you the URL
literrally broader than my monitor lmao
ðŸ«
Jan 5, 2023, 2:32 PM
Please note there is 64 KB restriction on size of external messages. Bigger BOCs have to be split and rebuilt onchain, using some contract like here (https://github.com/ton-blockchain/func-contest3).
Jan 5, 2023, 2:32 PM
I can only code in Tact ðŸ˜
Jan 5, 2023, 2:33 PM
The number of characters would be enough...
I wonder if it's possible to use some compression, e.g. Brotli to reduce the data size… 🤔
Jan 5, 2023, 2:38 PM
You'll have to decompress it onchain)
Jan 5, 2023, 2:38 PM
Isn't it's used in the ton-transfer URL? The wallet software can decompress it.
Jan 5, 2023, 2:39 PM
Not really, but just cryptographically strong url shortener would be cool
Jan 5, 2023, 2:48 PM
I still had this error since my NFT standard with Transfer method I implement already on Tact.....
- how TonKeeper trigged the NFT Transfer?
- What is the wallet app will send to my wallet to move the NFT I have?
- What is the wallet app will send to my wallet to move the NFT I have?
ðŸ«
Jan 8, 2023, 5:52 PM