/blockchain-architecture

Provides basic architecture and data structures for efficient implementation of a functional blockchain system.

Primary LanguageJavaScriptMIT LicenseMIT

Blockchain Core Components

Provides basic architecture and data structures for efficient implementation of a functional blockchain system.

Built With

  • Typescript
  • Node.js

Installation and Usage

A fully functional example use case is available by running the start script in package.json.

This repo was written with the intention of modeling current blockchain best practices and providing a quick way to reference current blockchain data structures, algorithms, and patterns. Additionally, this repo can be easily appended to existing projects that require basic blockchain functionality.