You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a [Celestia light node](https://docs.celestia.org/nodes/light-node/) macOS app, written in Swift.
5
5
6
6
A quasar (quasi-stellar object) is a very luminous object in space,
7
7
powered by an active galactic nucleus (a light node).
8
8
9
9
## Features βοΈ
10
10
11
-
v0.2.0-alpha of this app runs on the [Arabica devnet](https://docs.celestia.org/nodes/arabica-devnet/) (chain ID `arabica-10`) and has the following functions:
11
+
v0.3.0-alpha of this app runs on the [Arabica devnet](https://docs.celestia.org/nodes/arabica-devnet/) (chain ID `arabica-10`) and has the following functions:
12
12
13
13
*`π£ Initialize your Celestia light node`: this initializes a Celestia light node in the application's local storage
14
14
*`π’ Start your node`: this starts the light node
@@ -31,12 +31,12 @@ v0.2.0-alpha of this app runs on the [Arabica devnet](https://docs.celestia.org/
i'm still figuring out the nuances of how to publish beta mac software! if you're getting an error, please head to the [troubleshooting section](/installation#step-35---troubleshooting-%EF%B8%8F) on the installation page
8
8
9
-
## can use quasar with my existing key?
9
+
## can use quazar with my existing key?
10
10
11
-
not yet. the `cel-key` utility has not yet been added to quasar. if you'd like to make a pull request on github to add support for this, feel free!
11
+
not yet. the `cel-key` utility has not yet been added to quazar. if you'd like to make a pull request on github to add support for this, feel free!
12
12
13
13
## if i upgrade the app, will i still be able to use my existing key?
14
14
15
15
yes, but only if the chain-id does not change. if you upgrade from a version with `arabica-8` to one with `arabica-10`, this will be a new chain, and technically new account on the chain. be sure to check the release notes of the latest version you're using [on github](https://github.com/jcstein/node-app/releases)
16
16
17
-
## can i contribute to quasar?
17
+
## can i contribute to quazar?
18
18
19
19
of course! please find good first issues [here](https://github.com/jcstein/node-app/issues?q=is:open+is:issue+label:%22good+first+issue%22), but please don't let this restrict your imagination π
Copy file name to clipboardExpand all lines: website/pages/installation.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# installing quasar π
1
+
# installing quazar π
2
2
3
3
### macOS download πΎ
4
4
@@ -7,24 +7,24 @@ import { Steps } from 'nextra/components'
7
7
<Steps>
8
8
### step 1
9
9
10
-
click [here](https://github.com/jcstein/node-app/releases/download/quasar_v0.3.0-alpha_CN-v0.11.0-rc10_Arabica/quasar.dmg) to download the latest release for macOS 13.1+
10
+
click [here](https://github.com/jcstein/node-app/releases/download/quazar_v0.3.0-alpha_CN-v0.11.0-rc10_Arabica/quazar.dmg) to download the latest release for macOS 13.1+
11
11
12
-
the latest release with `quasar.dmg`
12
+
the latest release with `quazar.dmg`
13
13
images for macOS can also be found on the
14
14
[latest releases](https://github.com/jcstein/node-app/releases/latest) page on github
15
15
16
16
### step 2
17
17
18
-
Open `quasar.dmg` from your downloads folder.
19
-
Then, drag the `quasar` icon to the `Applications` folder
18
+
Open `quazar.dmg` from your downloads folder.
19
+
Then, drag the `quazar` icon to the `Applications` folder
20
20
21
21
<imgwidth="912"alt="Screenshot 2023-06-07 at 1 03 06 AM"src="https://github.com/jcstein/node-app/assets/46639943/d5eee61f-bdbc-43da-85c0-b1b15b1af97b" />
22
22
23
-
congratulations! you have successfully installed quasar β¨
23
+
congratulations! you have successfully installed quazar β¨
24
24
25
25
### step 3
26
26
27
-
go to your `Applications` folder and open `quasar`
27
+
go to your `Applications` folder and open `quazar`
28
28
29
29
#### step 3.5 - troubleshooting π οΈ
30
30
@@ -35,7 +35,7 @@ if you encounter a warning when you open the app, you will need to go to your
35
35
36
36
you may also hit an error (depending on which release you downloaded) that says:
37
37
38
-
> βquasarβ canβt be opened because Apple cannot check it for malicious software.
38
+
> βquazarβ canβt be opened because Apple cannot check it for malicious software.
39
39
> This software needs to be updated. Contact the developer for more information.
40
40
41
41
if you encounter this error, you will need to go to your
@@ -18,7 +18,7 @@ import { Callout } from 'nextra/components'
18
18
19
19
## features βοΈ
20
20
21
-
v0.2.0-alpha of this app runs on the [Arabica devnet](https://docs.celestia.org/nodes/arabica-devnet/) (chain ID `arabica-10`) and has the following functions:
21
+
v0.3.0-alpha of this app runs on the [Arabica devnet](https://docs.celestia.org/nodes/arabica-devnet/) (chain ID `arabica-10`) and has the following functions:
22
22
23
23
*`π£ Initialize your Celestia light node`: this initializes a Celestia light node in the application's local storage
24
24
*`π’ Start your node`: this starts the light node
0 commit comments