i was trying to compile counter contract from func contest-1 with func-js
but i'm getting this error:
contract.fc:4:8: error: undefined function `get_data, defining a global function of unknown type
n += get_data().begin_parse().preload_uint(64);`
Dec 21, 2022, 4:35 PM
Dec 21, 2022, 4:36 PM
stdlib.fc is missing?
Dec 21, 2022, 4:47 PM
yep. didn't find it in the repo
Dec 21, 2022, 4:53 PM
https://github.com/ton-blockchain/token-contract/blob/main/stdlib.fc
Dec 21, 2022, 4:55 PM
thanks!
Dec 21, 2022, 4:57 PM