I'm developing a smart contract for TON blockchain in FunC and I'm trying to find a bug in my code. I'm trying to debug the issue and will appreciate somethi...
Hello, is there any equivalent of emit and event. Like in solidity and with possibility to cache all data and access it later? Thank you!
Is there any zk friendly hash algorithm available in FunC, like MiMCSponge? For example: https://github.com/bitwise343/mimcsponge-solidity Or is there a way ...