There's a lot of setup for a project to implement a smart contract in FunC for TON blockchain (ton.org). Is there a good practice setup project that provides...
The Sandbox projects allows to emulate arbitrary TON smart contracts and interact with them as if they were deployed on a real network. But is there an optio...
one year ago
There is a bot that gives away testnet coins to anyone who asks, but only 2 coins per hour. What to do if I need more than that for testing purposes? --- > T...
Is there any more materials on writing those tests? Since I am just joined the TON ecosytem. As far as I understood, in order to test internal command, tests...
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...
What is the usage of the configuration here? Should I worried about it if I am testing my contract? https://github.com/ton-community/sandbox#networkblock-con...
When developing multiple smart contracts that interact with each other, what can be used for integration testing without putting them all on testnet every ti...