ayushch80 / OM-CHAIN

A blockchain made in NODE JS

Home Page:om-chain.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OM-CHAIN

OMCHAIN is a decentralized, open-source blockchain platform built on Node.js. It features a web-based mining interface, a web wallet, and a simple block explorer.

Features

  • Web mining: Contribute to the OMCHAIN network and earn rewards by mining blocks directly from a web browser.
  • Web wallet: Create and manage your own OMCHAIN wallet from a web browser.
  • Block explorer: View and search the OMCHAIN blockchain.

Installation

To install and run OMCHAIN on your local machine, follow these steps:

  • Clone the repository:
git clone https://github.com/ayushch80/OM-CHAIN.git
  • Install dependencies:
yarn install
  • Bundle src/index.js:
yarn bundle
  • Run the OMCHAIN locally:
yarn dev

Contributing

We welcome contributions to OMCHAIN. If you are interested in contributing, please see our contributing guidelines.

License

OMCHAIN is released under the Creative Commons License. Please see the LICENSE file for details.

About

A blockchain made in NODE JS

om-chain.vercel.app

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 99.2%Language:HTML 0.8%