tact-docs
tact-docs copied to clipboard
Suggestion for docs.tact-lang.org/book/guides/getting-started/test
Hello!
It would be good for beginners to indicate in paragraph 1 what to enter after running the command: “npm create ton@latest MyProject”.
Example:
Alternatively, we could reuse the command mentioned on the landing page:
npm create ton -- simple-counter --type tact-counter --contractName SimpleCounter
The landing page of docs works as a getting started guide now, since it starts off with creating a new Blueprint project with Tact, then follows up with things to read or explore next, such as the Book, Reference or debugging/testing page