Category "everscale"

NaCl support in the Everscale compiler api

I wonder if there is NaCl support in smart contracts? It doesn't matter which compiler, Solidity, cpp and etc.

Pass contract's code and data to another contract via CLI

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 function from debot?

How to call run-local (without sending a message) function of another contract from debot? For example, for getting a public variable.

How to return mapping in ton-solidity contracts?

Can I return a mapping in a function of ton-solidity contracts? I need something like this. function func() public returns((address=>someStruct) myMapping)

tondev "Error: Param params (tuple) expect name at ..." when with payload param

I am using tondev and trying to call the function with payload param: tondev contract run Wallet sendTransaction --input "dest: 0x5074b87aa1ece77b28f652ccd43db0

Error with <string>.append() in ton-solidity: Different number of components on the left hand side (1) than on the right hand side (0)

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

Everscale tonos-cli. Can't deploy a contract. Error: failed to create inbound message: Encode deploy message failed: Wrong parameters count

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

Everscale-Solidity. How to get hash from data encoded into cell? tvm.hash analogue?

Free TON Solidity. How to get hash from data encoded into cell? tvm.hash() analogue?

Everscale Solidity error by timeout: code: 3025 Contract execution was terminated with error

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 >=

What is the difference between debot fetch and debot start?

I have few different options in the command line: fetch and start. What is the difference between them?

Incorrect result of sha256 of a string in a Everscale Solidity smart contract

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