/stashjs-examples

Example code demonstrating use of the @cipherstash/stashjs client library

Primary LanguageTypeScriptApache License 2.0Apache-2.0

StashJS Examples

Example code that demonstrates how to use StashJS.

Usage

  1. Make sure you've got the necessary dependencies installed:
npm install
  1. Have a CipherStash profile setup:
stash login --workspace <workspaceID>
  1. Compile all the examples:
npm run build
  1. Run examples:
node dist/some-example.js

Party!