An open API service indexing awesome lists of open source software.

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

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
```