midnight-wallet-cli 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # midnight-wallet-cli
2
2
 
3
+ [![npm version](https://badge.fury.io/js/midnight-wallet-cli.svg)](https://www.npmjs.com/package/midnight-wallet-cli)
4
+ [![npm downloads](https://img.shields.io/npm/dm/midnight-wallet-cli)](https://npm-stat.com/charts.html?package=midnight-wallet-cli)
5
+ [![License](https://img.shields.io/npm/l/midnight-wallet-cli)](https://www.apache.org/licenses/LICENSE-2.0)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue?logo=typescript)](https://www.typescriptlang.org/)
7
+ [![CI](https://github.com/nel349/midnight-wallet-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/nel349/midnight-wallet-cli/actions/workflows/ci.yml)
8
+
3
9
  A standalone CLI wallet for the Midnight blockchain. Manage wallets, check balances, transfer NIGHT tokens, and run a local devnet — all from the terminal.
4
10
 
5
11
  ## Install
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "midnight-wallet-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Git-style CLI wallet for the Midnight blockchain",
6
+ "license": "Apache-2.0",
6
7
  "bin": {
7
8
  "midnight": "./dist/wallet.js",
8
9
  "mn": "./dist/wallet.js",
10
+ "midnight-wallet-cli": "./dist/wallet.js",
9
11
  "midnight-wallet-mcp": "./dist/mcp-server.js"
10
12
  },
11
13
  "files": [