Does TON have a Remix equivalent?
from Telegram Chat Import

Remix is a great online code editor for developers who want to work with EVMs. Does TON have something similar for the TVM?

šŸ”— Answer on TON Overflow

Feb 19, 2023, 7:33 AM
Is there a tutorial anywhere on creating an NFT on TON?
from Telegram Chat Import

I'm looking for a good tutorial to make an NFT smart contract on TON.

šŸ”— Answer on TON Overflow
Why don't I receive an error when attempting to call a non-existent get method?
from Telegram Chat Import

Using the JSON API, I'm attempting to call a get method on a non existing method on a smart contract.

I send a POST request to /runGetMethod.

{
"address": "...",
"method": "nonexistentmethodname",
"stack": []
}


I expect to get an error, but I get the result shown below:

{
"ok": true,
"result": {
"@type": "smc.runResult",
"gas_used": 0,
"stack": [
[
"num",
"0x1083b"
]
],
"exit_code": -13,
"@extra": "1661342201.3654168:14:0.5828632398991145"
}
}


Does the "-13" refer to the error code 13?

13 - Out of gas error. Thrown by TVM when the remaining gas becomes negative.


šŸ”— Answer on TON Overflow
Feb 19, 2023, 8:03 AM
< No, it refers to error thrown by contract when it's launched with unsupported method ID (recv_internal, recv_external, run_ticktock also use fixed IDs).
Feb 19, 2023, 8:38 AM
it's a bot, please answer in link below
Feb 19, 2023, 8:58 AM
Yes, I know, and I'm waiting for signing up with TON Connect 2.
Feb 19, 2023, 9:20 AM
Does TON config update process require any action from the node owners?
from Telegram Chat Import

TON configuration parameters can be changed by an election. What does that mean for people running the nodes? In the case such a change happens, all the nodes get updated automatically, or there is some action required from each node owner to update it?

---

> This question was imported from Telegram Chat: https://t.me/tondev/113206


šŸ”— Answer on TON Overflow
Feb 19, 2023, 10:42 AM

Ā© 2024 Draquery.com All rights reserved.