Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 740 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 740 Bytes

DaniChain

Description

DaniChain is an experiment project exploring the fundamentals of blockchain technology and logic.

Technology Stack

DaniChain's backend is built with Node.js and Express.js, using the Test-Driven Development (TDD) methodology, in an object-oriented programming style, with an API around the blockchain.

The frontend is built with React.js, with a really simple UI to interact with the blockchain's most basic functionalities.

Installation

To install the project,

  1. Clone the repository and run npm install in the root directory.
  2. Run npm run dev to start the server and the client concurrently.
DaniCainVid.mov