This repo has moved to cipherstash/cipherstash.js.
Example code that demonstrates how to use StashJS.
- Make sure you've got the necessary dependencies installed:
npm install
- Have a CipherStash profile setup:
stash login --workspace <workspaceID>
- Compile all the examples:
npm run build
- Run examples:
node dist/some-example.js
Party!