diff --git a/README.md b/README.md index 85a540e..b6a31d7 100644 --- a/README.md +++ b/README.md @@ -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 -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 @@ -35,7 +35,7 @@ pnpm build:chrome pnpm build:firefox ``` -### Running the Wallet +### Running the GHOST Connect Start the development server: @@ -53,15 +53,15 @@ This will open the extension in a browser window. ## How it Works -GHOST Wallet 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 +GHOST Connect runs a single light client instance inside of the user's browser. +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 API libraries such as the `observable-client`, `substrate-client`, and `json-rpc-provider` to 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 -responsibility to re-connect back to GHOST Wallet. +responsibility to re-connect back to GHOST Connect. ## Giving Feedback diff --git a/assets/img/ghostWallet-Featured-Image.png b/assets/img/ghostConnect-Featured-Image.png similarity index 100% rename from assets/img/ghostWallet-Featured-Image.png rename to assets/img/ghostConnect-Featured-Image.png