MargeryOlethea / Cosmoscope

Cosmos Blockchain Explorer - React

Home Page:https://cosmoscope.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cosmoscope

Description

This project is a frontend application for a blockchain explorer focused on the Cosmos Network. It allows users to view blocks, transactions, validators, and proposals.

access the cosmoscope here: https://cosmoscope.vercel.app

Features

  • Track ATOM Price: View the current price of ATOM and its historical price graph.
  • Explore Blocks and Transactions: Seamlessly navigate and analyze the latest blocks and transactions occurring on the Cosmos Network. Including the ability to search for specific transactions or blocks.
  • Validator & Proposal Insights: Gain valuable insights into validators and proposals.
  • Responsive Design: Enjoy a user-friendly experience across various devices, with an interface that adapts to your screen size.

Technologies Used

  • React: JavaScript library for building user interfaces
  • TypeScript: Superset of JavaScript for static typing
  • Cosmjs: Library for interacting with Cosmos SDK-based blockchains
  • Tremor/react: Graph library for creating interactive visualizations

Installation

  1. Clone the repository: git clone https://github.com/MargeryOlethea/Cosmoscope.git
  2. Navigate to the project directory: cd cosmoscope
  3. Navigate to the front-end folder: cd front-end
  4. Install dependencies: npm install (or yarn install if using Yarn)

Usage

  1. Start the development server: npm run dev
  2. The application will be accessible at http://localhost:5173 (default port, might vary)

About

Cosmos Blockchain Explorer - React

https://cosmoscope.vercel.app


Languages

Language:TypeScript 91.6%Language:JavaScript 4.5%Language:CSS 2.8%Language:HTML 1.1%