change namings in readme

Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
Uncle Fatso 2026-02-04 19:01:45 +03:00
parent cf18f16c53
commit 66bd2077c7
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB
2 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# GHOST Wallet - Light Client Wallet # GHOST Connect - Light Client Browser Extension
![GHOST Wallet Logo](./assets/img/ghostWallet-Featured-Image.png) ![GHOST Connect Logo](./assets/img/ghostConnect-Featured-Image.png)
## Overview ## Overview
Welcome to GHOST Wallet - the ultimate light client wallet! GHOST Wallet leverages the power of a light client that implements the JSON RPC to provide a highly resilient, efficient, and user-friendly wallet experience. This extension will be able to instantly connect any DApp to GHOST and CASPER chains without the hassle of waiting for synchronization. Welcome to GHOST Connect - the ultimate light client! GHOST Connect leverages the power of a light client that implements the JSON RPC to provide a highly resilient, efficient, and user-friendly wallet experience. This extension will be able to instantly connect any DApp to GHOST and CASPER chains without the hassle of waiting for synchronization.
## Getting Started ## Getting Started
@ -35,7 +35,7 @@ pnpm build:chrome
pnpm build:firefox pnpm build:firefox
``` ```
### Running the Wallet ### Running the GHOST Connect
Start the development server: Start the development server:
@ -53,15 +53,15 @@ This will open the extension in a browser window.
## How it Works ## How it Works
GHOST Wallet runs a single light client instance inside of the user's browser. GHOST Connect runs a single light client instance inside of the user's browser.
When a dapp connects to GHOST Wallet, its connection to the blockchain is When a dapp connects to GHOST Connect, its connection to the blockchain is
forwarded to that light client instance. Inside the extension, we use low level forwarded to that light client instance. Inside the extension, we use low level
API libraries such as the `observable-client`, `substrate-client`, and `json-rpc-provider` to API libraries such as the `observable-client`, `substrate-client`, and `json-rpc-provider` to
maintain a connection to light client. maintain a connection to light client.
If light client were to crash, GHOST Wallet will automatically re-connect. If light client were to crash, GHOST Connect will automatically re-connect.
However, from the dapp perspective, you will be disconnected and it will be your However, from the dapp perspective, you will be disconnected and it will be your
responsibility to re-connect back to GHOST Wallet. responsibility to re-connect back to GHOST Connect.
## Giving Feedback ## Giving Feedback

View File

Before

Width:  |  Height:  |  Size: 365 KiB

After

Width:  |  Height:  |  Size: 365 KiB