diff --git a/README.md b/README.md index 9124a28..5825a01 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# quasar ✨ a Celestia light node macOS app +# quazar ✨ a Celestia light node macOS app -Introducing quasar ✨ [v0.2.0-alpha](https://github.com/jcstein/node-app/releases/tag/quasar_v0.3.0-alpha_CN-v0.11.0-rc10_Arabica), +Introducing quazar ✨ [v0.3.0-alpha](https://github.com/jcstein/node-app/releases/tag/quazar_v0.3.0-alpha_CN-v0.11.0-rc10_Arabica), a [Celestia light node](https://docs.celestia.org/nodes/light-node/) macOS app, written in Swift. A quasar (quasi-stellar object) is a very luminous object in space, @@ -8,7 +8,7 @@ powered by an active galactic nucleus (a light node). ## Features ⚙️ -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: +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: * `🟣 Initialize your Celestia light node`: this initializes a Celestia light node in the application's local storage * `🟢 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/ ### macOS download 💾 -The latest release with `quasar.dmg` +The latest release with `quazar.dmg` images for Mac can be found on the [latest release](https://github.com/jcstein/node-app/releases/latest) page. -Download `quasar.dmg` to your computer and open it from your downloads folder. -Then, drag the "quasar" icon to the "Applications" folder. +Download `quazar.dmg` to your computer and open it from your downloads folder. +Then, drag the "quazar" icon to the "Applications" folder. Screenshot 2023-06-07 at 1 03 06 AM diff --git a/website/pages/_meta.json b/website/pages/_meta.json index 74b8d86..80ac528 100644 --- a/website/pages/_meta.json +++ b/website/pages/_meta.json @@ -4,7 +4,7 @@ "title": "getting started" }, "index": { - "title": "quasar", + "title": "quazar", "type": "page", "display": "hidden" }, diff --git a/website/pages/faqs.mdx b/website/pages/faqs.mdx index 391096f..be2aac2 100644 --- a/website/pages/faqs.mdx +++ b/website/pages/faqs.mdx @@ -1,19 +1,19 @@ # yo, i got a question 🤷‍♀️ -frequently asked questions (faqs) about quasar. +frequently asked questions (faqs) about quazar. ## i get an error when i try to start it. why? 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 -## can use quasar with my existing key? +## can use quazar with my existing key? -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! +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! ## if i upgrade the app, will i still be able to use my existing key? 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) -## can i contribute to quasar? +## can i contribute to quazar? 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 😎 \ No newline at end of file diff --git a/website/pages/index.mdx b/website/pages/index.mdx index c383a62..0e35355 100644 --- a/website/pages/index.mdx +++ b/website/pages/index.mdx @@ -1,5 +1,5 @@ --- -title: quasar +title: quazar --- import createGlobe from "cobe"; @@ -99,7 +99,7 @@ return ( }} className="title" > - quasar + quazar diff --git a/website/pages/installation.mdx b/website/pages/installation.mdx index 7f3d2b9..022cdf1 100644 --- a/website/pages/installation.mdx +++ b/website/pages/installation.mdx @@ -1,4 +1,4 @@ -# installing quasar 🚀 +# installing quazar 🚀 ### macOS download 💾 @@ -7,24 +7,24 @@ import { Steps } from 'nextra/components' ### step 1 -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+ +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+ -the latest release with `quasar.dmg` +the latest release with `quazar.dmg` images for macOS can also be found on the [latest releases](https://github.com/jcstein/node-app/releases/latest) page on github ### step 2 -Open `quasar.dmg` from your downloads folder. -Then, drag the `quasar` icon to the `Applications` folder +Open `quazar.dmg` from your downloads folder. +Then, drag the `quazar` icon to the `Applications` folder Screenshot 2023-06-07 at 1 03 06 AM -congratulations! you have successfully installed quasar ✨ +congratulations! you have successfully installed quazar ✨ ### step 3 -go to your `Applications` folder and open `quasar` +go to your `Applications` folder and open `quazar` #### step 3.5 - troubleshooting 🛠️ @@ -35,7 +35,7 @@ if you encounter a warning when you open the app, you will need to go to your you may also hit an error (depending on which release you downloaded) that says: -> “quasar” can’t be opened because Apple cannot check it for malicious software. +> “quazar” can’t be opened because Apple cannot check it for malicious software. > This software needs to be updated. Contact the developer for more information. if you encounter this error, you will need to go to your diff --git a/website/pages/intro.mdx b/website/pages/intro.mdx index 6790918..ab4d9f8 100644 --- a/website/pages/intro.mdx +++ b/website/pages/intro.mdx @@ -1,15 +1,15 @@ -# quasar ✨ Celestia light node macOS app +# quazar ✨ Celestia light node macOS app -introducing quasar ✨ [v0.2.0-alpha](https://github.com/jcstein/node-app/releases/tag/quasar_v0.3.0-alpha_CN-v0.11.0-rc10_Arabica), +introducing quazar ✨ [v0.3.0-alpha](https://github.com/jcstein/node-app/releases/tag/quazar_v0.3.0-alpha_CN-v0.11.0-rc10_Arabica), a [Celestia light node](https://docs.celestia.org/nodes/light-node/) mac app, written in swift -a quasar (quasi-stellar object) is a very luminous object in space, +a quazar (quasi-stellar object) is a very luminous object in space, powered by an active galactic nucleus (a light node) import { Callout } from 'nextra/components' - **[download directly](https://github.com/jcstein/node-app/releases/download/quasar_v0.3.0-alpha_CN-v0.11.0-rc10_Arabica/quasar.dmg)** (macOS only) + **[download directly](https://github.com/jcstein/node-app/releases/download/quazar_v0.3.0-alpha_CN-v0.11.0-rc10_Arabica/quazar.dmg)** (macOS only) @@ -18,7 +18,7 @@ import { Callout } from 'nextra/components' ## features ⚙️ -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: +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: * `🟣 Initialize your Celestia light node`: this initializes a Celestia light node in the application's local storage * `🟢 Start your node`: this starts the light node diff --git a/website/theme.config.tsx b/website/theme.config.tsx index 3eacdc3..90e2155 100644 --- a/website/theme.config.tsx +++ b/website/theme.config.tsx @@ -9,7 +9,7 @@ const config: DocsThemeConfig = { - quasar + quazar ), @@ -22,14 +22,14 @@ const config: DocsThemeConfig = { const { route } = useRouter() if (route !== '/') { return { - titleTemplate: '%s – quasar' + titleTemplate: '%s – quazar' } } }, banner: { key: 'alpha-release', text: - 🎉 introducing quasar! + 🎉 introducing quazar! , }, sidebar: {