I wonder if there is NaCl support in smart contracts? It doesn't matter which compiler, Solidity, cpp and etc.
Working on contract fabric, starting with the sample. TvmCell stateInit = tvm.buildStateInit(templateCode, templateData); code and data are TvmCells of a templ
How to call run-local (without sending a message) function of another contract from debot? For example, for getting a public variable.
Can I return a mapping in a function of ton-solidity contracts? I need something like this. function func() public returns((address=>someStruct) myMapping)
I am using tondev and trying to call the function with payload param: tondev contract run Wallet sendTransaction --input "dest: 0x5074b87aa1ece77b28f652ccd43db0
My code for concatenating 2 strings is pretty simple: string baseUrl = "http://localhost:8080/"; string url = baseUrl.append(url_secret); But I have got an err
I can't deploy compiled free ton solidity smartcontract through tonos-cli. > tonos-cli deploy Hello.tvc tonos-cli.conf.json Config: /ton/solidity_deploy/hel
Free TON Solidity. How to get hash from data encoded into cell? tvm.hash() analogue?
Free TON Solidity code or execution error. Can't understand my mistake, I already compact the code to the minimum: cat ./SimpleStorage.sol pragma solidity >=
I have few different options in the command line: fetch and start. What is the difference between them?
I would like to compute the sha256 of a string in a Free TON-Solidity contract, I do it by storing the string in a TvmBuilder and then passing it as a TvmSlice