Skip to content

Chenxinjie65/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Project

This blockchain project is a simple blockchain and the blockchain explorer that allows users to search and view detailed information about blocks, transactions, and addresses.

Features

  • Search functionality: Users can search for relevant data based on block hash, transaction ID, or address.
  • Block information: Displays the hash, index, timestamp, nonce, previous block hash, and transaction count of a block.
  • Transaction information: Shows the sender, receiver, and amount of a transaction.
  • Address information: Provides the balance of an address and its associated transactions.

Technical Requirements

Before getting started, make sure you have the following technical requirements:

  • Node.js
  • express.js
  • AngularJS
  • jQuery
  • Bootstrap

Quick Start

Follow these steps to set up and run the project:

  1. Clone the project to your local machine:

    git clone https://github.com/Chenxinjie65/Blockchain.git
  2. Navigate to the project directory:

    cd Blockchain
  3. Install dependencies:

    npm install
  4. Start the project:

    npm run node_1
  5. Open your browser and visit http://localhost:3001.

  6. Enter the blockchain explorer and select the search type (block hash, transaction ID, or address).

  7. Click the "Search" button to view the corresponding block, transaction, or address information.

Contributing

Contributions to this project are welcome! If you find any issues or have suggestions for improvements, please submit an Issue or Pull Request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors