File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ solo account create -n solo-e2e --hbar-amount 100
33
33
solo account create -n solo-e2e --hbar-amount 100
34
34
```
35
35
36
- Or you can use Hedera java SDK examples to create topic, submit message and subscribe to the topic.
36
+ Or you can use Hedera JavaScript SDK examples to create topic, submit message and subscribe to the topic.
37
37
38
38
<!-- -
39
39
Add SDK.md link here
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ they can use the Task tool to launch the network with a single command.
5
5
6
6
First, install the cluster tool ` kind ` with this [ link] ( https://kind.sigs.k8s.io/docs/user/quick-start#installation )
7
7
8
- Then, install the task tool ` task ` with this [ link] ( https://taskfile.dev/#/ installation )
8
+ Then, install the task tool ` task ` with this [ link] ( https://taskfile.dev/installation/ )
9
9
10
10
Then, use the following steps to install dependencies and build solo project.
11
11
You can’t perform that action at this time.
0 commit comments