Overview and Preconditions

Topic Overview

All Node.js packages can be downloaded from NPM. Just search for the module name listed in the documentation (or click one of the links in the table below) and install it using npm install <name of the module>.

Documentation Name of the Module Short Description GitHub Link NPM Link
E2E Authorization Package

e2e-auth

Passport like module used for authentication and authorization against E2E Authorization Server

e2e-auth@GitHub

e2e-auth@NPM

Node.js Interface to the Bridge

e2e-bridge-lib

Node.js library allowing interaction with the Bridge

e2e-bridge-lib@GitHub

e2e-bridge-lib@NPM

Transaction Logger for Node.js

e2e-transaction-logger

Transaction logger to use with the E2E Bridge

e2e-transaction-logger@GitHub

e2e-transaction-logger@NPM

Preconditions

An understanding of object-oriented concepts and Node.js is useful.

📘

Related Documentation