https://github.com/michaelradu/mihaicoin
Implementation of a Blockchain Meme Cryptocurrency with Node & TypeScript
https://github.com/michaelradu/mihaicoin
Last synced: about 1 year ago
JSON representation
Implementation of a Blockchain Meme Cryptocurrency with Node & TypeScript
- Host: GitHub
- URL: https://github.com/michaelradu/mihaicoin
- Owner: michaelradu
- License: mit
- Created: 2021-06-13T12:51:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T12:54:25.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T14:15:46.824Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain Cryptocurrency implemented in Node.js & Typescript
A simple blockchain and cryptocurrency wallet implemented in Node.js and TypeScript (for learning purposes).
# Usage
```
git clone
npm install
npm start
```