Behrang Norouzinia
Behrang Norouzinia
Write a lottery smart contract where users won't lose money, but they might win a bonus. Users deposit different amounts of TON, TON is staked to hTON contract, after one...
Source code of hTON is written in FunC and is available in the /contracts directory. Read it and try to find bugs. You may create an issue or even better...
Tests are written in the /tests directory. Each covers a special use case. Read them and try to find bugs in them. You may also write new test cases for...
Read the documentation and text of website and project readme. Find typos, and try to improve them by adding more description and paragraphs.
Hey, Just an hour ago, https://verifier.ton.org is updated to handle verification of code that is deployed as a library. It would be great to update the "verify" command to support...
It looks like that when running a script (in the scripts folder), if your script tries to access network config, it will fail. I asked about this on the dev...
I have a large contract, which I should also pass the code of two child contracts to it on deployment. When I try to deploy it using TonConnect option, in...
If a test fails, the error line and column is wrong and the displayed source code shows the incorrect snippet from the file. It looks like that there is a...