https://github.com/lit-protocol/lit-demo-simple-string-encrypt-nodejs
https://github.com/lit-protocol/lit-demo-simple-string-encrypt-nodejs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lit-protocol/lit-demo-simple-string-encrypt-nodejs
- Owner: LIT-Protocol
- Created: 2022-07-21T21:05:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T18:25:49.000Z (over 2 years ago)
- Last Synced: 2024-03-20T13:20:50.323Z (about 2 years ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note
`Blob` is not supported in Node.js versions below v.18.0.0. You can use [this tool](https://www.npmjs.com/package/n) to change your version, simply run `sudo n 18.0.0` once installed.
# Getting started
```
yarn & yarn dev
```