VeCoin is a basic cryptocurrency blockchain implemented in TypeScript. It is designed for educational purposes to help users understand the fundamental concepts of blockchain technology and cryptocurrency. This project provides a simplified version of a blockchain, focusing on the core principles and mechanisms without the complexities and security features of a production-ready system.
Select the correct Node.js version (bigger or equal 22)
nvm use
Install the dependencies
npm ci
Run locally
npm run dev
Go to http://localhost:3000
Run locally
npm run test
- Bitcoin Core integration/staging tree - https://github.com/bitcoin/bitcoin
- SavjeeCoin - A simple blockchain in Javascript. https://github.com/Savjee/SavjeeCoin