Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 626 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 626 Bytes

This repo has moved to cipherstash/cipherstash.js.

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!