my counter.fc contract has #include "imports/stdlib.fc"; code on line 1
but i am getting this error counter.fc:1:1: error: Cannot find source file `imports/stdlib.fc
Mar 27, 2023, 7:20 PM
you should put https://raw.githubusercontent.com/ton-community/blueprint/aa9d045e359e7f23ea69708fdd12478628d39851/example/contracts/imports/stdlib.fc to folder imports
and then try to compile again
Mar 27, 2023, 7:24 PM
earlier i putted in import folder
Mar 27, 2023, 7:25 PM
can you pls provide tree of folders and command which ur trying to execute
Mar 27, 2023, 7:26 PM
Mar 27, 2023, 7:26 PM
npx blueprint run ?
Mar 27, 2023, 7:28 PM
and i trying use compileFunc() function on typescript project
ts-node project.ts
Mar 27, 2023, 7:28 PM