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
- Host: GitHub
- URL: https://github.com/weaponsforge/cryptocurrency-sim
- Owner: weaponsforge
- Created: 2021-11-06T20:26:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T21:52:36.000Z (over 4 years ago)
- Last Synced: 2025-01-31T10:44:44.106Z (about 1 year ago)
- Topics: blockchain, cryptocurrency, experiments, nodejs
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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