Unlock faster access to GHOST Chain from your browser.
Go to file
Uncle Fatso c8c1ef2739
place images to the repo assets folder
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-07-22 14:09:52 +03:00
assets/img place images to the repo assets folder 2025-07-22 14:09:52 +03:00
public initial version 2025-07-22 12:55:56 +03:00
src place images to the repo assets folder 2025-07-22 14:09:52 +03:00
.env.template initial version 2025-07-22 12:55:56 +03:00
.eslintignore initial version 2025-07-22 12:55:56 +03:00
.eslintrc.cjs initial version 2025-07-22 12:55:56 +03:00
.gitignore initial version 2025-07-22 12:55:56 +03:00
index.html initial version 2025-07-22 12:55:56 +03:00
package.json initial version 2025-07-22 12:55:56 +03:00
pnpm-lock.yaml initial version 2025-07-22 12:55:56 +03:00
postcss.config.js initial version 2025-07-22 12:55:56 +03:00
README.md add image to the readme 2025-07-22 14:07:34 +03:00
tailwind.config.js initial version 2025-07-22 12:55:56 +03:00
tsconfig.json initial version 2025-07-22 12:55:56 +03:00
vite.config.ts initial version 2025-07-22 12:55:56 +03:00

Ghost Lite

GHOST Lite Logo

Overview

This project is a fully decentralized application that leverages the Ghost Wallet's light client extension. It aims to deliver comprehensive on-chain functionality directly from your browser. In the future, all features will align with the capabilities outlined by ghost-eye.

Functionality

  • Health check
  • Address nook
  • Transfers
  • Transfer history
  • Nominations
  • Validators info

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • TypeScript: A strongly typed programming language that builds on JavaScript.
  • Vite: A build tool that aims to provide a faster and leaner development experience for modern web projects.

Installation

To get started with the project, follow these steps:

pnpm install

Then to run the project

pnpm dev

In order to build project

pnpm build