Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 558 Bytes

File metadata and controls

20 lines (13 loc) · 558 Bytes

npm create ton

This is an entry point script for the Blueprint development tool

Usage

npm create ton@latest

(or using other package managers)

If you want to input data non-interactively (for example, in scripts), do:

npm create ton@latest -- project-dir --type first-contract-type --contractName FirstContractName

where first-contract-type can currently be one of tolk-empty, tolk-counter, func-empty, func-counter, tact-empty, tact-counter

For more details please go to https://github.com/ton-org/blueprint