contract
contract copied to clipboard
hTON: Hipo liquid staking protocol
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.