Skip to content

FunC, Fift, BoC

Anton Trunov edited this page Oct 7, 2024 · 1 revision

How to compile a FunC file to a base64-encoded BoC using TON CLI tools

Download the FunC and Fift binaries from https://github.com/ton-blockchain/ton/releases.

func -W out.boc -o out.fif contract.fc
fift -s out.fif
cat out.boc | base64 -w0
Clone this wiki locally