File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -63,4 +63,4 @@ expected to uphold this code of conduct.
63
63
64
64
## License
65
65
66
- [ Apache License 2.0] ( LICENSE )
66
+ [ Apache License 2.0] ( https://www.apache.org/licenses/ LICENSE-2.0 )
Original file line number Diff line number Diff line change 1
1
# Using Solo with Hedera JavaScript SDK
2
2
3
3
First, please follow solo repository README to install solo and Docker Desktop.
4
- You also need to install the Taskfile tool following the instructions here:
5
- https://taskfile.dev/installation/
4
+ You also need to install the Taskfile tool following the instructions [ here] ( https://taskfile.dev/installation/ ) .
5
+
6
6
7
7
Then we start with launching a local Solo network with the following commands:
8
8
Original file line number Diff line number Diff line change
1
+ {{ $destination := .Destination }}
2
+ {{ if strings.HasPrefix $destination "http" }}
3
+ < a href ="{{ $destination | safeURL }} "{{ with .Title }} title ="{{ .Title }} "{{ end }} target ="_blank " rel ="noopener noreferrer "> {{ .Text | safeHTML }}</ a >
4
+ {{ else }}
1
5
< a href ="{{ (.Page.GetPage .Destination).RelPermalink | safeURL }} "> {{ .Text | safeHTML }}</ a >
2
-
6
+ {{ end }}
You can’t perform that action at this time.
0 commit comments