This repository was archived by the owner on Dec 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ Tact is a new programming language for TON Blockchain that is focused on efficie
10
10
11
11
<Steps >
12
12
13
- ### Ensure that Node.js LTS is installed and available [ #start-1]
13
+ ### Ensure that the supported version of Node.js is installed and available [ #start-1]
14
14
15
- To check it, run ` node --version{:shell} ` — it should show you the version 18 .0.0 or later.
15
+ To check it, run ` node --version{:shell} ` — it should show you the version 22 .0.0 or later.
16
16
17
17
### Run the following command [ #start-2]
18
18
19
19
It will create a new project with the simple counter contract:
20
20
21
- <Tabs items = { [' npm' , ' yarn' , ' pnpm' ]} defaultIndex = " 1" >
21
+ <Tabs items = { [' npm' , ' yarn' , ' pnpm' , ' bun ' ]} defaultIndex = " 1" >
22
22
<Tabs.Tab >
23
23
``` shell
24
- npm create ton -- simple-counter --type tact-counter --contractName SimpleCounter
24
+ npm create ton@latest -- simple-counter --type tact-counter --contractName SimpleCounter
25
25
```
26
26
</Tabs.Tab >
27
27
<Tabs.Tab >
@@ -32,12 +32,12 @@ It will create a new project with the simple counter contract:
32
32
</Tabs.Tab >
33
33
<Tabs.Tab >
34
34
``` shell
35
- pnpm create ton simple-counter --type tact-counter --contractName SimpleCounter
35
+ pnpm create ton@latest simple-counter --type tact-counter --contractName SimpleCounter
36
36
```
37
37
</Tabs.Tab >
38
38
<Tabs.Tab >
39
39
``` shell
40
- bun x create- ton bun- simple-counter --type tact-counter --contractName SimpleCounter
40
+ bun create ton@latest simple-counter --type tact-counter --contractName SimpleCounter
41
41
```
42
42
</Tabs.Tab >
43
43
</Tabs >
You can’t perform that action at this time.
0 commit comments