hi all! A question from a newbe.
I want to test my contracts using tonstarter-contracts(https://github.com/ton-defi-org/tonstarter-contracts)
I write a hello function that always return 1, but dont know how to test.
I write test code that imitate the code in test/*.spec.ts but it doesnt work.
I notced that contracts/main.ts storage some mapping relation between contracts function and hex int, should I add the relation about my hello function? and how can I find the corresponding hex int? Can that be automatically?
Any help would be nice and sorry if someone already asked the same :)
Dec 4, 2022, 2:56 AM