Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 256 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 256 Bytes

This is my first step into blockchain.

• Setup: It's a node implementation... soo... do the npm things 🙃

  • To watch ts files run npm run dev, which is just tsc -w

• To run:

npm run start which is just tsc && node . in the command line