Skip to content

A basic centralized cryptocurrency implemented in TS

License

Notifications You must be signed in to change notification settings

Verdini/ve-coin

Repository files navigation

Ve Coin

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.

⚠️ For education purposes only. This is by no means a complete implementation and it is by no means secure!

Getting started

Setup project

Select the correct Node.js version (bigger or equal 22)

nvm use

Install the dependencies

npm ci

Running project

Run locally

npm run dev

Go to http://localhost:3000

Automated test

Run locally

npm run test

Project references

About

A basic centralized cryptocurrency implemented in TS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published