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

https://github.com/weaponsforge/cryptocurrency-sim

Simulate cryptocurrencies using JavaScript
https://github.com/weaponsforge/cryptocurrency-sim

blockchain cryptocurrency experiments nodejs

Last synced: about 1 year ago
JSON representation

Simulate cryptocurrencies using JavaScript

Awesome Lists containing this project

README

          

## cryptocurrency-test

> Simulate cryptocurrencies using JavaScript.
> From Atharva Deosthale's [How to create your own cryptocurrency with JavaScript](https://blog.logrocket.com/how-to-create-cryptocurrency-javascript/).

### Requirements

- NodeJS v15.8.0 or higher

## Installation

1. Clone this repository.
`git clone https://github.com/weaponsforge/cryptocurrency-sim.git`

2. Install dependencies.
`npm install`

## Available Scripts

### `npm start`

Simulate sending cryptocurrencies from various user wallets.

### `npm run lint`

Lint the source codes.

### `npm run lint:fix`

Fix lint errors.

@weaponsforge
20211107