Skip to content

SpandanM110/ChainInsight

Repository files navigation

ChainInsight Logo

ChainInsight

ChainInsight is a powerful platform designed to enhance your understanding of blockchain transactions by leveraging the robust capabilities of the Odos and Noves APIs. This application provides a user-friendly interface to analyze and describe Ethereum-based transactions in detail, making it accessible for both beginners and experienced users.

Getting Started

First, clone the repository and install the dependencies:

git clone https://your-repository-url.git
cd chaininsight
npm install
# or
yarn install
# or
pnpm install
# or
bun install

To run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Features

  • Transaction Description: Utilizes the Noves API to fetch and display detailed descriptions of blockchain transactions.
  • EVM Chain Integration: Seamless interaction with multiple Ethereum Virtual Machine compatible chains.
  • Intuitive UI: A clean and simple interface that is easy to navigate, enhancing user experience.

API Integration

  • Odos API: Connects with Odos API to fetch blockchain data in an optimized manner.
  • Noves API: Integrates Noves API to provide enriched transaction descriptions.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about how ChainInsight utilizes Next.js, refer to the Next.js Documentation.

Deploying

Deploy your site with the Vercel platform directly from your repository:

Deploy with Vercel

welcome! Please read the contribution guidelines first.

Releases

No releases published

Packages

No packages published