Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (15 loc) · 1.1 KB

Welcome to my blockchain!

How to get started

  1. Navigate to the folder on your computer you want to place this project
  2. In your terminal run git clone git@github.com:StephenGrable1/Blockchain-JS.git
  3. Then, navigate into the new project file you just created and run npm install in the terminal. This will install all the npm modules needed.
  4. To execute the main file, run node Stephen-coin.js to see some of the console.log's displaying the blockchain we have created.
  5. Feel free to edit Stephen-coin.js and add your own test blocks and have fun!

Resources