Skip to content

metalogica/crypto-chain

Repository files navigation

Basic Blockchain Built in Node.js and React.js

A fullstack blockchain built in NodeJs and ReactJS.

The backend hosts a blockchain with mining and wallets that allows end-users to transact to each other's wallets and propagate the transactions over a network via pub-sub capabilities. All wallets follow the Bitcoin cryptographic standards of secp256k1.

The frontend hosts a block explorer running on React JS that allows you to view the blockchain and inspect the mempool.

Setup

  1. Run yarn install.
  2. run npm run dev
  3. that's it!

About

Experimental Node Js Blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages