Skip to content

ibrahidm/blockchain_project_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Project

This project was built as part of a code-along udemy course in order to learn about blockchain implementation and digital currency.

Building this project was foundational in teaching me test-driven-development, and I am now able to comfortably build and test projects uing the jest suit.

This project also improved my grasp of object-oriented programming and the Pub-Sub pattern.

Most of the code is similar to the code written in the code-along videos with a few variations in implementation (but not functionality) scattered throughout.

Tools

  • JavaScript
  • NodeJS
  • ExpressJS
  • Redis
  • PubSub
  • UUID

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and hot-reloads a peer for developemnt

npm run dev-peer

Runs Jest tests

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published