Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
To install this application, you'll need Node.js 7+ (which comes with npm) installed on your computer. From your command line:
You'll need Git to run the project from source. From your command line:
# Clone this repository
$ git clone https://github.com/seanjameshan/coin-cli
# Go into the repository
$ cd coin-cli
# Install dependencies
$ npm install
# Run the app
$ npm start
$ npm install ts-node -g
$ npm install coin-ts -g
$ coin
Command | Alias | Description | Example |
---|---|---|---|
open | o | Open to accept incoming connections. | open 5000 |
connect | c | Connect to a new peer with and | connect localhost 5000 |
blockchain | bc | See the current state of the blockchain. | |
peers | p | Get the list of connected peers. | |
mine [address] | m | Mine a new block with rewards going to optional [address]. | mine or mine xxx... |
transactions | tx | See unconfirmed transactions that can be mined. | |
wallet | w | Create a new wallet with | wallet mypassword |
key | k | Get your public key | |
pay | p | Make payment to with and using wallet | pay xxx... 10 5 mypassword |
balance [address] | b | Balance of optional | balance or balance xxx... |
help [command...] | Provides help for a given command | help balance or help | |
exit | Exits application. |
FAQs
A minimal cryptocurrency CLI implementation in TypeScript & Immutable.js
The npm package coin-ts receives a total of 25 weekly downloads. As such, coin-ts popularity was classified as not popular.
We found that coin-ts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.