Git Product home page Git Product logo

marcus-gomes-v / blockkube-x Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 252 KB

Blockkube-explorer: A real-time Ethereum blockchain explorer built with Next.js & MongoDB. Features include dynamic data fetching, wallet insights, and optional full blockchain indexing. Ideal for intuitive Ethereum network interactions.

Home Page: https://blockkube-x.vercel.app

JavaScript 0.24% TypeScript 98.25% CSS 0.83% Dockerfile 0.68%
blockchain ethereum ethereum-explorer evm lightweight nextjs tailwindcss

blockkube-x's Introduction

Block Kube X

blockkube-explorer is a lightweight, feature-rich blockchain explorer designed to provide real-time insights into the Ethereum blockchain. Built with Next.js and MongoDB, it leverages Web3.js for blockchain interactions, offering users a responsive and intuitive interface to query blocks, transactions, and wallet balances.

Demo: Block Kube X on Vercel

Features

  • Real-time Blockchain Data: Explore the latest blocks and transactions on the Ethereum blockchain.
  • Wallet, Transaction and Block Information: View detailed wallet balances, transaction histories and block information.
  • Responsive Design: A user-friendly interface built with Tailwind CSS, optimized for both desktop and mobile devices.
  • Dynamic Data Fetching: Utilizes Web3.js to interact with Ethereum nodes, ensuring up-to-date blockchain information.
  • Server-Side Rendering: Leveraging Next.js for fast page loads and SEO-friendly content rendering.

Prerequisites

Before you begin, ensure you have installed the following on your system:

  • Node.js (v14 or newer)
  • npm (v6 or newer)
  • MongoDB

Installation

  1. Clone the repository:

    git clone https://github.com/marcus-gomes-v/BlockKube-X.git
    cd BlockKube-X
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Copy the .env.example file to .env.
    • Fill in the ETH_NODE_URL with your Ethereum node URL.
    • Set your MONGODB_URI to point to your MongoDB instance.
    • Optionally, set INDEX_PAST_BLOCKS=true if you wish to index all past blockchain blocks up to the current block. Caution: This process can be resource-intensive and time-consuming, depending on how far back the indexing goes.

Running the Application

To run the application in development mode:

npm run dev

For production, build the application and then start the server:

npm run build
npm start

Contributing

Contributions are welcome! Please submit a pull request or open an issue if you have any features, fixes, or improvements.

blockkube-x's People

Contributors

marcus-gomes-v avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.