Skip to content

v0.33.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 22:53
· 3 commits to main since this release

What changed

  • The secret that opens an account is now called your NMTS key. It was the account code; only
    the word changed, and the wallet it derives is the NMTS key wallet. Help text, error
    messages, the MCP tool descriptions and the documentation say the new name.
  • Nothing you have scripted breaks. The flags, the environment variables
    (NMTS_ACCOUNT_CODE, NMTS_ACCOUNT_CODE_FILE), the config keys, the MCP tool and argument
    names, the error codes and every file format keep the names they already had.

Install

From the registry:

npm install -g @needmoretruth/nmts-cli@0.33.0

Or straight from this repository, without the registry:

npm install -g github:needmoretruth/nmts-cli#v0.33.0

Or, without a clone, from the tarball attached below:

npm install -g https://github.com/needmoretruth/nmts-cli/releases/latest/download/nmts.tgz

Node 22 or newer. Nothing is compiled by a C compiler and there is no native build
step; the encryption engine is a WebAssembly module carried in the package.