create-ton-ai
v0.22.58
Published
Tool to quickly create TON projects
Downloads
69
Readme
npm create ton
This is an entry point script for the Blueprint development tool
Usage
npm create ton(or using other package managers)
If you want to input data non-interactively (for example, in scripts), do:
npm create ton -- project-dir --type first-contract-type --contractName FirstContractNamewhere first-contract-type can currently be one of func-empty, func-counter, tact-empty, tact-counter
For more details please go to https://github.com/ton-org/blueprint
