change namings in readme
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
cf18f16c53
commit
66bd2077c7
16
README.md
16
README.md
@ -1,10 +1,10 @@
|
|||||||
# GHOST Wallet - Light Client Wallet
|
# GHOST Connect - Light Client Browser Extension
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 365 KiB After Width: | Height: | Size: 365 KiB |
Loading…
Reference in New Issue
Block a user