-
Is there a good example or good tutorials or videos for learning based on ton4jj? For instance, one that demonstrates deploying a Jetton, performing transfers, and other common operations.
-
Hello, I started LocalTon like this
```
java -jar MyLocalTon-x86-64.jar ton-http-api
```
Then I tried to deploy `A simple counter contract (FunC) `
```
WALLET_VERSION=v4 WALLET_MNEMONIC="spoon k…
-
only v3
-
Code: ExtMessageInfo extMessageInfo = contract.send(walletV5Config);
Transfer result:
{
"error": {
"code": 0,
"type": "error"
},
"hash": "v2wH25gUeBzHflwGo/EHddhVO5axtIZZbgKF2mm…
-
-
### Summary
This Bounty aims to make a [TON Cookbook](https://docs.ton.org/develop/dapps/cookbook) with clear examples and recipes for interacting with contracts using various TON libraries, specif…
-
I have two questions:
When will the W5 wallet version be supported? Thank you!
Can non-native token transfers in the W5 wallet version be processed without using the native token to pay for gas?
-
一、After send Tx。We get this
```
ExtMessageInfo emi = hotWallet.send(walletV3Config);
```
and then
```
RawTransactions rawTransactions = tonlib.getRawTransactions(address, null, emi.getHa…
-
I encountered an error while trying to run the WalletV5SimpleTransfer example code. The error message is as follows:
`21:54:24.462 [main] INFO org.ton.java.tonlib.Tonlib -- {"@type":"error","code":50…
-