@ton/blueprint
Advanced tools
Changelog
[0.13.0] - 2023-11-05
deployer
to the global describe
context in default testsChangelog
[0.10.0] - 2023-06-06
CompilerConfig
: preCompileHook?: () => Promise<void>
and postCompileHook?: (code: Cell) => Promise<void>
. The former one gets called before any compilation of the respective contract happens, the latter one - after any compilation with the compiled code cell (they are called both during the build
command and when calling the compile
function for the respective contracts)run
command to only show .ts
scripts