Blockchain in Node.js A simple blockchain and cryptocurrency wallet implemented in Node.js and TypeScript. Development ⚙️ Running locally for development Start cloning Blockchain: git clone https://github.com/staxhinho/Blockchain.git Next, install its dependencies (make sure npm is installed on your machine): npm install To compile, run: npm run dev To start, run: npm start