Hi everyone, I am trying to build a Jetton Fungible Token in FunC but facing some challenges. Can someone guide me with tutorial or any Github that have good explaination and working source code. Thanks in advance
Nov 2, 2023, 5:24 PM
https://github.com/ton-blockchain/token-contract/tree/main/ft ?
Nov 2, 2023, 6:18 PM
🙏
Nov 2, 2023, 6:19 PM
Thanks, I actually tried the jetton-minter-discoverable.fc in this one, but keep on getting these errors
Error: Func compilation error: ( function `workchain` undefined )
cannot generate code for function `workchain`
Error: Func compilation error: ( function `workchain` undefined )
cannot generate code for function `workchain`
Also can someone help me with the deployment scripts and wrapper for this JETTON Minter contract - https://github.com/ton-blockchain/token-contract/blob/main/ft/jetton-minter-discoverable.fc
Nov 2, 2023, 6:51 PM