You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@notabene/cli

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notabene/cli

CLI for Notabene's API

1.2.1
latest
Source
npmnpm
Version published
Weekly downloads
1
-50%
Maintainers
2
Weekly downloads
 
Created
Source

Notabene CLI

pipeline status Latest Release

Notabene CLI for managing tokens and keys.

DocumentationInstallation

Installation

Install the library globally using Yarn:

yarn global add @notabene/cli

or NPM:

npm i -g @notabene/cli

Make sure that the path to globally installed packages are in your $PATH environment variable.

Tokens

Login

Login using your Notabene issued Client ID and Client Secret:

notabene auth:login --clientId={CLIENT_ID} --clientSecret={CLIENT_SECRET}

Logout

Logout from Notabene:

notabene auth:logout

Token

Generate a M2M token for use with the Notabene Travel Rule gateway. Note you must be logged in first:

notabene auth:token

Keys

Create a key

You can use the CLI to generate a key that can be used to encrypt PII information to be sent as part of a Travel Rule message:

notabene keys:create

This will generate a JSON object containing an Ed25519 key and metadata which can be passed to the Notabene SDK when creating transactions to encrypt the PII.

License

BSD 3-Clause © Notabene Inc.

FAQs

Package last updated on 27 Jul 2023

Did you know?

Socket

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.

Install

Related posts